We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a54c8c + f27f1ff commit 281f4a6Copy full SHA for 281f4a6
ansys/api/dbu/v0/dbuapi.proto
@@ -34,10 +34,10 @@ enum ApiVersion {
34
V_21 = 21; //OBSOLETE
35
V_22 = 22; //OBSOLETE
36
V_231 = 231; //OBSOLETE
37
- V_232 = 232;
38
- V_241 = 241;
39
- V_242 = 242;
40
- V_251 = 251;
+ V_232 = 232; //OBSOLETE
+ V_241 = 241; //OBSOLETE
+ V_242 = 242; //OBSOLETE
+ V_251 = 251; //OBSOLETE
41
V_252 = 252;
42
V_261 = 261;
43
}
ansys/api/dbu/v0/dbumodels.proto
@@ -21,6 +21,7 @@ enum LocationType {
21
BEAM = 4;
22
WELD = 5;
23
EDGE = 6;
24
+ AXIS = 7;
25
26
27
//
0 commit comments