pCon.planner Plugin SDK  Version 8.9
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::Tool::SelectRoomCallbackEventArgs Class Reference

Event args of SelectRoom tool adding a room. More...

Inherits EventArgs.

Public Member Functions

Room::RoomEntityLookUpPolygonSource (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...
 

Detailed Description

Event args of SelectRoom tool adding a room.

Member Function Documentation

Room::RoomEntity ^ X3g::Plugin::Tool::SelectRoomCallbackEventArgs::LookUpPolygonSource ( int  pIndex1,
int  pIndex2 
)

Reverse Lookup the Indices of the RoomPolygon.

Property Documentation

array< DbEntity^>^ X3g::Plugin::Tool::SelectRoomCallbackEventArgs::DbEntities
get

Entities found within the room.

Requires CollectFlags.Entities in SelectRoom to be valid.

array< Room:: RoomEntity^>^ X3g::Plugin::Tool::SelectRoomCallbackEventArgs::RoomEntities
get

Room Entities like Walls, Ceilings, Floors

Requires CollectFlags.RoomEntities in SelectRoom to be valid.

array< GeVec2d>^ X3g::Plugin::Tool::SelectRoomCallbackEventArgs::RoomPolygon
get

The Room Polygon in 2D.