Provides a solid body composed of solids. More...
#include <cadex/ModelData/SolidBody.hxx>
Public Member Functions | |
SolidBody (const Solid &theSolid) | |
void | SetSolid (const Solid &theSolid) |
ModelData::Solid | Solid () const |
![]() | |
void | SetName (const UTF16String &theName) |
UTF16String | Name () const |
![]() | |
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 bool | CompareType (const BaseObject &theObject) |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
![]() | |
Body (const ImplType &theImpl) | |
![]() | |
BaseObject (const ImplType &theImpl) | |
Provides a solid body composed of solids.