CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc4x1::IfcMaterialUsageDefinition Class Reference

#include <IfcMaterialUsageDefinitionAutoImpl.h>

Inheritance diagram for OdIfc4x1::IfcMaterialUsageDefinition:
OdIfc4x1::OdIfc4x1Instance OdIfc::OdIfcInstance OdIfc4x1::IfcMaterialLayerSetUsage OdIfc4x1::IfcMaterialProfileSetUsage OdIfc4x1::IfcMaterialProfileSetUsageTapering

Public Member Functions

void getInvAssociatedTo (OdDAIObjectIds &AssociatedTo) const
 
virtual OdResult inFields (OdDAI::OdSpfFilerBase *rdFiler) override
 
virtual OdResult outFields (OdDAI::OdSpfFilerBase *wrFiler) override
 
virtual OdDAI::Entity * getInstanceType () const override
 
virtual void unsetAttr (const char *explicitAttrName) override
 
virtual bool testAttr (const char *explicitAttrName) const override
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const override
 
virtual OdIfc::OdIfcEntityType type () const override
 
virtual OdRxValue getAttr (const OdIfc::OdIfcAttribute attrDef) const override
 
virtual void unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override
 
virtual bool testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override
 
virtual bool putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override
 
- Public Member Functions inherited from OdIfc4x1::OdIfc4x1Instance
void setInverseCounterParts () override
 
- Public Member Functions inherited from OdIfc::OdIfcInstance
 ODRX_DECLARE_MEMBERS (OdIfcInstance)
 
 OdIfcInstance ()
 
 ~OdIfcInstance ()
 
bool isInstanceOf (OdIfcEntityType entityType) const
 
virtual bool putAttr (const char *explicitAttrName, const OdRxValue &val)
 
IfcOpResult resolved ()
 
void resolve (IfcOpResult resolved, void *resPtr)
 
void unresolve ()
 
virtual void setGsNode (OdGsCache *pGsNode)
 
virtual OdGsCachegsNode () const
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *traits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *wd) const
 
virtual OdDbStub * ownerId () const
 

Friends

class IfcRelAssociatesMaterial
 

Additional Inherited Members

- Static Public Member Functions inherited from OdIfc::OdIfcInstance
static const OdGePoint3dasPoint3d (const OdIfcInstance *inst)
 
static const OdGePoint2dasPoint2d (const OdIfcInstance *inst)
 
static const OdGeVector3dasVector3d (const OdIfcInstance *inst)
 
static const OdGeVector2dasVector2d (const OdIfcInstance *inst)
 
static const OdGeMatrix2dasMatrix2d (const OdIfcInstance *inst)
 
static const OdGeMatrix3dasMatrix3d (const OdIfcInstance *inst)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcInstance > inst)
 
static const OdCmEntityColorasRgbColor (const OdIfcInstance *inst)
 
- Protected Attributes inherited from OdIfc::OdIfcInstance
voidm_resPtr
 
IfcOpResult m_resolved
 

Detailed Description

IfcMaterialUsageDefinition is a general supertype for all material-related information items in IFC that have occurrence-specific assignment parameters to assign a set of materials with shape parameters to a reference geometry item.

There are two ways of assigning a set of materials with shape parameters: A layer set to a reference curve - assigning a material layer set with material layers having a sequence and thickness parameter to a reference curve of an element - represented by the 'Axis' shape representation of that element. A profile set to a cardinal point - assigning a material profile set with assigned profile geometry and insertion points to a reference curve by an offset, called "cardinal point" - the reference curve is represented by the 'Axis' shape representation of that element.

Each instantiable subtype of IfcMaterialUsageDefinition has to be assigned to a subtype of IfcElement by using the objectified relationship IfcRelAssociatesMaterial; it is only valid in conjunction with an element occurrence.

Remarks
This definition may not be instantiated.

Definition at line 57 of file Ifc4x1/IfcMaterialUsageDefinitionAutoImpl.h.

Member Function Documentation

◆ getAttr()

virtual OdRxValue OdIfc4x1::IfcMaterialUsageDefinition::getAttr ( const OdIfc::OdIfcAttribute attrDef) const
overridevirtual

