![]() |
pCon.planner Plugin SDK
Version 8.9
|
Event args of SelectRoom tool adding a room. More...
Inherits EventArgs.
Public Member Functions | |
Room::RoomEntity^ | LookUpPolygonSource (int pIndex1, int pIndex2) |
Reverse Lookup the Indices of the RoomPolygon. More... | |
Properties | |
array< GeVec2d >^ | RoomPolygon [get] |
The Room Polygon in 2D. More... | |
array< Room::RoomEntity^ >^ | RoomEntities [get] |
Room Entities like Walls, Ceilings, Floors More... | |
array< DbEntity^ >^ | DbEntities [get] |
Entities found within the room. More... | |
Event args of SelectRoom tool adding a room.
Room::RoomEntity ^ X3g::Plugin::Tool::SelectRoomCallbackEventArgs::LookUpPolygonSource | ( | int | pIndex1, |
int | pIndex2 | ||
) |
Reverse Lookup the Indices of the RoomPolygon.
|
get |
Entities found within the room.
Requires CollectFlags.Entities in SelectRoom to be valid.
|
get |
Room Entities like Walls, Ceilings, Floors
Requires CollectFlags.RoomEntities in SelectRoom to be valid.