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

#include <IfcRepresentationItemAutoImpl.h>

Inheritance diagram for OdIfc4x1::IfcRepresentationItem:
OdIfc4x1::OdIfc4x1Instance OdIfc::OdIfcInstance OdIfc4x1::IfcGeometricRepresentationItem OdIfc4x1::IfcMappedItem OdIfc4x1::IfcStyledItem OdIfc4x1::IfcTopologicalRepresentationItem OdIfc4x1::IfcAlignment2DHorizontal OdIfc4x1::IfcAlignment2DSegment OdIfc4x1::IfcAlignment2DVertical OdIfc4x1::IfcAnnotationFillArea OdIfc4x1::IfcBooleanResult OdIfc4x1::IfcBoundingBox OdIfc4x1::IfcCartesianPointList OdIfc4x1::IfcCartesianTransformationOperator OdIfc4x1::IfcCompositeCurveSegment OdIfc4x1::IfcCsgPrimitive3D OdIfc4x1::IfcCurve OdIfc4x1::IfcDirection OdIfc4x1::IfcDistanceExpression OdIfc4x1::IfcFaceBasedSurfaceModel OdIfc4x1::IfcFillAreaStyleHatching OdIfc4x1::IfcFillAreaStyleTiles OdIfc4x1::IfcGeometricSet OdIfc4x1::IfcHalfSpaceSolid OdIfc4x1::IfcLightSource OdIfc4x1::IfcOrientationExpression OdIfc4x1::IfcPlacement OdIfc4x1::IfcPlanarExtent OdIfc4x1::IfcPoint OdIfc4x1::IfcSectionedSpine OdIfc4x1::IfcShellBasedSurfaceModel OdIfc4x1::IfcSolidModel OdIfc4x1::IfcSurface OdIfc4x1::IfcTessellatedItem OdIfc4x1::IfcTextLiteral OdIfc4x1::IfcVector OdIfc4x1::IfcConnectedFaceSet OdIfc4x1::IfcEdge OdIfc4x1::IfcFace OdIfc4x1::IfcFaceBound OdIfc4x1::IfcLoop OdIfc4x1::IfcPath OdIfc4x1::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 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 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 Ifc4x1/IfcRepresentationItemAutoImpl.h.

Member Function Documentation

◆ getAttr()

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

◆ getInstanceType()

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

◆ getInvLayerAssignment()

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

◆ isKindOf()

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

◆ outFields()

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

◆ putAttr()

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

◆ testAttr() [1/2]

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

◆ testAttr() [2/2]

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

◆ type()

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

◆ unsetAttr() [1/2]

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

◆ unsetAttr() [2/2]

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

Friends And Related Symbol Documentation

◆ IfcPresentationLayerAssignment

friend class IfcPresentationLayerAssignment
friend

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

◆ IfcStyledItem

friend class IfcStyledItem
friend

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


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