ResultPoint#
Attribute Name |
Data Type |
Description |
---|---|---|
assigned_to_solid |
int |
Assigned to Solid No. |
assigned_to_surface |
int |
Assigned to Surface No. |
comment |
str |
Comment |
coordinate_system |
int |
Point Coordinate System |
coordinate_system_type |
Coordinate System Type |
|
generating_object_info |
str |
Generated by |
global_point_coordinate_x |
float |
Global point coordinates Global point coordinate | X |
global_point_coordinate_y |
float |
Global point coordinate | Y |
global_point_coordinate_z |
float |
Global point coordinate | Z |
is_generated |
bool |
Generated by |
name |
str |
Name |
no |
int |
Object number |
point_coordinate_x |
float |
Point coordinate | X | Depends on coordinate system type: Cartesian X X-Cylindrical X Y-Cylindrical R Z-Cylindrical R Polar R |
point_coordinate_y |
float |
Point coordinate | Y | Depends on coordinate system type: Cartesian Y X-Cylindrical R Y-Cylindrical Y Z-Cylindrical Θ Polar Θ |
point_coordinate_z |
float |
Point coordinate | Z | Depends on coordinate system type: Cartesian Z X-Cylindrical Θ Y-Cylindrical Θ Z-Cylindrical Z Polar Φ |
result_point_type |
Result point type |
|
surface_probe_for_wind_analysis_active |
bool |
Surface probe for wind analysis active |
user_defined_name_enabled |
bool |
User-defined name activated |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Enums#
CoordinateSystemType#
Name |
---|
COORDINATE_SYSTEM_TYPE_CARTESIAN |
COORDINATE_SYSTEM_TYPE_POLAR |
COORDINATE_SYSTEM_TYPE_X_CYLINDRICAL |
COORDINATE_SYSTEM_TYPE_Y_CYLINDRICAL |
COORDINATE_SYSTEM_TYPE_Z_CYLINDRICAL |
ResultPointType#
Name |
---|
RESULT_POINT_TYPE_ON_SURFACE |
RESULT_POINT_TYPE_IN_SOLID |
RESULT_POINT_TYPE_SPATIAL |