OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
jsonMember.h
Go to the documentation of this file.
1#pragma once
2
4#define RBE_JSON_DOC_RubberbandSteps "RubberBandSteps"
5
6// ##############################################################
7
8// Step
9
11#define RBE_JSON_STEP_Step "Step"
12
14#define RBE_JSON_STEP_MayEndWithout "MayEndWithout"
15
17#define RBE_JSON_STEP_Projection "Projection"
18
20#define RBE_JSON_STEP_Limits "Limits"
21
23#define RBE_JSON_STEP_Points "Points"
24
26#define RBE_JSON_STEP_Connections "Connections"
27
28// ##############################################################
29
30// Point
31
33#define RBE_JSON_Point_ID "ID"
34
36#define RBE_JSON_Point_U "U"
37
39#define RBE_JSON_Point_V "V"
40
42#define RBE_JSON_Point_W "W"
43
44// ##############################################################
45
46// Connection
47
49#define RBE_JSON_CONNECTION_Type "Type"
50
52#define RBE_JSON_CONNECTION_IgnoreInHistory "IgnoreInHistory"
53
55#define RBE_JSON_CONNECTION_LINE_From "From"
56
58#define RBE_JSON_CONNECTION_LINE_To "To"
59
61#define RBE_JSON_CONNECTION_CIRCLE_Midpoint "Midpoint"
62
64#define RBE_JSON_CONNECTION_CIRCLE_Radius "Radius"
65
67#define RBE_JSON_CONNECTION_CIRCLE_Orientation "Orientation"
68
69// ##############################################################
70
71// Limits
72
74#define RBE_JSON_LIMIT_Axis "Axis"
75
77#define RBE_JSON_LIMIT_Value "Value"
78
79// ##############################################################
80
81// Constant values
82
84#define RBE_JSON_VALUE_ProjectionUV "UV"
85
87#define RBE_JSON_VALUE_ProjectionW "W"
88
90#define RBE_JSON_VALUE_ConnectionType_Line "Line"
91
93#define RBE_JSON_VALUE_ConnectionType_Circle "Circle"
94
96#define RBE_JSON_VALUE_ConnectionType_History "History"
97
99#define RBE_JSON_VALUE_CircleOrientation_UV "UV"
100
102#define RBE_JSON_VALUE_CircleOrientation_UW "UW"
103
105#define RBE_JSON_VALUE_CircleOrientation_VW "VW"
106
108#define RBE_JSON_VALUE_AxisLimit_Umin "Umin"
109
111#define RBE_JSON_VALUE_AxisLimit_Umax "Umax"
112
114#define RBE_JSON_VALUE_AxisLimit_Vmin "Vmin"
115
117#define RBE_JSON_VALUE_AxisLimit_Vmax "Vmax"
118
120#define RBE_JSON_VALUE_AxisLimit_Wmin "Wmin"
121
123#define RBE_JSON_VALUE_AxisLimit_Wmax "Wmax"
124
125// ##############################################################
126
128#define RBE_JSON_INDICATOR_Reference "$"