Geometry EDiting Library Object Selection Functions.
◆ ged_rselect()
int ged_rselect |
( |
struct ged * |
gedp, |
|
|
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Returns a list of items within the previously defined rectangle.
◆ ged_select()
int ged_select |
( |
struct ged * |
gedp, |
|
|
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Returns a list of items within the specified rectangle or circle.
◆ ged_get_object_selections()
Return ged selections for specified object. Created if it doesn't exist.
◆ ged_get_selection_set()
struct rt_selection_set* ged_get_selection_set |
( |
struct ged * |
gedp, |
|
|
const char * |
object_name, |
|
|
const char * |
selection_name |
|
) |
| |
Return ged selections of specified kind for specified object. Created if it doesn't exist.