CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc4x2::IfcRepresentationItem Class Reference

#include <IfcRepresentationItemAutoImpl.h>

Inheritance diagram for OdIfc4x2::IfcRepresentationItem:
OdIfc4x2::OdIfc4x2Instance OdIfc::OdIfcInstance OdIfc4x2::IfcGeometricRepresentationItem OdIfc4x2::IfcMappedItem OdIfc4x2::IfcStyledItem OdIfc4x2::IfcTopologicalRepresentationItem OdIfc4x2::IfcAlignment2DHorizontal OdIfc4x2::IfcAlignment2DSegment OdIfc4x2::IfcAlignment2DVertical OdIfc4x2::IfcAnnotationFillArea OdIfc4x2::IfcBooleanResult OdIfc4x2::IfcBoundingBox OdIfc4x2::IfcCartesianPointList OdIfc4x2::IfcCartesianTransformationOperator OdIfc4x2::IfcCompositeCurveSegment OdIfc4x2::IfcCsgPrimitive3D OdIfc4x2::IfcCurve OdIfc4x2::IfcDirection OdIfc4x2::IfcDistanceExpression OdIfc4x2::IfcFaceBasedSurfaceModel OdIfc4x2::IfcFillAreaStyleHatching OdIfc4x2::IfcFillAreaStyleTiles OdIfc4x2::IfcGeometricSet OdIfc4x2::IfcHalfSpaceSolid OdIfc4x2::IfcLightSource OdIfc4x2::IfcOrientationExpression OdIfc4x2::IfcPlacement OdIfc4x2::IfcPlanarExtent OdIfc4x2::IfcPoint OdIfc4x2::IfcSectionedSpine OdIfc4x2::IfcShellBasedSurfaceModel OdIfc4x2::IfcSolidModel OdIfc4x2::IfcSurface OdIfc4x2::IfcTessellatedItem OdIfc4x2::IfcTextLiteral OdIfc4x2::IfcVector OdIfc4x2::IfcConnectedFaceSet OdIfc4x2::IfcEdge OdIfc4x2::IfcFace OdIfc4x2::IfcFaceBound OdIfc4x2::IfcLoop OdIfc4x2::IfcPath OdIfc4x2::IfcVertex

Public Member Functions

void getInvLayerAssignment (OdDAIObjectIds &LayerAssignment) const
 
void getInvStyledByItem (OdDAIObjectIds &StyledByItem) 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 OdIfc4x2::OdIfc4x2Instance
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 IfcPresentationLayerAssignment
 
class IfcStyledItem
 

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

