Enumerations CircMode - ThorstenBrach/SRCI GitHub Wiki
Enum-Item | Value | Description |
---|---|---|
BORDER |
0 |
"AuxPoint" defines a point on the circle crossed on the path from the starting to the end point. |
CENTER |
1 |
"AuxPoint" defines the center point of the circle. |
CENTER_WITH_ANGLE |
2 |
"AuxPoint" defines the center point of the circle, "Angle" defines the end position of the circular motion, and "CircPlane" defines the circle’s plane. |
RADIUS |
3 |
"AuxPoint" defines a vector which length is the radius of the circle. The plane of the circle is defined by the rule of right thumb while the "AuxPoint" defines the spearhead point of the perpendicular. |