CADReference.active | Active status of object |
CADReference.bounding_box_max | Maximum of the bounding box |
CADReference.bounding_box_min | Minimum of the bounding box |
CADReference.cog | Center of gravity of the linked shape |
CADReference.dimension | Dimension of the linked shape (1 for lines, 2 for surfaces and 3 for solids) |
CADReference.enabled | Whether this object is currently enabled or not |
CADReference.id | ID of object |
CADReference.is_dict_item | Specifies whether the object is an item of a dict |
CADReference.is_list_item | Specifies whether the object is an item of a list |
CADReference.link_path | Root path of the current node in the tree for links to this object |
CADReference.name | Name of object |
CADReference.parent | Parent object in tree |
CADReference.path | Path to the linked CAD component |
CADReference.root_path | Root path of the current node in the tree |
CADReference.size | Size of the linked cad shape |
CADReference.status | Status of the CADReference |
CADReference.status_changed | Boolean flag which is set to true in C++ when up-to-date status of object changes |
CADReference.uid | UID of object |
CADReference.vertex | Throws an error if the object has been removed from the graph |