Vector3d#
Attribute Name |
Data Type |
Description |
---|---|---|
x |
float |
|
y |
float |
|
z |
float |
Associated Data Types#
Color#
Attribute Name |
Data Type |
Description |
---|---|---|
value |
str |
Value#
Attribute Name |
Data Type |
Description |
---|---|---|
null_value |
The kind of value. Represents a null value. |
|
int_value |
int |
Represents an integer value. |
double_value |
float |
Represents a double value. |
string_value |
str |
Represents a string value. |
bool_value |
bool |
Represents a boolean value. |
CoordinateSystemRepresentation#
Attribute Name |
Data Type |
Description |
---|---|---|
no |
int |
No. of user defined coordinate system |
type |
Predefined coordinate system |
Associated Enums#
NullValue#
Name |
---|
NULL_VALUE |
CoordinateSystemType#
Name |
---|
COORDINATE_SYSTEM_TYPE_UNKNOWN |
COORDINATE_SYSTEM_TYPE_LOCAL |
COORDINATE_SYSTEM_TYPE_PRINCIPAL |