CADGeometry.active | Active status of object |
CADGeometry.cad_compounds | Dictionary with all compounds in the CAD geometry |
CADGeometry.cad_faces | Dictionary with all face shapes |
CADGeometry.cad_solids | Dictionary with all solid shapes |
CADGeometry.cad_surfaces | Dictionary with all shell shapes |
CADGeometry.changed | Status boolean |
CADGeometry.display_data | CAD geometry mesh surface plot |
CADGeometry.element_to_face_map | |
CADGeometry.enabled | Whether this object is currently enabled or not |
CADGeometry.ext_id | External ID of the CAD Geometry object |
CADGeometry.id | ID of object |
CADGeometry.is_dict_item | Specifies whether the object is an item of a dict |
CADGeometry.is_list_item | Specifies whether the object is an item of a list |
CADGeometry.link_path | Root path of the current node in the tree for links to this object |
CADGeometry.locked | CAD geometry is generated from an imported geometry and cannot be changed |
CADGeometry.name | Name of object |
CADGeometry.normals_display_data | CAD geometry normals visualization |
CADGeometry.offset | Offset value used to analyze the surface's coverage regarding the mesh |
CADGeometry.parent | Parent object in tree |
CADGeometry.path | The file path where the CAD geometry is loaded from |
CADGeometry.precision | Precision of geometrical operations (intersection points, thickness sampling, etc.) |
CADGeometry.root_path | Root path of the current node in the tree |
CADGeometry.root_shapes | Dictonary with all free shapes of the CAD geometry |
CADGeometry.scale_factor | Geometry is scaled with this factor |
CADGeometry.shape_type | Topological type of the shape |
CADGeometry.show_normals | Visibility of face normals |
CADGeometry.status | Status of the object |
CADGeometry.status_changed | Boolean flag which is set to true in C++ when up-to-date status of object changes |
CADGeometry.sub_shape_selection_display_data | CAD face selection plot |
CADGeometry.sub_shapes | Sub faces of the CAD geometry |
CADGeometry.uid | UID of object |
CADGeometry.use_default_offset | Whether to use the default value or not |
CADGeometry.use_default_precision | Whether to use default precision value or not |
CADGeometry.vertex | This will throw an error if the object has been removed from the graph |
CADGeometry.visible_sub_shapes | Ids of CAD sub shapes to be displayed, stored per-scene ID |
CADGeometry.visualization_mesh | Visualization mesh of this geometry |