|
CFx SDK Documentation 2026 SP0
|
#include <IfcTessellatedFaceSetAutoImpl.h>
Public Member Functions | |
| const OdDAIObjectId & | getCoordinates () const |
| void | setCoordinates (const OdDAIObjectId &Coordinates) |
| void | getInvHasColours (OdDAIObjectIds &HasColours) const |
| void | getInvHasTextures (OdDAIObjectIds &HasTextures) const |
| 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 OdIfc4x1::IfcRepresentationItem | |
| void | getInvLayerAssignment (OdDAIObjectIds &LayerAssignment) const |
| void | getInvStyledByItem (OdDAIObjectIds &StyledByItem) const |
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 |
| 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 | |
| OdDAIObjectId | m_Coordinates |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Friends | |
| class | IfcIndexedColourMap |
| class | IfcIndexedTextureMap |
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) |
The IfcTessellatedFaceSet is a boundary representation topological model limited to planar faces and straight edges. It can represent an approximation of an analytical surface or solid that can be provided in addition to its tessellation as a separate shape representation. The IfcTessellatedFaceSet provides a compact data representation of connected face set using indices into ordered lists of vertices, normals, colors and texture maps.
The IfcTessellatedFaceSet is an abstract supertype of tessellated face sets each imposing specific constraints on face generation for tessellation, such as triangulation (with or without strip and fans), or quadrilaterals, or polygonal faces (with or without inner loops).
Each face of the tessellated face set has: at least three non-coincident vertices; vertices that define a planar polygon; vertices that define a non-self-intersecting polygon.
Definition at line 57 of file Ifc4x1/IfcTessellatedFaceSetAutoImpl.h.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x1::IfcRepresentationItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
| const OdDAIObjectId & OdIfc4x1::IfcTessellatedFaceSet::getCoordinates | ( | ) | const |
Returns the value of Coordinates attribute. This attribute represents an ordered list of Cartesian points used by the coordinate index defined at the subtypes of IfcTessellatedFaceSet.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x1::IfcTessellatedItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
| void OdIfc4x1::IfcTessellatedFaceSet::getInvHasColours | ( | OdDAIObjectIds & | HasColours | ) | const |
Returns the value of HasColours attribute. This attribute represents reference to the indexed color map providing the corresponding color RGB values to the faces of the subtypes of IfcTessellatedFaceSet.
| HasColours | [out] Receives the value of HasColours attribute. |
| void OdIfc4x1::IfcTessellatedFaceSet::getInvHasTextures | ( | OdDAIObjectIds & | HasTextures | ) | const |
Returns the value of HasTextures attribute. This attribute represents reference to the indexed texture map providing the corresponding texture coordinates to the vertices bounding the faces of the subtypes of IfcTessellatedFaceSet.
| HasTextures | [out] Receives the value of HasTextures attribute. |
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x1::IfcRepresentationItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x1::IfcTessellatedItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x1::IfcRepresentationItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
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.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x1::IfcRepresentationItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
| void OdIfc4x1::IfcTessellatedFaceSet::setCoordinates | ( | const OdDAIObjectId & | Coordinates | ) |
Sets the value of Coordinates attribute. This attribute represents an ordered list of Cartesian points used by the coordinate index defined at the subtypes of IfcTessellatedFaceSet.
| Coordinates | [in] Coordinates to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x1::IfcRepresentationItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x1::IfcRepresentationItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x1::IfcTessellatedItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x1::IfcRepresentationItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x1::IfcRepresentationItem.
Reimplemented in OdIfc4x1::IfcPolygonalFaceSet, OdIfc4x1::IfcTriangulatedFaceSet, and OdIfc4x1::IfcTriangulatedIrregularNetwork.
|
friend |
Definition at line 213 of file Ifc4x1/IfcTessellatedFaceSetAutoImpl.h.
|
friend |
Definition at line 214 of file Ifc4x1/IfcTessellatedFaceSetAutoImpl.h.
|
protected |
Definition at line 210 of file Ifc4x1/IfcTessellatedFaceSetAutoImpl.h.