The IfcRepresentationItem is used within an IfcRepresentation (directly or indirectly through other IfcRepresentationItem's) to represent an IfcProductRepresentation. Most commonly these IfcRepresentationItem's are geometric or topological representation items, that can have presentation style information assigned.

The image below shows an instance diagram explaining the use of IfcStyledItem and IfcPresentationLayerWithStyle to apply presentation styles.

<IMAGE ifcrepresentationitem_style-1>

The image below shows in instance diagram explaining the override of IfcPresentationLayerWithStyle by IfcStyledItem to apply presentation styles.

<IMAGE ifcrepresentationitem_style-2>

\changes

IFC4 changes: Inverse attribute LayerAssignments renamed to LayerAssignment Type of the inverse attribute LayerAssignments changed from "SET OF [0:?] IfcPresentationLayerAssignment FOR AssignedItems" to "SET OF [0:1] IfcPresentationLayerAssignment FOR AssignedItems"

Definition at line 61 of file Ifc4x2/IfcRepresentationItemAutoImpl.h.

Member Function Documentation

◆ getAttr()

virtual OdRxValue OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrep, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAdvancedFace, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegLine, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanClippingResult, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCurve, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundedSurface, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianPointList, OdIfc4x2::IfcCartesianTransformationOperator2D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClosedShell, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveOnSurface, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurve, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceOuterBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrep, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricCurveSet, OdIfc4x2::IfcGeometricRepresentationItem, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIntersectionCurve, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceAmbient, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcLineSegment2D, OdIfc4x2::IfcLoop, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpenShell, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOuterBoundaryCurve, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlane, OdIfc4x2::IfcPoint, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSeamCurve, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSolidModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurface, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTessellatedItem, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTopologicalRepresentationItem, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertex, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ getInvLayerAssignment()

void OdIfc4x2::IfcRepresentationItem::getInvLayerAssignment ( OdDAIObjectIds & LayerAssignment) const

Returns the value of LayerAssignment attribute. This attribute represents assignment of the representation item to a single or multiple layer(s). The LayerAssignments can override a LayerAssignments of the IfcRepresentation it is used within the list of Items.

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

◆ getInvStyledByItem()

void OdIfc4x2::IfcRepresentationItem::getInvStyledByItem ( OdDAIObjectIds & StyledByItem) const

Returns the value of StyledByItem attribute. This attribute represents reference to the IfcStyledItem that provides presentation information to the representation, e.g. a curve style, including color and thickness to a geometric curve.

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

◆ inFields()

virtual OdResult OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ isKindOf()

virtual bool OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrep, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAdvancedFace, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegLine, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanClippingResult, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCurve, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundedSurface, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianPointList, OdIfc4x2::IfcCartesianTransformationOperator2D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClosedShell, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveOnSurface, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurve, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceOuterBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrep, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricCurveSet, OdIfc4x2::IfcGeometricRepresentationItem, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIntersectionCurve, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceAmbient, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcLineSegment2D, OdIfc4x2::IfcLoop, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpenShell, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOuterBoundaryCurve, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlane, OdIfc4x2::IfcPoint, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSeamCurve, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSolidModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurface, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTessellatedItem, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTopologicalRepresentationItem, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertex, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ outFields()

virtual OdResult OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ putAttr()

virtual bool OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ testAttr() [1/2]

virtual bool OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ testAttr() [2/2]

virtual bool OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrep, OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAdvancedFace, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegLine, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanClippingResult, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundaryCurve, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundedSurface, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianPointList, OdIfc4x2::IfcCartesianTransformationOperator2D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcClosedShell, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveOnSurface, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurve, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceOuterBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrep, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricCurveSet, OdIfc4x2::IfcGeometricRepresentationItem, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcIntersectionCurve, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceAmbient, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcLineSegment2D, OdIfc4x2::IfcLoop, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOpenShell, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcOuterBoundaryCurve, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPlane, OdIfc4x2::IfcPoint, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSeamCurve, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSolidModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurface, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTessellatedItem, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcTopologicalRepresentationItem, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertex, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ unsetAttr() [1/2]

virtual void OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

◆ unsetAttr() [2/2]

virtual void OdIfc4x2::IfcRepresentationItem::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 OdIfc4x2::IfcAdvancedBrepWithVoids, OdIfc4x2::IfcAlignment2DHorizontal, OdIfc4x2::IfcAlignment2DHorizontalSegment, OdIfc4x2::IfcAlignment2DSegment, OdIfc4x2::IfcAlignment2DVerSegCircularArc, OdIfc4x2::IfcAlignment2DVerSegParabolicArc, OdIfc4x2::IfcAlignment2DVertical, OdIfc4x2::IfcAlignment2DVerticalSegment, OdIfc4x2::IfcAlignmentCurve, OdIfc4x2::IfcAnnotationFillArea, OdIfc4x2::IfcAxis1Placement, OdIfc4x2::IfcAxis2Placement2D, OdIfc4x2::IfcAxis2Placement3D, OdIfc4x2::IfcBlock, OdIfc4x2::IfcBooleanResult, OdIfc4x2::IfcBoundedCurve, OdIfc4x2::IfcBoundingBox, OdIfc4x2::IfcBoxedHalfSpace, OdIfc4x2::IfcBSplineCurve, OdIfc4x2::IfcBSplineCurveWithKnots, OdIfc4x2::IfcBSplineSurface, OdIfc4x2::IfcBSplineSurfaceWithKnots, OdIfc4x2::IfcCartesianPoint, OdIfc4x2::IfcCartesianPointList2D, OdIfc4x2::IfcCartesianPointList3D, OdIfc4x2::IfcCartesianTransformationOperator2DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator3D, OdIfc4x2::IfcCartesianTransformationOperator3DnonUniform, OdIfc4x2::IfcCartesianTransformationOperator, OdIfc4x2::IfcCircle, OdIfc4x2::IfcCircularArcSegment2D, OdIfc4x2::IfcCompositeCurve, OdIfc4x2::IfcCompositeCurveSegment, OdIfc4x2::IfcConic, OdIfc4x2::IfcConnectedFaceSet, OdIfc4x2::IfcCsgPrimitive3D, OdIfc4x2::IfcCsgSolid, OdIfc4x2::IfcCurveBoundedPlane, OdIfc4x2::IfcCurveBoundedSurface, OdIfc4x2::IfcCurveSegment2D, OdIfc4x2::IfcCylindricalSurface, OdIfc4x2::IfcDirection, OdIfc4x2::IfcDistanceExpression, OdIfc4x2::IfcEdge, OdIfc4x2::IfcEdgeCurve, OdIfc4x2::IfcEdgeLoop, OdIfc4x2::IfcElementarySurface, OdIfc4x2::IfcEllipse, OdIfc4x2::IfcExtrudedAreaSolid, OdIfc4x2::IfcExtrudedAreaSolidTapered, OdIfc4x2::IfcFace, OdIfc4x2::IfcFaceBasedSurfaceModel, OdIfc4x2::IfcFaceBound, OdIfc4x2::IfcFaceSurface, OdIfc4x2::IfcFacetedBrepWithVoids, OdIfc4x2::IfcFillAreaStyleHatching, OdIfc4x2::IfcFillAreaStyleTiles, OdIfc4x2::IfcFixedReferenceSweptAreaSolid, OdIfc4x2::IfcGeometricSet, OdIfc4x2::IfcHalfSpaceSolid, OdIfc4x2::IfcIndexedPolyCurve, OdIfc4x2::IfcIndexedPolygonalFace, OdIfc4x2::IfcIndexedPolygonalFaceWithVoids, OdIfc4x2::IfcLightSource, OdIfc4x2::IfcLightSourceDirectional, OdIfc4x2::IfcLightSourceGoniometric, OdIfc4x2::IfcLightSourcePositional, OdIfc4x2::IfcLightSourceSpot, OdIfc4x2::IfcLine, OdIfc4x2::IfcManifoldSolidBrep, OdIfc4x2::IfcMappedItem, OdIfc4x2::IfcOffsetCurve2D, OdIfc4x2::IfcOffsetCurve3D, OdIfc4x2::IfcOffsetCurve, OdIfc4x2::IfcOffsetCurveByDistances, OdIfc4x2::IfcOrientationExpression, OdIfc4x2::IfcOrientedEdge, OdIfc4x2::IfcPath, OdIfc4x2::IfcPcurve, OdIfc4x2::IfcPlacement, OdIfc4x2::IfcPlanarBox, OdIfc4x2::IfcPlanarExtent, OdIfc4x2::IfcPointOnCurve, OdIfc4x2::IfcPointOnSurface, OdIfc4x2::IfcPolygonalBoundedHalfSpace, OdIfc4x2::IfcPolygonalFaceSet, OdIfc4x2::IfcPolyline, OdIfc4x2::IfcPolyLoop, OdIfc4x2::IfcRationalBSplineCurveWithKnots, OdIfc4x2::IfcRationalBSplineSurfaceWithKnots, OdIfc4x2::IfcRectangularPyramid, OdIfc4x2::IfcRectangularTrimmedSurface, OdIfc4x2::IfcReparametrisedCompositeCurveSegment, OdIfc4x2::IfcRevolvedAreaSolid, OdIfc4x2::IfcRevolvedAreaSolidTapered, OdIfc4x2::IfcRightCircularCone, OdIfc4x2::IfcRightCircularCylinder, OdIfc4x2::IfcSectionedSolid, OdIfc4x2::IfcSectionedSolidHorizontal, OdIfc4x2::IfcSectionedSpine, OdIfc4x2::IfcShellBasedSurfaceModel, OdIfc4x2::IfcSphere, OdIfc4x2::IfcSphericalSurface, OdIfc4x2::IfcStyledItem, OdIfc4x2::IfcSubedge, OdIfc4x2::IfcSurfaceCurve, OdIfc4x2::IfcSurfaceCurveSweptAreaSolid, OdIfc4x2::IfcSurfaceOfLinearExtrusion, OdIfc4x2::IfcSurfaceOfRevolution, OdIfc4x2::IfcSweptAreaSolid, OdIfc4x2::IfcSweptDiskSolid, OdIfc4x2::IfcSweptDiskSolidPolygonal, OdIfc4x2::IfcSweptSurface, OdIfc4x2::IfcTessellatedFaceSet, OdIfc4x2::IfcTextLiteral, OdIfc4x2::IfcTextLiteralWithExtent, OdIfc4x2::IfcToroidalSurface, OdIfc4x2::IfcTransitionCurveSegment2D, OdIfc4x2::IfcTriangulatedFaceSet, OdIfc4x2::IfcTriangulatedIrregularNetwork, OdIfc4x2::IfcTrimmedCurve, OdIfc4x2::IfcVector, OdIfc4x2::IfcVertexLoop, and OdIfc4x2::IfcVertexPoint.

Friends And Related Symbol Documentation

◆ IfcPresentationLayerAssignment

friend class IfcPresentationLayerAssignment
friend

Definition at line 185 of file Ifc4x2/IfcRepresentationItemAutoImpl.h.

◆ IfcStyledItem

friend class IfcStyledItem
friend

Definition at line 186 of file Ifc4x2/IfcRepresentationItemAutoImpl.h.


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