Skip to content

SectionAlongPathElement

Canonical path: NemAll_Python_BasisElements.SectionAlongPathElement

Bases: BasisElement, AllplanElement

Implementation of the section along path element

Methods:

  • __init__

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

__init__ overloaded

__init__(
    sectionAlongPathProperties: SectionAlongPathProperties,
    sectionPathElement: BaseElementAdapter,
)

Default constructor

Parameters:

__init__(
    sectionAlongPathProperties: SectionAlongPathProperties,
    sectionPath: Path2D,
    comProp: CommonProperties,
)

Constructor

Parameters:

__init__(element: SectionAlongPathElement)

Copy constructor

Parameters: