editor › Globals › PositionAlongEdge
Enumeration: PositionAlongEdge
Index
Enumeration members
Enumeration members
ABSOLUTE_END
• ABSOLUTE_END: = "absoluteEnd"
Defined in src/renderContext/hints/HintPositionProviders/MeshEdgePositionProvider.ts:19
The returned position is located at X mm (world space) from the end of the edge
ABSOLUTE_START
• ABSOLUTE_START: = "absoluteStart"
Defined in src/renderContext/hints/HintPositionProviders/MeshEdgePositionProvider.ts:14
The returned position is located at X mm (world space) from the start of the edge
CENTER
• CENTER: = "center"
Defined in src/renderContext/hints/HintPositionProviders/MeshEdgePositionProvider.ts:50
This is the same as PositionAlongEdge.RELATIVE with a value of 50
CORNER_END
• CORNER_END: = "cornerEnd"
Defined in src/renderContext/hints/HintPositionProviders/MeshEdgePositionProvider.ts:29
The returned position is located at X mm (world space) from the end of the edge in both edge directions
CORNER_START
• CORNER_START: = "cornerStart"
Defined in src/renderContext/hints/HintPositionProviders/MeshEdgePositionProvider.ts:24
The returned position is located at X mm (world space) from the start of the edge in both edge directions
END
• END: = "end"
Defined in src/renderContext/hints/HintPositionProviders/MeshEdgePositionProvider.ts:45
This is the same as PositionAlongEdge.RELATIVE with a value of 100 or PositionAlongEdge.ABSOLUTE_END with a value of 0
RELATIVE
• RELATIVE: = "relative"
Defined in src/renderContext/hints/HintPositionProviders/MeshEdgePositionProvider.ts:34
The position is measured as a percentage from start (0) to end (100)
START
• START: = "start"
Defined in src/renderContext/hints/HintPositionProviders/MeshEdgePositionProvider.ts:39
This is the same as PositionAlongEdge.RELATIVE or PositionAlongEdge.ABSOLUTE_START with a value of 0