PlaneMeshPlacement
Canonical path: NemAll_Python_Reinforcement.PlaneMeshPlacement
Bases: ReinfElement
, AllplanElement
Implementation of the mesh placement element
Methods:
-
GetCommonProperties
–Get the common properties
-
GetMeshData
–Get the mesh data
-
GetMeshLength
–Get the mesh length
-
GetMeshPolygon
–Get the shape polyline
-
GetMeshWidth
–Get the mesh width
-
GetPositionNumber
–Get the position number
-
IsValid
–Get the state of the shape
-
Move
–Move the placement
-
SetCommonProperties
–Set the common properties
-
SetMeshPolygon
–Set the reinforcement shape
-
SetPositionNumber
–Set the position number
-
Transform
–Transform the placement
-
__init__
–Overloaded function. See individual overloads.
-
__repr__
–Convert to string
Attributes:
-
CommonProperties
(CommonProperties
) –Get the common properties
-
MeshPolygon
(Polygon3D
) –Get the shape polyline
-
PositionNumber
(int
) –Get the position number
GetCommonProperties
GetCommonProperties() -> CommonProperties
GetMeshPolygon
GetMeshPolygon() -> Polygon3D
SetCommonProperties
SetCommonProperties(commonProp: CommonProperties)
SetMeshPolygon
SetMeshPolygon(shape: Polygon3D)
SetPositionNumber
Set the position number
Parameters:
-
positionNumber
(int
) –Position number
Transform
Transform(transMat: Matrix3D)
__init__
overloaded
Initialize
__init__(placement: PlaneMeshPlacement)
Placeholder