Archicad 28 C++ API
|
Structure to search for an element by coordinate. More...
#include <APIdefs_Goodies.h>
Public Attributes | |
API_ElemType | type |
element type to search for | |
API_ElemFilterFlags | filterBits |
the flags (APIFilt_xxx ) used for filtering (see ACAPI_Element_Filter) | |
API_Coord | loc |
the location on 2D plan | |
double | z |
level to search down from | |
Structure to search for an element by coordinate.
type
field. Filters can also be passed to skip instances based on specific attributes, such as visibility, floor number, layer reference etc. Refer to the ACAPI_Element_Filter function for more details. The location to be searched on should be passed in the loc
field. The search algorithm will ignore all the elements being on a higher level than specified in the z
parameter. The first element will be returned:typeID
member was changed to API_ElemType
.