Skip to content

WallAxisPosition

Canonical path: NemAll_Python_ArchElements.WallAxisPosition

Bases: Enum

Position of the axis relative to the architectural component

Attributes:

  • eCenter

    In the center of the element

  • eFree

    Position is defined by the offset, set in the property distance

  • eLeft

    When axis points in X+ direction, the element is drawn on the Y+ side

  • eRight

    When axis points in X+ direction, the element is drawn on the Y- side

  • eUnknown

eCenter class-attribute instance-attribute

eCenter = 2

In the center of the element

eFree class-attribute instance-attribute

eFree = 8

Position is defined by the offset, set in the property distance

eLeft class-attribute instance-attribute

eLeft = 1

When axis points in X+ direction, the element is drawn on the Y+ side

eRight class-attribute instance-attribute

eRight = 4

When axis points in X+ direction, the element is drawn on the Y- side

eUnknown class-attribute instance-attribute

eUnknown = 0