|
CFx SDK Documentation 2026 SP0
|
#include <IfcShapeAspectAutoImpl.h>
Public Member Functions | |
| void | getShapeRepresentations (OdDAIObjectIds &ShapeRepresentations) const |
| OdDAI::ListOfOdDAIObjectId & | shapeRepresentations () |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| OdDAI::Logical | getProductDefinitional () const |
| void | setProductDefinitional (OdDAI::Logical ProductDefinitional) |
| const OdDAIObjectId & | getPartOfProductDefinitionShape () const |
| void | setPartOfProductDefinitionShape (const OdDAIObjectId &PartOfProductDefinitionShape) |
| IfcShapeAspect () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) 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 OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| void | unresolve () |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdDAI::ListOfOdDAIObjectId | m_ShapeRepresentations |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
| OdDAI::Logical | m_ProductDefinitional |
| OdDAIObjectId | m_PartOfProductDefinitionShape |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
IfcShapeAspect provides grouping of shape representation items that represent aspects (or components) of the shape of a product. Thereby shape representations of components of the product shape represent a distinctive part to a product that can be explicitly addressed.
The IfcShapeAspect's can have distinct material information or other distinct characteristics that differs from other parts of the product shape representation. The image below indicates the association of material characteristics to shape aspects.
<IMAGE ifcshapeaspect_fig1>
Definition at line 51 of file Ifc2x_Final/IfcShapeAspectAutoImpl.h.
| OdIfc2x_final::IfcShapeAspect::IfcShapeAspect | ( | ) |
Default constructor for the IfcShapeAspect class.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc::OdIfcInstance.
| const OdAnsiString & OdIfc2x_final::IfcShapeAspect::getDescription | ( | ) | const |
Returns the value of Description attribute. This attribute represents the word or group of words that characterize the shape aspect. It can be used to add additional meaning to the name of the aspect.
|
overridevirtual |
Returns a type of a class instance.
| const OdAnsiString & OdIfc2x_final::IfcShapeAspect::getName | ( | ) | const |
Returns the value of Name attribute. This attribute represents the word or group of words by which the shape aspect is known. It is a tag to indicate the particular semantic of a component within the product definition shape, used to provide meaning. Example: use the tag "Glazing" to define which component of a window shape defines the glazing area.
| const OdDAIObjectId & OdIfc2x_final::IfcShapeAspect::getPartOfProductDefinitionShape | ( | ) | const |
Returns the value of PartOfProductDefinitionShape attribute. This attribute represents reference to the IfcProductDefinitionShape or the IfcRepresentationMap of which this shape is an aspect.
| OdDAI::Logical OdIfc2x_final::IfcShapeAspect::getProductDefinitional | ( | ) | const |
Returns the value of ProductDefinitional attribute. This attribute indicates whether the shape aspect is on the physical boundary of the product definition shape. If the value of this attribute is TRUE, it is asserted that the shape aspect being identified is on such a boundary. If the value is FALSE, it is asserted that the shape aspect being identified is not on such a boundary. If the value is UNKNOWN, it is asserted that it is not known whether the shape aspect being identified is on such a boundary.
| void OdIfc2x_final::IfcShapeAspect::getShapeRepresentations | ( | OdDAIObjectIds & | ShapeRepresentations | ) | const |
Gets the value of ShapeRepresentations attribute. This attribute represents list of shape representations. Each member defines a valid representation of a particular type within a particular representation context as being an aspect (or part) of a product definition.
| ShapeRepresentations | [out] Receives the ShapeRepresentations attribute. |
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
| void OdIfc2x_final::IfcShapeAspect::setDescription | ( | const OdAnsiString & | Description | ) |
Sets the value of Description attribute. This attribute represents the word or group of words that characterize the shape aspect. It can be used to add additional meaning to the name of the aspect.
| Description | [in] Description to set. |
| void OdIfc2x_final::IfcShapeAspect::setName | ( | const OdAnsiString & | Name | ) |
Sets the value of Name attribute. This attribute represents the word or group of words by which the shape aspect is known. It is a tag to indicate the particular semantic of a component within the product definition shape, used to provide meaning. Example: use the tag "Glazing" to define which component of a window shape defines the glazing area.
| Name | [in] Name to set. |
| void OdIfc2x_final::IfcShapeAspect::setPartOfProductDefinitionShape | ( | const OdDAIObjectId & | PartOfProductDefinitionShape | ) |
Sets the value of PartOfProductDefinitionShape attribute. This attribute represents reference to the IfcProductDefinitionShape or the IfcRepresentationMap of which this shape is an aspect.
| PartOfProductDefinitionShape | [in] PartOfProductDefinitionShape attribute to set. |
| void OdIfc2x_final::IfcShapeAspect::setProductDefinitional | ( | OdDAI::Logical | ProductDefinitional | ) |
Sets the value of ProductDefinitional attribute. This attribute indicates whether the shape aspect is on the physical boundary of the product definition shape. If the value of this attribute is TRUE, it is asserted that the shape aspect being identified is on such a boundary. If the value is FALSE, it is asserted that the shape aspect being identified is not on such a boundary. If the value is UNKNOWN, it is asserted that it is not known whether the shape aspect being identified is on such a boundary.
| ProductDefinitional | [in] ProductdDefinitional attribute to set. |
| OdDAI::ListOfOdDAIObjectId & OdIfc2x_final::IfcShapeAspect::shapeRepresentations | ( | ) |
Returns the value of ShapeRepresentations attribute. This attribute represents list of shape representations. Each member defines a valid representation of a particular type within a particular representation context as being an aspect (or part) of a product definition.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
protected |
Definition at line 270 of file Ifc2x_Final/IfcShapeAspectAutoImpl.h.
|
protected |
Definition at line 269 of file Ifc2x_Final/IfcShapeAspectAutoImpl.h.
|
protected |
Definition at line 272 of file Ifc2x_Final/IfcShapeAspectAutoImpl.h.
|
protected |
Definition at line 271 of file Ifc2x_Final/IfcShapeAspectAutoImpl.h.
|
protected |
Definition at line 268 of file Ifc2x_Final/IfcShapeAspectAutoImpl.h.