 |
DATAKIT SDK
V2026.3
|
|
This class has been renamed IfcElement.
More...
This class has been renamed IfcElement.
- Deprecated:
- Use IfcElement instead.
◆ AddProperty()
◆ GetClassificationReference()
◆ GetColor()
| Dtk_RGB Ifcw::IfcBuildingElement::GetColor |
( |
| ) |
const |
◆ GetGUID()
| const Dtk_string& Ifcw::IfcBuildingElement::GetGUID |
( |
| ) |
const |
◆ GetInstanceTrf()
| const Dtk_transfo& Ifcw::IfcBuildingElement::GetInstanceTrf |
( |
| ) |
const |
◆ GetLevel()
| const Dtk_string& Ifcw::IfcBuildingElement::GetLevel |
( |
| ) |
const |
◆ GetName()
| const Dtk_string& Ifcw::IfcBuildingElement::GetName |
( |
| ) |
const |
◆ GetPredefinedType()
| const Dtk_string& Ifcw::IfcBuildingElement::GetPredefinedType |
( |
| ) |
const |
◆ GetPropertySet()
◆ GetSubtype()
| const Dtk_string& Ifcw::IfcBuildingElement::GetSubtype |
( |
| ) |
const |
◆ GetTag()
| const Dtk_string& Ifcw::IfcBuildingElement::GetTag |
( |
| ) |
const |
◆ GetTypeID()
| Dtk_ID Ifcw::IfcBuildingElement::GetTypeID |
( |
| ) |
const |
◆ SetAsDeprecated()
| Ifcw::IfcBuildingElement::SetAsDeprecated |
( |
"2026.3" |
, |
|
|
"Use IfcElement instead." |
|
|
) |
| |
◆ SetBuildingElementType() [1/2]
| void Ifcw::IfcBuildingElement::SetBuildingElementType |
( |
Dtk_string |
inType | ) |
|
◆ SetBuildingElementType() [2/2]
◆ SetClassificationReference()
◆ SetColor()
| void Ifcw::IfcBuildingElement::SetColor |
( |
const Dtk_RGB & |
inColor | ) |
|
◆ SetGUID()
| void Ifcw::IfcBuildingElement::SetGUID |
( |
Dtk_string |
inGUID | ) |
|
◆ SetInstanceTrf()
| void Ifcw::IfcBuildingElement::SetInstanceTrf |
( |
const Dtk_transfo & |
inTrf | ) |
|
◆ SetLevel()
| void Ifcw::IfcBuildingElement::SetLevel |
( |
Dtk_string |
inLevel | ) |
|
◆ SetName()
| void Ifcw::IfcBuildingElement::SetName |
( |
Dtk_string |
inName | ) |
|
◆ SetPredefinedType()
| void Ifcw::IfcBuildingElement::SetPredefinedType |
( |
const Dtk_string & |
inType | ) |
|
◆ SetPropertySet()
◆ SetTag()
| void Ifcw::IfcBuildingElement::SetTag |
( |
Dtk_string |
inTag | ) |
|
◆ SetTypeID()
| void Ifcw::IfcBuildingElement::SetTypeID |
( |
const Dtk_ID & |
inID | ) |
|
void SetGUID(Dtk_string inGUID)
Setter for IfcElement GUID.
void SetPropertySet(Dtk_tab< Dtk_MetaDataPtr > inProperties, const Dtk_string &inSetName="")
Setter for IfcElement propertySet.
void SetLevel(Dtk_string inLevel)
Setter for IfcElement level.
const Dtk_string & GetGUID() const
Getter for IfcElement GUID.
Definition: IFCWriter.h:486
void AddProperty(Dtk_MetaDataPtr inProperty, Dtk_string inSetName="")
Adds a property to IfcElement current property set.
void SetColor(const Dtk_RGB &inColor)
Setter for IfcElement color.
void SetTag(Dtk_string inTag)
Setter for IfcElement tag.
Dtk_RGB GetColor() const
Getter for IfcElement color.
Definition: IFCWriter.h:506
const Dtk_string & GetTag() const
Getter for IfcElement tag.
Definition: IFCWriter.h:494
void SetSubtype(Dtk_string inType)
Setter for IfcElement subtype.
void SetPredefinedType(const Dtk_string &inType)
Setter for IfcElement predefined type.
void SetTypeID(const Dtk_ID &inID)
Setter for IfcElement IfcElementType ID.
const Dtk_string & GetSubtype() const
Getter for IfcElement subtype.
Definition: IFCWriter.h:498
const Dtk_string & GetLevel() const
Getter for IfcElement level.
Definition: IFCWriter.h:490
const Dtk_transfo & GetInstanceTrf() const
Getter for IfcElement instance transformation matrice.
Definition: IFCWriter.h:510
void SetClassificationReference(classification::IfcClassificationReference inClassificationRef)
Setter for IfcElement classification reference.
void SetName(Dtk_string inName)
Setter for IfcElement name.
const Dtk_string & GetName() const
Getter for IfcElement name.
Definition: IFCWriter.h:482
Dtk_ID GetTypeID() const
Getter for IfcElementType ID.
Definition: IFCWriter.h:478
const Dtk_string & GetPredefinedType() const
Getter for IfcElement predefined type.
Definition: IFCWriter.h:502
void SetInstanceTrf(const Dtk_transfo &inTrf)
Setter for IfcElement instance transformation matrice.
const Dtk_tab< Dtk_MetaDataPtr > & GetPropertySet() const
Getter for IfcElement propertySet.
Definition: IFCWriter.h:474
const classification::IfcClassificationReference & GetClassificationReference() const
Getter for classification reference.
Definition: IFCWriter.h:514