CASCADE module
Description
Tools for interoperation with CAD files.
This module allows using the OpenCASCADE solid modeling kernel in Chrono::Engine.
For additional information, see:
- the installation guide
- the tutorials
Namespaces | |
chrono::cascade | |
Namespace with classes for the CASCADE module. | |
Classes | |
class | chrono::cascade::ChCascadeBodyEasy |
Easy-to-use class for quick creation of rigid bodies with an OpenCASCADE shape. More... | |
class | chrono::cascade::ChCascadeBodyEasyProfile |
Easy-to-use class for quick creation of flat "2D" rigid bodies given a 2D 'wire' profile and a thickness. More... | |
class | chrono::cascade::ChCascadeDoc |
Class that contains an OCAF document (a tree hierarchy of shapes in the OpenCascade framework). More... | |
class | irr::scene::ChCascadeIrrMeshTools |
Tools to convert OpenCASCADE shapes into 'Irrlicht' triangle meshes. More... | |
class | chrono::cascade::ChCascadeMeshTools |
Tools to convert an OpenCASCADE shapes into triangle meshes. More... | |
class | chrono::cascade::ChCascadeTriangulate |
Class for storing settings on OpenCASCADE tesselation of shapes. More... | |
class | chrono::cascade::ChVisualShapeCascade |
Class for an asset that contains an OpenCASCADE shape which can be included in a visual model. More... | |