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

#include <IfcRepresentationItemAutoImpl.h>

Inheritance diagram for OdIfc2x2_final::IfcRepresentationItem:
OdIfc2x2_final::OdIfc2x2_FinalInstance OdIfc::OdIfcInstance OdIfc2x2_final::IfcGeometricRepresentationItem OdIfc2x2_final::IfcMappedItem OdIfc2x2_final::IfcStyledItem OdIfc2x2_final::IfcTopologicalRepresentationItem OdIfc2x2_final::IfcAnnotationFillArea OdIfc2x2_final::IfcBooleanResult OdIfc2x2_final::IfcBoundingBox OdIfc2x2_final::IfcCartesianTransformationOperator OdIfc2x2_final::IfcCompositeCurveSegment OdIfc2x2_final::IfcCurve OdIfc2x2_final::IfcDefinedSymbol OdIfc2x2_final::IfcDirection OdIfc2x2_final::IfcDraughtingCallout OdIfc2x2_final::IfcFaceBasedSurfaceModel OdIfc2x2_final::IfcFillAreaStyleHatching OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle OdIfc2x2_final::IfcFillAreaStyleTiles OdIfc2x2_final::IfcGeometricSet OdIfc2x2_final::IfcHalfSpaceSolid OdIfc2x2_final::IfcLightSource OdIfc2x2_final::IfcOneDirectionRepeatFactor OdIfc2x2_final::IfcPlacement OdIfc2x2_final::IfcPlanarExtent OdIfc2x2_final::IfcPoint OdIfc2x2_final::IfcSectionedSpine OdIfc2x2_final::IfcShellBasedSurfaceModel OdIfc2x2_final::IfcSolidModel OdIfc2x2_final::IfcSurface OdIfc2x2_final::IfcTextLiteral OdIfc2x2_final::IfcVector OdIfc2x2_final::IfcAnnotationOccurrence OdIfc2x2_final::IfcConnectedFaceSet OdIfc2x2_final::IfcEdge OdIfc2x2_final::IfcFace OdIfc2x2_final::IfcFaceBound OdIfc2x2_final::IfcLoop OdIfc2x2_final::IfcPath OdIfc2x2_final::IfcVertex

Public Member Functions

virtual OdDAI::Entity * getInstanceType () const override
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const override
 
virtual OdIfc::OdIfcEntityType type () const override
 
- Public Member Functions inherited from OdIfc::OdIfcInstance
 ODRX_DECLARE_MEMBERS (OdIfcInstance)
 
 OdIfcInstance ()
 
 ~OdIfcInstance ()
 
bool isInstanceOf (OdIfcEntityType entityType) const
 
virtual OdRxValue getAttr (const OdIfcAttribute attrDef) const
 
virtual bool testAttr (const char *explicitAttrName) const
 
virtual bool testAttr (const OdIfcAttribute explicitAttrDef) const
 
virtual void unsetAttr (const char *explicitAttrName)
 
virtual void unsetAttr (const OdIfcAttribute explicitAttrDef)
 
virtual bool putAttr (const char *explicitAttrName, const OdRxValue &val)
 
