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