ViewSectionPreview
Canonical path: NemAll_Python_BaseElements.ViewSectionPreview
Methods:
-
CollectPreviewElements
–Rotate the elements
-
DrawPreview
–Draw the section preview
-
__init__
–Initialize
CollectPreviewElements
CollectPreviewElements(
doc: DocumentAdapter, generalsectionProperties: SectionGeneralProperties
)
Rotate the elements
Parameters:
-
doc
(DocumentAdapter
) –Document
-
generalsectionProperties
(SectionGeneralProperties
) –General section properties
DrawPreview
DrawPreview(
placementPoint: Point2D,
doc: DocumentAdapter,
generalsectionProperties: SectionGeneralProperties,
directDraw: bool,
) -> Point3D
Draw the section preview
Parameters:
-
placementPoint
(Point2D
) –Placement point
-
doc
(DocumentAdapter
) –Document
-
generalsectionProperties
(SectionGeneralProperties
) –General section properties
-
directDraw
(bool
) –Direct draw flag
Placeholder