Skip to content

SectionAlongPathSectionLabelingProperties

Canonical path: NemAll_Python_BasisElements.SectionAlongPathSectionLabelingProperties

Section labeling properties

Classes:

Methods:

  • __init__

    dummy, is only needed for the creation of the documentation by MkDocs

Attributes:

HeadingText property writable

HeadingText: str

Get the HeadingText "longitudinal profile", "transversal profile", "elevation", "section", "Unfold", . and "none" (expandable)

HeadingTextParameters property writable

Get the SectionAlongPathTextParameterProperties

IsHeadingOn property writable

IsHeadingOn: bool

Get the IsHeadingOn

IsScaleOn property writable

IsScaleOn: bool

Get the IsScaleOn

LabelingOffset property writable

LabelingOffset: float

Get the Distance of the labeling from its content's min/max box

LabelingPosition property writable

LabelingPosition: int

Get the Position of the labeling with respect to its content's min/max box

LabelingsDistance property writable

LabelingsDistance: float

Get the Distance between scale text and heading text

ScaleTextParameters property writable

Get the SectionAlongPathTextParameterProperties

SAAPLabelingPosition_Enum

Canonical path: NemAll_Python_BasisElements.SectionAlongPathSectionLabelingProperties.SAAPLabelingPosition_Enum

Bases: Enum

enum for Reference point position

Nothing: Calculated like before this implementation

Methods:

__getitem__

__getitem__(key: str | int | float) -> SAAPLabelingPosition_Enum

get the item for a key

Parameters:

  • key (str | int | float) –

    value key

Returns:

__init__ overloaded

__init__(bInitFromSTW: bool = False)

constructor

Parameters:

  • bInitFromSTW (bool, default: False ) –
    • is structure initialized from standard values

copy constructor

Parameters: