VerticalElementProperties
Canonical path: NemAll_Python_ArchElements.VerticalElementProperties
Bases: ArchBaseProperties
Base class representing properties of vertical architectural components, such as columns.
Methods:
-
GetAngle–Get the angle
-
GetDepth–Deprecated: use GetThickness instead
-
GetProfileFullName–Get the full name of the profile
-
GetRadius–Get the radius
-
GetShapePolygon–Get the shape polygon
-
GetShapeType–Get the shape type
-
GetThickness–Get the thickness
-
GetWidth–Get the width
-
SetAngle–Set the angle
-
SetAttribute–Set the attribute
-
SetDepth–Set the depth
-
SetProfileFullName–Set the full name of the profile
-
SetRadius–Set the radius
-
SetShapePolygon–Set the shape polygon
-
SetShapeType–Set the type of the shape
-
SetSize–Set the size of the element
-
SetThickness–Set the thickness
-
SetWidth–Set the width
-
__init__–Overloaded function. See individual overloads.
Attributes:
-
Angle(Angle) –Get the angle
-
Depth(float) –Deprecated: use GetThickness instead
-
ProfileFullName(str) –Get the full name of the profile
-
Radius(float) –Get the radius
-
ShapePolygon(Polygon2D) –Get the shape polygon
-
ShapeType(ShapeType) –Get the shape type
-
Thickness(float) –Get the thickness
-
Width(float) –Get the width
Depth
property
writable
Deprecated: use GetThickness instead
Deprecated: use SetThickness instead
GetProfileFullName
Get the full name of the profile
Returns:
-
str–Path and name of the profile
GetShapePolygon
GetShapePolygon() -> Polygon2D
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
-
thickness(float) –Thickness
SetThickness
Set the thickness
Parameters:
-
thickness(float) –Set the thickness
Returns:
-
–
Thickness