CADCompound.active | Active status of object |
CADCompound.enabled | Whether this object is currently enabled or not |
CADCompound.id | ID of object |
CADCompound.is_dict_item | Specifies whether the object is an item of a dict |
CADCompound.is_free | Boolean whether the shape is free or not |
CADCompound.is_list_item | Specifies whether the object is an item of a list |
CADCompound.link_path | Root path of the current node in the tree for links to this object |
CADCompound.locked | Locked status of the CAD component |
CADCompound.map_index | Map index of the shape |
CADCompound.name | Name of object |
CADCompound.parent | Parent object in tree |
CADCompound.path | Returns topology path of the CADComponent |
CADCompound.root_path | Root path of the current node in the tree |
CADCompound.status | Status of the object |
CADCompound.status_changed | Boolean flag which is set to true in C++ when up-to-date status of object changes |
CADCompound.sub_shapes | Sub faces of the CAD compound |
CADCompound.uid | UID of object |
CADCompound.vertex | Throws an error if the object has been removed from the graph |