BeamProperties
Canonical path: NemAll_Python_ArchElements.BeamProperties
Bases: ArchBaseProperties
Representation of the properties of an upstand/downstand beam
IsStartNewJoinedBeamGroup
property
writable
Should this beam be the first of a new group of beams joined together
Set this property to False in the second or subsequent beams in order to join all of them with each other at their ends to create a continous chain of beams.
GetProfileFullName
Get the Profile Full Name
Returns:
-
str
–str ProfileFullName
GetShapeType
GetShapeType() -> ShapeType
GetWidth
Get the width of the rectangular cross-section shape
Returns:
-
float
–Width
SetProfileFullName
Set the Profile Full Name
Parameters:
-
str
–ProfileFullName
SetShapeType
SetShapeType(shapeType: ShapeType)
SetWidth
Set the width of the rectangular cross-section shape
Parameters:
-
width
(float
) –Width
Placeholder