SectionGeneralProperties
Canonical path: NemAll_Python_BasisElements.SectionGeneralProperties
General properties of the UVS
Classes:
-
PlacementPointPosition
–Placement point position
-
State
–Drawing state of the section
Methods:
-
__init__
–Overloaded function. See individual overloads.
Attributes:
-
FilterProperties
(None
) –Filtering settings of the UVS
-
FormatProperties
(None
) –Format settings of a UVS
-
HiddenSectionLinesProperties
(None
) –Settings regarding hidden section lines in the UVS
-
LabelingProperties
(None
) –Settings regarding labeling the UVS
-
PlacementAngle
(None
) –Property for the placement angle
-
PlacementPoint
(None
) –Property for the placement point
-
PlacementPointType
(None
) –Position of the placement point relative to the UVS (bottom left, top right, etc...)
-
ShowSectionBody
(None
) –Whether to show the section body in the UVS
-
Status
(None
) –Type of the UVS calculation
-
VisibleHiddenEdgesProperties
(None
) –Settings regarding hidden and visible lines in the UVS
HiddenSectionLinesProperties
property
Settings regarding hidden section lines in the UVS
PlacementPointType
property
Position of the placement point relative to the UVS (bottom left, top right, etc...)
VisibleHiddenEdgesProperties
property
Settings regarding hidden and visible lines in the UVS
PlacementPointPosition
Canonical path: NemAll_Python_BasisElements.SectionGeneralProperties.PlacementPointPosition
Bases: Enum
Placement point position
Methods:
-
__getitem__
–get the item for a key
__getitem__
__getitem__(key: str | int | float) -> PlacementPointPosition
get the item for a key
Parameters:
-
key
(str | int | float
) –value key
Returns:
-
PlacementPointPosition
–value for the key
State
Canonical path: NemAll_Python_BasisElements.SectionGeneralProperties.State
Bases: Enum
Drawing state of the section
Methods:
-
__getitem__
–get the item for a key