|
OpenTwin 0.1
OpenTwin
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
4#define RBE_JSON_DOC_RubberbandSteps "RubberBandSteps"
11#define RBE_JSON_STEP_Step "Step"
14#define RBE_JSON_STEP_MayEndWithout "MayEndWithout"
17#define RBE_JSON_STEP_Projection "Projection"
20#define RBE_JSON_STEP_Limits "Limits"
23#define RBE_JSON_STEP_Points "Points"
26#define RBE_JSON_STEP_Connections "Connections"
33#define RBE_JSON_Point_ID "ID"
36#define RBE_JSON_Point_U "U"
39#define RBE_JSON_Point_V "V"
42#define RBE_JSON_Point_W "W"
49#define RBE_JSON_CONNECTION_Type "Type"
52#define RBE_JSON_CONNECTION_IgnoreInHistory "IgnoreInHistory"
55#define RBE_JSON_CONNECTION_LINE_From "From"
58#define RBE_JSON_CONNECTION_LINE_To "To"
61#define RBE_JSON_CONNECTION_CIRCLE_Midpoint "Midpoint"
64#define RBE_JSON_CONNECTION_CIRCLE_Radius "Radius"
67#define RBE_JSON_CONNECTION_CIRCLE_Orientation "Orientation"
74#define RBE_JSON_LIMIT_Axis "Axis"
77#define RBE_JSON_LIMIT_Value "Value"
84#define RBE_JSON_VALUE_ProjectionUV "UV"
87#define RBE_JSON_VALUE_ProjectionW "W"
90#define RBE_JSON_VALUE_ConnectionType_Line "Line"
93#define RBE_JSON_VALUE_ConnectionType_Circle "Circle"
96#define RBE_JSON_VALUE_ConnectionType_History "History"
99#define RBE_JSON_VALUE_CircleOrientation_UV "UV"
102#define RBE_JSON_VALUE_CircleOrientation_UW "UW"
105#define RBE_JSON_VALUE_CircleOrientation_VW "VW"
108#define RBE_JSON_VALUE_AxisLimit_Umin "Umin"
111#define RBE_JSON_VALUE_AxisLimit_Umax "Umax"
114#define RBE_JSON_VALUE_AxisLimit_Vmin "Vmin"
117#define RBE_JSON_VALUE_AxisLimit_Vmax "Vmax"
120#define RBE_JSON_VALUE_AxisLimit_Wmin "Wmin"
123#define RBE_JSON_VALUE_AxisLimit_Wmax "Wmax"
128#define RBE_JSON_INDICATOR_Reference "$"