Hide menu
Loading...
Searching...
No Matches
cadex::ModelData::MeshBody Class Reference

Defines a body that represents a polygonal mesh (faceted or tessellated) of . More...

#include <cadex/ModelData/MeshBody.hxx>

Inheritance diagram for cadex::ModelData::MeshBody:
cadex::ModelData::Body cadex::BaseObject

Public Member Functions

 MeshBody (const MeshShape &theMeshShape)
 
void Append (const MeshShape &theMeshShape)
 
const std::vector< MeshShape > & Shapes () const
 
- Public Member Functions inherited from cadex::ModelData::Body
void SetName (const UTF16String &theName)
 
UTF16String Name () const
 
- Public Member Functions inherited from cadex::BaseObject
size_t Id () const
 Return unique identifier of public object.
 
internal::BaseObjectImpl * Impl () const
 
bool IsNull () const
 
 operator bool () const
 
template<typename T >
bool IsOfType () const
 
template<typename T >
T * Impl () const
 Reserved for internal use.
 

Static Public Member Functions

static bool CompareType (const BaseObject &theObject)
 
- Static Public Member Functions inherited from cadex::ModelData::Body
static bool CompareType (const BaseObject &theObject)
 

Additional Inherited Members

- Public Types inherited from cadex::BaseObject
typedef std::shared_ptr< internal::BaseObjectImpl > ImplType
 
- Protected Member Functions inherited from cadex::ModelData::Body
 Body (const ImplType &theImpl)
 
- Protected Member Functions inherited from cadex::BaseObject
 BaseObject (const ImplType &theImpl)
 

Detailed Description

Defines a body that represents a polygonal mesh (faceted or tessellated) of .

See also
MeshShape