We offer a module for our SDK dedicated to work with CNC machining and sheet metal models called Manufacturing Toolkit (MTK). Its functionalities do include CNC Machining Feature Recognition. See CNC Machining Features for a full list of features ...
UUIDs are set to scene graph elements using SetUuid() method. Uuid() method can be used to get UUID. CreateRandom() method can set random UUIDs. AssignUuids() method assigns UUIDs to multiple elements in the scene graph. If you're looking for ...
CAD Exchanger SDK includes Computational Meshers intended for FEA mesh generation out of BReps (Boundary Representations). See our ready-made Netgen Mesher Example and Mefisto Mesher Example. The time it will take for the algorithm to complete ...
You can export only the elements you want by simply deselecting those you don't in the Scene graph (accessible through the "Structure" button at the top). Doing so will exclude them from the exported model. See partial export for more details.
1. Get the ModelData_BRepRepresentation of a part; 2. Get a list of all the Bodies that belong to this Part: ModelData_BodyList aBodyList = theBRep.Get(); 3. Use Appearance(aBody) method of the ModelData_BRepRepresentation object to retrieve ...