Loading...
Searching...
No Matches
Go to the documentation of this file.
30 (
"x",
"y",
"z",
"yz",
"z_up")
31 (
"z",
"x",
"y",
"xy",
"y_up")
32 (
"y",
"z",
"x",
"zx",
"x_up")
33 (
"p",
"r",
"z",
"rz",
"rad")
34 (
"l",
"t",
"v",
"abs")
35 (
"long",
"tran",
"vert",
"absolute");
42 if (name ==
byIndex[0] || name ==
"l" || name ==
"long")
return 0;
43 if (name ==
byIndex[1] || name ==
"t" || name ==
"tran")
return 1;
44 if (name ==
byIndex[2] || name ==
"v" || name ==
"vert")
return 2;
50 if (
res == 3)
throw Exception(
"\"{0}\" is not proper axis name.", name);
56 if (
res == 0 ||
res == 3)
throw Exception(
"\"{0}\" is not proper 2D axis name.", name);