Skip to content

JointElement

Canonical path: NemAll_Python_ArchElements.JointElement

Bases: ArchElement, AllplanElement

Implementation of the General opening element

Methods:

Attributes:

Properties property writable

Properties: JointProperties

Get the General opening properties

GetProperties

GetProperties() -> JointProperties

Get the General opening properties

Returns:

SetProperties

SetProperties(JointProp: JointProperties)

Set the GeneralOpening properties

Parameters:

__init__ overloaded

__init__()

Initialize

__init__(
    jointProp: JointProperties,
    generalEle: BaseElementAdapter,
    startPnt: Point2D,
    endPnt: Point2D,
    drawPlacementPreview: bool,
)

Constructor

Parameters:

  • jointProp (JointProperties) –

    Opening properties

  • generalEle (BaseElementAdapter) –

    General element which includes the opening

  • startPnt (Point2D) –

    Start point of the opening

  • endPnt (Point2D) –

    End point

  • drawPlacementPreview (bool) –

    Draw a placement preview (no general element adaption) state

__init__(element: JointElement)

Copy constructor

Parameters:

__repr__

__repr__() -> str

Convert to string