BuildingGrid#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| type | Building grid type | |
| user_defined_name_enabled | bool | User-defined name enabled | 
| name | str | Name | 
| grid_type | Grid type | |
| coordinates_list_x | str | List of coordinates | X | 
| coordinates_list_y | str | List of coordinates | Y | 
| coordinates_list_z | str | List of coordinates | Z | 
| labels_list_x | str | List of labels | X | 
| labels_list_y | str | List of labels | Y | 
| labels_list_z | str | List of labels | Z | 
| locked_in_graphics | bool | Locked in graphics | 
| include_in_view | bool | Include in view ‘Show whole model’ | 
| grid_points | bool | Grid points | 
| grid_lines | bool | Grid lines | 
| labels | bool | Labels | 
| dimensions | bool | Dimensions | 
| is_origin_defined_by_node | bool | Origin defined by node | 
| origin_node | int | Node | 
| origin_coordinates | Origin coordinates | |
| origin_coordinate_x | float | Origin coordinates | X_0 | 
| origin_coordinate_y | float | Origin coordinates | Y_0 | 
| origin_coordinate_z | float | Origin coordinates | Z_0 | 
| line_start_label_x | bool | Show label at line start | 
| line_start_label_y | bool | Show label at line start | 
| line_start_label_z | bool | Show label at line start | 
| line_start_extension_x | float | Extension at line start | e_X,i | 
| line_start_extension_y | float | Extension at line start | e_Y,i | 
| line_start_extension_z | float | Extension at line start | e_Z,i | 
| line_end_label_x | bool | Show label at line end | 
| line_end_label_y | bool | Show label at line end | 
| line_end_label_z | bool | Show label at line end | 
| line_end_extension_x | float | Extension at line end | e_X,j | 
| line_end_extension_y | float | Extension at line end | e_Y,j | 
| line_end_extension_z | float | Extension at line end | e_Z,j | 
| alpha_ux | float | Inclination angles | α_X | 
| alpha_vy | float | Inclination angles | α_Y | 
| alpha_wz | float | Inclination angles | α_Z | 
| coordinate_system | int | Coordinate system | 
| rotation_coordinate_system | int | Coordinate system | 
| has_specific_direction | bool | Has specific direction | 
| specific_direction_type | Specific Direction Type | |
| axes_sequence | Sequence | |
| rotated_about_angle_x | float | Rotation angle about X axis | α_’ | 
| rotated_about_angle_y | float | Rotation angle about Y axis | α_’ | 
| rotated_about_angle_z | float | Rotation angle about Z axis | α_’ | 
| rotated_about_angle_1 | float | Rotation angle about first axis | α_1 | 
| rotated_about_angle_2 | float | Rotation angle about second axis | α_2 | 
| rotated_about_angle_3 | float | Rotation angle about third axis | α_3 | 
| directed_to_node_direction_node | int | Direct to node No. | 
| directed_to_node_plane_node | int | In plane by node No. | 
| directed_to_node_first_axis | 1st axis | |
| directed_to_node_second_axis | 2nd axis | |
| parallel_to_two_nodes_first_node | int | First node | 
| parallel_to_two_nodes_second_node | int | Second node | 
| parallel_to_two_nodes_plane_node | int | In plane by node No. | 
| parallel_to_two_nodes_first_axis | 1st axis | |
| parallel_to_two_nodes_second_axis | 2nd axis | |
| parallel_to_member | int | Member No. | 
| comment | str | Comment | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Enums
Type#
| Name | 
|---|
| TYPE_UNKNOWN | 
| TYPE_STANDARD | 
GridType#
| Name | 
|---|
| GRID_TYPE_CARTESIAN | 
| GRID_TYPE_CYLINDRICAL | 
| GRID_TYPE_INCLINED | 
| GRID_TYPE_SPHERICAL | 
SpecificDirectionType#
| Name | 
|---|
| SPECIFIC_DIRECTION_TYPE_ROTATED_VIA_3_ANGLES | 
| SPECIFIC_DIRECTION_TYPE_DIRECTED_TO_NODE | 
| SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_CS_OF_MEMBER | 
| SPECIFIC_DIRECTION_TYPE_PARALLEL_TO_TWO_NODES | 
AxesSequence#
| Name | 
|---|
| AXES_SEQUENCE_XYZ | 
| AXES_SEQUENCE_XZY | 
| AXES_SEQUENCE_YXZ | 
| AXES_SEQUENCE_YZX | 
| AXES_SEQUENCE_ZXY | 
| AXES_SEQUENCE_ZYX | 
DirectedToNodeFirstAxis#
| Name | 
|---|
| DIRECTED_TO_NODE_FIRST_AXIS_X | 
| DIRECTED_TO_NODE_FIRST_AXIS_Y | 
| DIRECTED_TO_NODE_FIRST_AXIS_Z | 
DirectedToNodeSecondAxis#
| Name | 
|---|
| DIRECTED_TO_NODE_SECOND_AXIS_X | 
| DIRECTED_TO_NODE_SECOND_AXIS_Y | 
| DIRECTED_TO_NODE_SECOND_AXIS_Z | 
ParallelToTwoNodesFirstAxis#
| Name | 
|---|
| PARALLEL_TO_TWO_NODES_FIRST_AXIS_X | 
| PARALLEL_TO_TWO_NODES_FIRST_AXIS_Y | 
| PARALLEL_TO_TWO_NODES_FIRST_AXIS_Z | 
ParallelToTwoNodesSecondAxis#
| Name | 
|---|
| PARALLEL_TO_TWO_NODES_SECOND_AXIS_X | 
| PARALLEL_TO_TWO_NODES_SECOND_AXIS_Y | 
| PARALLEL_TO_TWO_NODES_SECOND_AXIS_Z |