Skip to content

SectionAlongPathGeneralSectionProperties

Canonical path: NemAll_Python_BasisElements.SectionAlongPathGeneralSectionProperties

General section properties

Methods:

Attributes:

ElevationSpecifications property writable

ElevationSpecifications: SectionAlongPathElevationSpecifications

Get the SectionAlongPathElevationSpecifications

FormatProperties property writable

Get the SectionAlongPathFormatProperties

LabelingStripSetting property writable

Get the SectionAlongPathLabelingStripSetting

Offset_X property writable

Offset_X: float

Get the X coordinate of left bottom corner

Offset_Y property writable

Offset_Y: float

Get the Y coordinate of left bottom corner

SectionLabelingProperties property writable

SectionLabelingProperties: SectionAlongPathSectionLabelingProperties

Get the SectionAlongPathSectionLabelingProperties

SectionViewProperties property writable

Get the SectionAlongPathSectionViewProperties

GetOffset

GetOffset() -> tuple[bool, float, float]

Get offset

Returns:

  • tuple[bool, float, float]

    tuple(true if it was read from 55th element, X coordinate of section's left bottom corner, Y coordinate of section's left bottom corner)

IsOffsetValid

IsOffsetValid() -> bool

Get offset state

SetOffset

SetOffset(dOffset_X: float, dOffset_Y: float)

Set offset

Parameters:

  • dOffset_X (float) –

    X coordinate of section's left bottom corner

  • dOffset_Y (float) –

    Y coordinate of section's left bottom corner

__init__ overloaded

__init__(bInitFromSTW: bool = False)

constructor

Parameters:

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

copy constructor

Parameters: