Note#
| Attribute Name | Data Type | Description | 
|---|---|---|
| no | int | Object number | 
| type | Note Type | |
| user_defined_name_enabled | bool | User-defined name enabled | 
| name | str | Name | 
| text | str | Text | 
| point_coordinate_x | float | Coordinates | X | 
| point_coordinate_y | float | Coordinates | Y | 
| point_coordinate_z | float | Coordinates | Z | 
| point_coordinates | Coordinates | |
| snap_position_coordinate_x | float | Coordinates | X | 
| snap_position_coordinate_y | float | Coordinates | Y | 
| snap_position_coordinate_z | float | Coordinates | Z | 
| snap_position_coordinates | Coordinates | |
| node | int | Node | 
| member | int | Member | 
| member_reference_type | Member Reference Type | |
| member_length | float | Member Length | L | 
| member_distance_is_defined_as_relative | bool | Member Distance | 
| member_distance_relative | float | Member Distance | Δ | 
| member_distance_absolute | float | Member Distance | Δ | 
| offset | bool | Offset | 
| offset_type | Offset | |
| offset_coordinate_x | float | Offset | ΔX | 
| offset_coordinate_y | float | Offset | ΔY | 
| offset_coordinate_z | float | Offset | ΔZ | 
| offset_coordinate | Offset | |
| rotation | float | Rotation | β | 
| show_comment | bool | Show Comment | 
| display_properties_index | int | Style | 
| comment | str | Comment | 
| parent_layer | int | Parent layer | 
| is_locked_by_parent_layer | bool | Locked by parent layer | 
| detail_note_parent_object | int | Parent object of detail note | 
| id_for_export_import | str | |
| metadata_for_export_import | str | 
Associated Enums
Type#
| Name | 
|---|
| TYPE_UNKNOWN | 
| TYPE_MEMBER | 
| TYPE_NODE | 
| TYPE_POINT | 
| TYPE_SNAP_POSITION | 
| TYPE_SOLID | 
| TYPE_SURFACE | 
MemberReferenceType#
| Name | 
|---|
| MEMBER_REFERENCE_TYPE_L | 
| MEMBER_REFERENCE_TYPE_XY | 
| MEMBER_REFERENCE_TYPE_XZ | 
| MEMBER_REFERENCE_TYPE_YZ | 
OffsetType#
| Name | 
|---|
| OFFSET_TYPE_XYZ | 
| OFFSET_TYPE_XY | 
| OFFSET_TYPE_XZ | 
| OFFSET_TYPE_YZ |