VerticalElementProperties
Canonical path: NemAll_Python_ArchElements.VerticalElementProperties
Bases: ArchBaseProperties
Base class representing properties of vertical architectural components, such as columns.
GetProfileFullName
Get the full name of the profile
Returns:
-
str
–Path and name of the profile
GetShapePolygon
GetShapePolygon() -> Polygon2D
SetCornerRadius
Set the corner radius
Parameters:
-
radius
(float
) –Corner radius
SetProfileFullName
Set the full name of the profile
Parameters:
-
fullName
(str
) –Path and name of the profile
SetShapePolygon
SetShapePolygon(shapePol: Polygon2D)
SetShapeType
SetShapeType(shapeType: ShapeType)
SetSize
Set the size of the element
Parameters:
-
width
(float
) –Width
-
depth
(float
) –Depth
__init__
__init__(element: VerticalElementProperties)
Placeholder