StructuralBeamProperties
Canonical path: NemAll_Python_ArchElements.StructuralBeamProperties
Bases: StructuralElementProperties
, ArchBaseProperties
Representation of the properties of the structural framing beam
GetEndPoint
GetEndPoint() -> Point3D
GetStartPoint
GetStartPoint() -> Point3D
SetAnchorPointProperties
SetAnchorPointProperties(
anchorPointStart: int,
offsetStart: Point2D,
anchorPointEnd: int,
offsetEnd: Point2D,
twoAnchorPoints: bool,
)
Set the properties of the beam anchor points
Parameters:
SetEndPoint
Set the end point of the element in world coordinate system
Parameters:
-
x
(float
) –x coordinate
-
y
(float
) –y coordinate
-
z
(float
) –z coordinate
SetHeightProperties
SetHeightProperties(doc: DocumentAdapter, planeReferences: PlaneReferences)
Set height properties
Parameters:
-
doc
(DocumentAdapter
) –Document
-
planeReferences
(PlaneReferences
) –Height properties as PlaneReferences object
SetHeightPropsByPlacementPoints
SetHeightPropsByPlacementPoints(
doc: DocumentAdapter,
value: PlaneReferences,
startPointZcoord: float,
endPointZcoord: float,
)
Set HeightProperties by the placement points
Parameters:
-
doc
(DocumentAdapter
) –Document
-
value
(PlaneReferences
) –Height properties
-
startPointZcoord
(float
) –Z coordinate of the start point
-
endPointZcoord
(float
) –Z coordinate of the end point
SetStartPoint
Set the start point of the element in world coordinate system
Parameters:
-
x
(float
) –x coordinate
-
y
(float
) –y coordinate
-
z
(float
) –z coordinate
Placeholder