Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_BIMGeometryElement Class Reference

Base class for geometry elements (wall, window, door, etc.), that can have own geometry representation, assigned material and transformation. More...

Inheritance diagram for cadex::ModelData_BIMGeometryElement:
cadex::ModelData_BIMElement cadex::ModelData_BIMBaseObject cadex::Base_PublicObject cadex::ModelData_BIMConstructionElement cadex::ModelData_BIMCustomGeometryElement cadex::ModelData_BIMBeam cadex::ModelData_BIMColumn cadex::ModelData_BIMDoor cadex::ModelData_BIMFurniture cadex::ModelData_BIMPlate cadex::ModelData_BIMRailing cadex::ModelData_BIMRoof cadex::ModelData_BIMSlab cadex::ModelData_BIMStair cadex::ModelData_BIMWall cadex::ModelData_BIMWindow

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.
 
- Public Member Functions inherited from cadex::ModelData_BIMElement
 ModelData_BIMElement ()
 Constructor.
 
 ModelData_BIMElement (internal::ModelData_BIMElementImpl *theImpl)
 Constructor.
 
- Public Member Functions inherited from cadex::ModelData_BIMBaseObject
 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_UTF16StringName () 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
 
- Public Member Functions inherited from cadex::Base_PublicObject
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 Public Member Functions inherited from cadex::ModelData_BIMElement
static bool CompareType (const ModelData_BIMBaseObject &theElement)
 Returns whether the specified element is a single element instance.
 

Additional Inherited Members

- Protected Member Functions inherited from cadex::ModelData_BIMBaseObject
 ModelData_BIMBaseObject (internal::ModelData_BIMBaseObjectImpl *theImpl)
 Constructor.
 
- Protected Member Functions inherited from cadex::Base_PublicObject
 Base_PublicObject (const internal::Base_HandledObject *theObject)
 Constructor (reserved for internal use).
 
template<typename T >
T * GetOrCreateImpl ()
 Reserved for internal use.
 

Detailed Description

Base class for geometry elements (wall, window, door, etc.), that can have own geometry representation, assigned material and transformation.

Constructor & Destructor Documentation

◆ ModelData_BIMGeometryElement()

cadex::ModelData_BIMGeometryElement::ModelData_BIMGeometryElement ( )

Constructor.

Creates empty geometry element.