Base class for geometry elements (wall, window, door, etc.), that can have own geometry representation, assigned material and transformation. More...
Public Member Functions | |
ModelData_BIMGeometryElement () | |
Constructor. | |
ModelData_Model | Geometry () const |
Returns the element geometry. | |
void | SetGeometry (const ModelData_Model &theGeometry) |
Sets the element geometry. | |
ModelData_Transformation | Transformation () const |
Returns the element transformation. | |
void | SetTransformation (const ModelData_Transformation &theTransformation) |
Sets the element transformation. | |
ModelData_BIMMaterial | Material () const |
Returns the element material. | |
void | SetMaterial (const ModelData_BIMMaterial &theMaterial) |
Sets the element material. | |
ModelData_BIMGeometryElement | Prototype () const |
Returns the element prototype. | |
ModelData_BIMGeometryElement (internal::ModelData_BIMGeometryElementImpl *theImpl) | |
Constructor. | |
![]() | |
ModelData_BIMElement () | |
Constructor. | |
ModelData_BIMElement (internal::ModelData_BIMElementImpl *theImpl) | |
Constructor. | |
![]() | |
ModelData_BIMBaseObject () | |
Constructor. | |
ModelData_BIMPropertyLibrary | Properties () const |
Returns the object for managing element properties. | |
void | Accept (ModelData_BIMVisitor &theVisitor) const |
Accepts a visitor. | |
const Base_UTF16String & | Name () const |
Returns an element name. | |
void | SetName (const Base_UTF16String &theName) |
Sets an element name. | |
void | SetUuid (const Base_Uuid &theUuid) |
Sets an element UUID. | |
Base_Uuid | Uuid () const |
Returns an element UUID. | |
template<typename T > | |
bool | IsOfType () const |
![]() | |
void | Nullify () |
Resets reference to implementation object. | |
bool | IsNull () const |
Returns true if the object is nullified. | |
operator bool () const | |
Casts the object to the bool type. | |
internal::Base_HandledObject * | Impl () const |
Return a handle to backend (reserved for internal use). | |
Static Public Member Functions | |
static bool | CompareType (const ModelData_BIMBaseObject &theElement) |
Returns whether the specified element is a geometry element instance. | |
![]() | |
static bool | CompareType (const ModelData_BIMBaseObject &theElement) |
Returns whether the specified element is a single element instance. | |
Additional Inherited Members | |
![]() | |
ModelData_BIMBaseObject (internal::ModelData_BIMBaseObjectImpl *theImpl) | |
Constructor. | |
![]() | |
Base_PublicObject (const internal::Base_HandledObject *theObject) | |
Constructor (reserved for internal use). | |
template<typename T > | |
T * | GetOrCreateImpl () |
Reserved for internal use. | |
Base class for geometry elements (wall, window, door, etc.), that can have own geometry representation, assigned material and transformation.
cadex::ModelData_BIMGeometryElement::ModelData_BIMGeometryElement | ( | ) |
Constructor.
Creates empty geometry element.