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::Room::WallManager Class Reference

Base class for all walls and wall elements. More...

Public Member Functions

double GetElevation (int pLevel)
 Returns the elevation to a given level. More...
 
array< Wall^ >^ GetWalls (int pLevel)
 Returns all walls of a level. More...
 
array< PolyWall^ >^ GetPolyWalls (int pLevel)
 Returns all polywalls of a level. More...
 

Properties

int LevelCount [get]
 The number of levels. More...
 

Detailed Description

Base class for all walls and wall elements.

Member Function Documentation

double X3g::Plugin::Room::WallManager::GetElevation ( int  pLevel)

Returns the elevation to a given level.

array< PolyWall^ > X3g::Plugin::Room::WallManager::GetPolyWalls ( int  pLevel)

Returns all polywalls of a level.

array< Wall^ > X3g::Plugin::Room::WallManager::GetWalls ( int  pLevel)

Returns all walls of a level.

Property Documentation

int X3g::Plugin::Room::WallManager::LevelCount
get

The number of levels.