Skip to content

ViewSectionElement

Canonical path: NemAll_Python_BasisElements.ViewSectionElement

Bases: AllplanElement

Representation of a Unified View and Section (UVS) in Allplan

Methods:

  • __init__

    Overloaded function. See individual overloads.

  • __repr__

    Convert to string

Attributes:

BarLabels property writable

BarLabels: BarLabel

Get the bar labels

DimensionElements property writable

DimensionElements: list

Dimension elements

GeneralSectionProperties property writable

GeneralSectionProperties: SectionGeneralProperties

General section properties

MeshLabels property writable

MeshLabels: MeshLabel

Get the mesh labels

ReinforcementLabels property writable

ReinforcementLabels: BarLabel

Reinforcement labels

SectionDefinitionData property writable

SectionDefinitionData: UnifiedSectionDefinitionData

Section definition data

TextElements property writable

TextElements: list

Labels

ViewMatrix property writable

ViewMatrix: Matrix3D

View transformation matrix

__init__ overloaded

__init__()

Initialize

__init__(param: ViewSectionElement)

Implementation of the view section element

__repr__

__repr__() -> str

Convert to string

Placeholder