Base class for element that represents a single BIM entity. More...
Public Member Functions | |
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 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 element that represents a single BIM entity.
cadex::ModelData_BIMElement::ModelData_BIMElement | ( | ) |
Constructor.
Creates empty construction element.