Skip to content

TextLocation

Canonical path: NemAll_Python_BasisElements.TextLocation

Bases: Enum

Location of the dimension text relative to the dimension line

Attributes:

eBASIS_DIM_BOTTOM_CENTER class-attribute instance-attribute

eBASIS_DIM_BOTTOM_CENTER = -2

Below the line, in the middle

eBASIS_DIM_BOTTOM_LEFT class-attribute instance-attribute

eBASIS_DIM_BOTTOM_LEFT = -1

Below the line, at the start

eBASIS_DIM_BOTTOM_RIGHT class-attribute instance-attribute

eBASIS_DIM_BOTTOM_RIGHT = -3

Below the line, at the end

eBASIS_DIM_CENTER class-attribute instance-attribute

eBASIS_DIM_CENTER = 0

On the line, in the middle

eBASIS_DIM_CENTER_LEFT class-attribute instance-attribute

eBASIS_DIM_CENTER_LEFT = -4

On the line, at the start

eBASIS_DIM_CENTER_RIGHT class-attribute instance-attribute

eBASIS_DIM_CENTER_RIGHT = -5

On the line, at the end

eBASIS_DIM_NONE class-attribute instance-attribute

eBASIS_DIM_NONE = 10

Undefined

eBASIS_DIM_TOP_CENTER class-attribute instance-attribute

eBASIS_DIM_TOP_CENTER = 2

Above the line, in the middle

eBASIS_DIM_TOP_LEFT class-attribute instance-attribute

eBASIS_DIM_TOP_LEFT = 1

Above the line, at the start

eBASIS_DIM_TOP_RIGHT class-attribute instance-attribute

eBASIS_DIM_TOP_RIGHT = 3

Above the line, at the end