virtual bool putAttr (const OdIfcAttribute explicitAttrDef, 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
 

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>

Definition at line 55 of file Ifc2x2_Final/IfcRepresentationItemAutoImpl.h.

Member Function Documentation

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc2x2_final::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 OdIfc2x2_final::Ifc2DCompositeCurve, OdIfc2x2_final::IfcAngularDimension, OdIfc2x2_final::IfcAnnotationCurveOccurrence, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcAnnotationOccurrence, OdIfc2x2_final::IfcAnnotationSurfaceOccurrence, OdIfc2x2_final::IfcAnnotationSymbolOccurrence, OdIfc2x2_final::IfcAnnotationTextOccurrence, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBezierCurve, OdIfc2x2_final::IfcBooleanClippingResult, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundedCurve, OdIfc2x2_final::IfcBoundedSurface, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2D, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcClosedShell, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCurve, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDiameterDimension, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveDirectedCallout, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceOuterBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrep, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcGeometricCurveSet, OdIfc2x2_final::IfcGeometricRepresentationItem, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceAmbient, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLinearDimension, OdIfc2x2_final::IfcLoop, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpenShell, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlane, OdIfc2x2_final::IfcPoint, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcProjectionCurve, OdIfc2x2_final::IfcRadiusDimension, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSolidModel, OdIfc2x2_final::IfcStructuredDimensionCallout, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurface, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTopologicalRepresentationItem, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertex, OdIfc2x2_final::IfcVertexLoop, and OdIfc2x2_final::IfcVertexPoint.

◆ isKindOf()

virtual bool OdIfc2x2_final::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 OdIfc2x2_final::Ifc2DCompositeCurve, OdIfc2x2_final::IfcAngularDimension, OdIfc2x2_final::IfcAnnotationCurveOccurrence, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcAnnotationOccurrence, OdIfc2x2_final::IfcAnnotationSurfaceOccurrence, OdIfc2x2_final::IfcAnnotationSymbolOccurrence, OdIfc2x2_final::IfcAnnotationTextOccurrence, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBezierCurve, OdIfc2x2_final::IfcBooleanClippingResult, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundedCurve, OdIfc2x2_final::IfcBoundedSurface, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2D, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcClosedShell, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCurve, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDiameterDimension, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveDirectedCallout, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceOuterBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrep, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcGeometricCurveSet, OdIfc2x2_final::IfcGeometricRepresentationItem, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceAmbient, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLinearDimension, OdIfc2x2_final::IfcLoop, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpenShell, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlane, OdIfc2x2_final::IfcPoint, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcProjectionCurve, OdIfc2x2_final::IfcRadiusDimension, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSolidModel, OdIfc2x2_final::IfcStructuredDimensionCallout, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurface, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTopologicalRepresentationItem, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertex, OdIfc2x2_final::IfcVertexLoop, and OdIfc2x2_final::IfcVertexPoint.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc2x2_final::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 OdIfc2x2_final::Ifc2DCompositeCurve, OdIfc2x2_final::IfcAngularDimension, OdIfc2x2_final::IfcAnnotationCurveOccurrence, OdIfc2x2_final::IfcAnnotationFillArea, OdIfc2x2_final::IfcAnnotationFillAreaOccurrence, OdIfc2x2_final::IfcAnnotationOccurrence, OdIfc2x2_final::IfcAnnotationSurfaceOccurrence, OdIfc2x2_final::IfcAnnotationSymbolOccurrence, OdIfc2x2_final::IfcAnnotationTextOccurrence, OdIfc2x2_final::IfcAxis1Placement, OdIfc2x2_final::IfcAxis2Placement2D, OdIfc2x2_final::IfcAxis2Placement3D, OdIfc2x2_final::IfcBezierCurve, OdIfc2x2_final::IfcBooleanClippingResult, OdIfc2x2_final::IfcBooleanResult, OdIfc2x2_final::IfcBoundedCurve, OdIfc2x2_final::IfcBoundedSurface, OdIfc2x2_final::IfcBoundingBox, OdIfc2x2_final::IfcBoxedHalfSpace, OdIfc2x2_final::IfcBSplineCurve, OdIfc2x2_final::IfcCartesianPoint, OdIfc2x2_final::IfcCartesianTransformationOperator2D, OdIfc2x2_final::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator3D, OdIfc2x2_final::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x2_final::IfcCartesianTransformationOperator, OdIfc2x2_final::IfcCircle, OdIfc2x2_final::IfcClosedShell, OdIfc2x2_final::IfcCompositeCurve, OdIfc2x2_final::IfcCompositeCurveSegment, OdIfc2x2_final::IfcConic, OdIfc2x2_final::IfcConnectedFaceSet, OdIfc2x2_final::IfcCsgSolid, OdIfc2x2_final::IfcCurve, OdIfc2x2_final::IfcCurveBoundedPlane, OdIfc2x2_final::IfcDefinedSymbol, OdIfc2x2_final::IfcDiameterDimension, OdIfc2x2_final::IfcDimensionCurve, OdIfc2x2_final::IfcDimensionCurveDirectedCallout, OdIfc2x2_final::IfcDimensionCurveTerminator, OdIfc2x2_final::IfcDirection, OdIfc2x2_final::IfcDraughtingCallout, OdIfc2x2_final::IfcEdge, OdIfc2x2_final::IfcEdgeCurve, OdIfc2x2_final::IfcEdgeLoop, OdIfc2x2_final::IfcElementarySurface, OdIfc2x2_final::IfcEllipse, OdIfc2x2_final::IfcExtrudedAreaSolid, OdIfc2x2_final::IfcFace, OdIfc2x2_final::IfcFaceBasedSurfaceModel, OdIfc2x2_final::IfcFaceBound, OdIfc2x2_final::IfcFaceOuterBound, OdIfc2x2_final::IfcFaceSurface, OdIfc2x2_final::IfcFacetedBrep, OdIfc2x2_final::IfcFacetedBrepWithVoids, OdIfc2x2_final::IfcFillAreaStyleHatching, OdIfc2x2_final::IfcFillAreaStyleTiles, OdIfc2x2_final::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x2_final::IfcGeometricCurveSet, OdIfc2x2_final::IfcGeometricRepresentationItem, OdIfc2x2_final::IfcGeometricSet, OdIfc2x2_final::IfcHalfSpaceSolid, OdIfc2x2_final::IfcLightSource, OdIfc2x2_final::IfcLightSourceAmbient, OdIfc2x2_final::IfcLightSourceDirectional, OdIfc2x2_final::IfcLightSourceGoniometric, OdIfc2x2_final::IfcLightSourcePositional, OdIfc2x2_final::IfcLightSourceSpot, OdIfc2x2_final::IfcLine, OdIfc2x2_final::IfcLinearDimension, OdIfc2x2_final::IfcLoop, OdIfc2x2_final::IfcManifoldSolidBrep, OdIfc2x2_final::IfcMappedItem, OdIfc2x2_final::IfcOffsetCurve2D, OdIfc2x2_final::IfcOffsetCurve3D, OdIfc2x2_final::IfcOneDirectionRepeatFactor, OdIfc2x2_final::IfcOpenShell, OdIfc2x2_final::IfcOrientedEdge, OdIfc2x2_final::IfcPath, OdIfc2x2_final::IfcPlacement, OdIfc2x2_final::IfcPlanarBox, OdIfc2x2_final::IfcPlanarExtent, OdIfc2x2_final::IfcPlane, OdIfc2x2_final::IfcPoint, OdIfc2x2_final::IfcPointOnCurve, OdIfc2x2_final::IfcPointOnSurface, OdIfc2x2_final::IfcPolygonalBoundedHalfSpace, OdIfc2x2_final::IfcPolyline, OdIfc2x2_final::IfcPolyLoop, OdIfc2x2_final::IfcProjectionCurve, OdIfc2x2_final::IfcRadiusDimension, OdIfc2x2_final::IfcRationalBezierCurve, OdIfc2x2_final::IfcRectangularTrimmedSurface, OdIfc2x2_final::IfcRevolvedAreaSolid, OdIfc2x2_final::IfcSectionedSpine, OdIfc2x2_final::IfcShellBasedSurfaceModel, OdIfc2x2_final::IfcSolidModel, OdIfc2x2_final::IfcStructuredDimensionCallout, OdIfc2x2_final::IfcStyledItem, OdIfc2x2_final::IfcSubedge, OdIfc2x2_final::IfcSurface, OdIfc2x2_final::IfcSurfaceCurveSweptAreaSolid, OdIfc2x2_final::IfcSurfaceOfLinearExtrusion, OdIfc2x2_final::IfcSurfaceOfRevolution, OdIfc2x2_final::IfcSweptAreaSolid, OdIfc2x2_final::IfcSweptDiskSolid, OdIfc2x2_final::IfcSweptSurface, OdIfc2x2_final::IfcTerminatorSymbol, OdIfc2x2_final::IfcTextLiteral, OdIfc2x2_final::IfcTextLiteralWithExtent, OdIfc2x2_final::IfcTopologicalRepresentationItem, OdIfc2x2_final::IfcTrimmedCurve, OdIfc2x2_final::IfcTwoDirectionRepeatFactor, OdIfc2x2_final::IfcVector, OdIfc2x2_final::IfcVertex, OdIfc2x2_final::IfcVertexLoop, and OdIfc2x2_final::IfcVertexPoint.


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