class Format:
Static Method | absolute_filename |
Converts a filename to an absolute filename. |
Static Method | filename_uri |
Converts a filename to a filename URI. |
Static Method | float_to_str |
Converts a float value to string. |
Static Method | point_to_str |
Converts a single 3D point to string. |
Static Method | points_to_str |
Converts list of 3D points to string. |
Static Method | str_to_point |
Converts string to single 3D point. |
Static Method | str_to_points |
Converts string to list of 3D points. |
Class Variable | CoordinatePrecision |
Undocumented |
Class Variable | FloatPrecision |
Coordinate precision. |
Parameters | |
filename:str | Filename |
Returns | |
str | Absolute filename |
Parameters | |
filename:str | Filename |
Returns | |
str | Filename URI |
Parameters | |
value:float | Undocumented |
Returns | |
str | Undocumented |
Parameters | |
point:Union[ | Single 3D point |
Returns | |
str | String |
Parameters | |
points:Union[ | List of 3D points |
Returns | |
str | String |
Parameters | |
str_point:str | String |
Returns | |
Union[ | Single 3D point |