ViewSectionElement
Canonical path: NemAll_Python_BasisElements.ViewSectionElement
Bases: AllplanElement
Representation of a Unified View and Section (UVS) in Allplan
Methods:
-
CreateSectionBody
–Create the section body
-
DrawElement
–Draw eLement preview in Allplan
-
__init__
–Overloaded function. See individual overloads.
-
__repr__
–Convert to string
Attributes:
-
DimensionElements
(list
) –Dimension elements
-
GeneralSectionProperties
(SectionGeneralProperties
) –General section properties
-
ReinforcementLabels
(ReinforcementLabel
) –Reinforcement labels
-
SectionDefinitionData
(SectionDefinitionData
) –Section definition data
-
TextElements
(list
) –Labels
-
ViewMatrix
(Matrix3D
) –View transformation matrix
GeneralSectionProperties
property
writable
GeneralSectionProperties: SectionGeneralProperties
General section properties
SectionDefinitionData
property
writable
SectionDefinitionData: SectionDefinitionData
Section definition data
CreateSectionBody
CreateSectionBody(
doc: DocumentAdapter,
insertionMat: Matrix3D,
undoRedoService: object | None = None,
)
Create the section body
Parameters:
-
doc
(DocumentAdapter
) –Document
-
insertionMat
(Matrix3D
) –Placement matrix
Placeholder