WallProperties
Canonical path: NemAll_Python_ArchElements.WallProperties
Representation of properties of a multi layer wall
PathElementAxisType
property
writable
Get the axis type of the path element
StartNewJoinedWallGroup
property
writable
Get the state for starting a new joined wall group
All walls in a group are used for to create a continues join between the walls.
GetAxis
GetAxis() -> AxisProperties
GetPathElementAxisType
Get the axis type of the path element
Returns:
-
int
–Axis type of the path element
GetWallTierProperties
GetWallTierProperties(tierIndex: int) -> WallTierProperties
Get the properties of a specified wall tier
Parameters:
-
tierIndex
(int
) –Tier index. First tier has the index 1!
Returns:
-
WallTierProperties
–Wall tier properties
LoadFromFavoriteFile
LoadFromFavoriteFile(doc: DocumentAdapter)
SetAxis
SetAxis(axis: AxisProperties)
SetPathElementAxisType
Set the axis type of the path element
Parameters:
-
pathEleAxisType
(int
) –Axis type of the path element
SetTierCount
Set the tier count
Parameters:
-
tierCount
(int
) –Tier count
Placeholder