![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Public Member Functions | |
Wall (GeVec2d pStart, GeVec2d pEnd) | |
Creates a wall within the current document. More... | |
Wall (GeVec2d pStart, GeVec2d pEnd, double pLevelHeight) | |
Creates a wall within the current document at given Level. More... | |
void | GetEdges ([Out] GeVec2d% pRightStart,[Out] GeVec2d% pRightEnd,[Out] GeVec2d% pLeftStart,[Out] GeVec2d% pLeftEnd) |
Returns the edges of this wall. 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... | |
GeVec2d | Start [get, set] |
Returns the start point of this wall. More... | |
GeVec2d | End [get, set] |
Returns the end point of this wall. More... | |
int | Level [get] |
Returns the level of this wall. More... | |
double | Elevation [get] |
Returns the elevation of this wall. More... | |
double | HeightStart [get, set] |
Returns the height at start point. More... | |
double | HeightEnd [get, set] |
Returns the height at end point. More... | |
double | Thickness [get, set] |
Returns the thickness of this wall. More... | |
WallSide | InnerSide [get] |
Returns the inner side of this wall. More... | |
Wall^ | WallAtStart [get, set] |
Returns the wall connected at start point. More... | |
Wall^ | WallAtEnd [get, set] |
Returns the wall connected at end point. More... | |
![]() | |
String^ | Id [get] |
Unqiue id of the entity within the current document. More... | |
A Wall.
Creates a wall within the current document.
Creates a wall within the current document at given Level.
void X3g::Plugin::Room::Wall::GetEdges | ( | [Out] GeVec2d% | pRightStart, |
[Out] GeVec2d% | pRightEnd, | ||
[Out] GeVec2d% | pLeftStart, | ||
[Out] GeVec2d% | pLeftEnd | ||
) |
Returns the edges of this wall.
array< WallElement^ > X3g::Plugin::Room::Wall::GetWallElements | ( | ) |
Returns all wall elements of this wall.
|
get |
Returns the elevation of this wall.
|
getset |
Returns the end point of this wall.
|
getset |
Returns the height at end point.
|
getset |
Returns the height at start point.
|
get |
Unqiue id of this wall within the current document.
|
get |
Returns the inner side of this wall.
Considered from start to end point.
|
get |
Returns the level of this wall.
|
getset |
Returns the start point of this wall.
|
getset |
Returns the thickness of this wall.
|
getset |
Returns the wall connected at end point.
|
getset |
Returns the wall connected at start point.