![]() |
pCon.planner Plugin SDK
Version 8.9
|
Public Member Functions | |
PolyWall (array< GeVec2d >^pVertices) | |
Creates a polywall with the given edge points More... | |
PolyWall (array< GeVec2d >^pVertices, double pHeight) | |
Creates a polywall with the given edge points and wall height More... | |
PolyWall (array< GeVec2d >^pVertices, double pHeight, double pLevelHeight) | |
Creates a polywall with the given edge points, wall height and floor level height More... | |
array< GeVec2d >^ | GetEdges () |
Returns the edges of this polywall. More... | |
array< WallElement^ >^ | GetWallElements () |
Returns all wall elements of this wall. More... | |
Properties | |
String^ | Id [get] |
Unqiue id of this wall within the current document. More... | |
int | Level [get] |
Returns the level of this wall. More... | |
double | Elevation [get] |
Returns the elevation of this wall. More... | |
![]() | |
String^ | Id [get] |
Unqiue id of the entity within the current document. More... | |
A PolyWall.
X3g::Plugin::Room::PolyWall::PolyWall | ( | array< GeVec2d >^ | pVertices) |
Creates a polywall with the given edge points
X3g::Plugin::Room::PolyWall::PolyWall | ( | array< GeVec2d >^ | pVertices, |
double | pHeight | ||
) |
Creates a polywall with the given edge points and wall height
X3g::Plugin::Room::PolyWall::PolyWall | ( | array< GeVec2d >^ | pVertices, |
double | pHeight, | ||
double | pLevelHeight | ||
) |
Creates a polywall with the given edge points, wall height and floor level height
array< GeVec2d > X3g::Plugin::Room::PolyWall::GetEdges | ( | ) |
Returns the edges of this polywall.
array< WallElement^ > X3g::Plugin::Room::PolyWall::GetWallElements | ( | ) |
Returns all wall elements of this wall.
|
get |
Returns the elevation of this wall.
|
get |
Unqiue id of this wall within the current document.
|
get |
Returns the level of this wall.