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 |
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) | |
Provides a solid body composed of solids.