Returns an attribute value for the specified attribute definition.

Parameters
attrDef[in] Attribute definition to query.
Returns
OdRxValue object that represents a generic variant type value.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x1::IfcMaterialUsageDefinition::getInstanceType ( ) const
overridevirtual

Returns a type of a class instance.

Returns
Pointer to the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdDAI__Entity.html>>OdDAI::Entity</exref> type that determines an entity definition within a schema.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ getInvAssociatedTo()

void OdIfc4x1::IfcMaterialUsageDefinition::getInvAssociatedTo ( OdDAIObjectIds & AssociatedTo) const

Returns the value of AssociatedTo attribute. This attribute represents a relationship between a material definition and elements or element types to which this material definition applies. The association is established by the IfcRelAssociatesMaterial definition.

Parameters
AssociatedTo[out] Receives the value of AssociatedTo attribute.

◆ inFields()

virtual OdResult OdIfc4x1::IfcMaterialUsageDefinition::inFields ( OdDAI::OdSpfFilerBase * rdFiler)
overridevirtual

Reads object's data from the specified filer.

Parameters
rdFiler[in] Pointer to a filer from which to read the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ isKindOf()

virtual bool OdIfc4x1::IfcMaterialUsageDefinition::isKindOf ( OdIfc::OdIfcEntityType entityType) const
overridevirtual

Checks whether the specified instance is the object derived from or belongs to this class.

Parameters
entityType[in] Entity to check.
Returns
true if the specified instance is the object derived from or belongs to this class, false otherwise.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ outFields()

virtual OdResult OdIfc4x1::IfcMaterialUsageDefinition::outFields ( OdDAI::OdSpfFilerBase * wrFiler)
overridevirtual

Writes object's data the the specified filer.

Parameters
wrFiler[in] Pointer to a filer to which to write the data.
Returns
A value of OdResult type that contains the result of the method execution.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ putAttr()

virtual bool OdIfc4x1::IfcMaterialUsageDefinition::putAttr ( const OdIfc::OdIfcAttribute explicitAttrDef,
const OdRxValue & val )
overridevirtual

Sets the specified attribute with a given value.

Parameters
explicitAttrDef[in] Explicit attribute definition to set.
val[in] Value to set.
Returns
true if the value is successfully set for the specified attribute, false otherwise.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ testAttr() [1/2]

virtual bool OdIfc4x1::IfcMaterialUsageDefinition::testAttr ( const char * explicitAttrName) const
overridevirtual

Checks whether the specified attribute is set.

Parameters
explicitAttrName[in] Explicit name of the attribute to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ testAttr() [2/2]

virtual bool OdIfc4x1::IfcMaterialUsageDefinition::testAttr ( const OdIfc::OdIfcAttribute explicitAttrDef) const
overridevirtual

Checks whether the specified attribute is set.

Parameters
explicitAttrDef[in] Attribute definition to test.
Returns
true if the specified attribute is set, false otherwise.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x1::IfcMaterialUsageDefinition::type ( ) const
overridevirtual

Returns the type of this entity.

Returns
A value of the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdIfc__OdIfcEntityType.html>>OdIfc::OdIfcEntityType</exref> type that represents type of this entity.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ unsetAttr() [1/2]

virtual void OdIfc4x1::IfcMaterialUsageDefinition::unsetAttr ( const char * explicitAttrName)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrName[in] Explicit name of the attribute to reset.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

◆ unsetAttr() [2/2]

virtual void OdIfc4x1::IfcMaterialUsageDefinition::unsetAttr ( const OdIfc::OdIfcAttribute explicitAttrDef)
overridevirtual

Resets a value for the specified attribute.

Parameters
explicitAttrDef[in] Explicit definition that represents an attribute to reset.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x1::IfcMaterialLayerSetUsage, OdIfc4x1::IfcMaterialProfileSetUsage, and OdIfc4x1::IfcMaterialProfileSetUsageTapering.

Friends And Related Symbol Documentation

◆ IfcRelAssociatesMaterial

friend class IfcRelAssociatesMaterial
friend

Definition at line 173 of file Ifc4x1/IfcMaterialUsageDefinitionAutoImpl.h.


The documentation for this class was generated from the following file: