VisualObject#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| user_defined_name_enabled | bool | User-defined name enabled | 
| name | str | Name | 
| file_path | str | File Path | 
| file_name | str | File Name | 
| coordinate_system | int | Coordinate system | 
| insert_point | Insert point | |
| origin_coordinates | Coordinates of origin point | Origin coordinates | |
| origin_coordinate_x | float | Coordinates of origin point | X_0 | Origin coordinates | 
| origin_coordinate_y | float | Coordinates of origin point | Y_0 | Origin coordinates | 
| origin_coordinate_z | float | Coordinates of origin point | Z_0 | Origin coordinates | 
| rotation_angles_sequence | Axis sequence | Sequence of rotation angles | |
| rotation_angle_1 | float | Rotated about first angle | α_1 | First rotation angle | 
| rotation_angle_2 | float | Rotated about second angle | α_2 | Second rotation angle | 
| rotation_angle_3 | float | Rotated about third angle | α_3 | Third rotation angle | 
| scale_is_nonuniform | bool | Scale is nonuniform | 
| scale_is_defined_as_relative | bool | Scale is relative | 
| scale_absolute | float | Uniform scale | Δ | 
| scale_relative | float | Uniform scale | Δ | 
| scale_absolute_x | float | Non-uniform scale | Δ_X’ | 
| scale_absolute_y | float | Non-uniform scale | Δ_Y’ | 
| scale_absolute_z | float | Non-uniform scale | Δ_Z’ | 
| scale_relative_x | float | Non-uniform scale | Δ_X’ | 
| scale_relative_y | float | Non-uniform scale | Δ_Y’ | 
| scale_relative_z | float | Non-uniform scale | Δ_Z’ | 
| wind_simulation_enable_specific_settings | bool | Enable specific settings of wind simulation | 
| shrink_wrapping | int | Shrink wrapping | 
| roughness_and_permeability | int | Roughness and permeability | 
| exclude_from_wind_tunnel | bool | Exclude from wind tunnel | 
| comment | str | Comment | 
| is_generated | bool | Generated by | 
| generating_object_info | str | Generated by | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Enums
InsertPoint#
| Name | 
|---|
| INSERT_POINT_CENTER | 
| INSERT_POINT_MX | 
| INSERT_POINT_MXMYMZ | 
| INSERT_POINT_MXMYPZ | 
| INSERT_POINT_MXPYMZ | 
| INSERT_POINT_MXPYPZ | 
| INSERT_POINT_MY | 
| INSERT_POINT_MZ | 
| INSERT_POINT_PX | 
| INSERT_POINT_PXMYMZ | 
| INSERT_POINT_PXMYPZ | 
| INSERT_POINT_PXPYMZ | 
| INSERT_POINT_PXPYPZ | 
| INSERT_POINT_PY | 
| INSERT_POINT_PZ | 
RotationAnglesSequence#
| Name | 
|---|
| ROTATION_ANGLES_SEQUENCE_UVW | 
| ROTATION_ANGLES_SEQUENCE_UWV | 
| ROTATION_ANGLES_SEQUENCE_VUW | 
| ROTATION_ANGLES_SEQUENCE_VWU | 
| ROTATION_ANGLES_SEQUENCE_WUV | 
| ROTATION_ANGLES_SEQUENCE_WVU | 
| ROTATION_ANGLES_SEQUENCE_XZY | 
| ROTATION_ANGLES_SEQUENCE_YXZ | 
| ROTATION_ANGLES_SEQUENCE_YZX | 
| ROTATION_ANGLES_SEQUENCE_ZXY | 
| ROTATION_ANGLES_SEQUENCE_ZYX |