CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
OdIfc2x3::IfcRepresentationItem Class Reference

#include <IfcRepresentationItemAutoImpl.h>

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

Public Member Functions

void getInvLayerAssignments (OdDAIObjectIds &LayerAssignments) const
 
void getInvStyledByItem (OdDAIObjectIds &StyledByItem) const
 
virtual OdResult inFields (OdDAI::OdSpfFilerBase *rdFiler)
 
virtual OdResult outFields (OdDAI::OdSpfFilerBase *wrFiler)
 
virtual OdDAI::Entity * getInstanceType () const
 
virtual bool comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const
 
virtual void unsetAttr (const char *explicitAttrName)
 
virtual bool testAttr (const char *explicitAttrName) const
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const
 
virtual OdIfc::OdIfcEntityType type () const
 
virtual OdRxValue getAttr (const OdIfc::OdIfcAttribute attrDef) const
 
virtual void unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef)
 
virtual bool testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const
 
virtual bool putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val)
 
- Public Member Functions inherited from OdIfc::OdIfcEntity
 ODRX_DECLARE_MEMBERS (OdIfcEntity)
 
 OdIfcEntity ()
 
 ~OdIfcEntity ()
 
virtual bool isKindOf (OdIfcEntityType entityType) const
 
bool isInstanceOf (OdIfcEntityType entityType) const
 
virtual OdIfcEntityType type () 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
 

Friends

class IfcPresentationLayerAssignment
 
class IfcStyledItem
 

Additional Inherited Members

- Static Public Member Functions inherited from OdIfc::OdIfcEntity
static const OdGePoint3dasPoint3d (const OdIfcEntity *pEnt)
 
static const OdGePoint2dasPoint2d (const OdIfcEntity *pEnt)
 
static const OdGeVector3dasVector3d (const OdIfcEntity *pEnt)
 
static const OdGeVector2dasVector2d (const OdIfcEntity *pEnt)
 
static const OdGeMatrix2dasMatrix2d (const OdIfcEntity *pEnt)
 
static const OdGeMatrix3dasMatrix3d (const OdIfcEntity *pEnt)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcEntity > pEnt)
 
static const OdCmEntityColorasRgbColor (const OdIfcEntity *pEnt)
 
- Protected Attributes inherited from OdIfc::OdIfcEntity
voidm_resPtr
 
IfcOpResult m_resolved
 

Detailed Description

Definition at line 42 of file Ifc2x3/IfcRepresentationItemAutoImpl.h.

Member Function Documentation

◆ comparedToEarlyImpl()

virtual bool OdIfc2x3::IfcRepresentationItem::comparedToEarlyImpl ( const OdDAI::ApplicationInstance *  pOther,
OdRx::Ordering ordering 
) const
virtual

Early-bound version of instances comparison.

Parameters
pOther[in] Other application instance.
ordering[out] Receives the ordering (comparison) status.
Returns
true if comparison was performed, false if method has no implementation, so late-bound version could be applied.
Remarks
If the method returns true, the ordering parameter can receive one of the following statuses:
Value Description kLessThan -1 This object < Other Object. kEqual 0 This object = Other Object. kGreaterThan 1 This object > Other Object. kNotOrderable 2 This class is not orderable.

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

◆ getAttr()

virtual OdRxValue OdIfc2x3::IfcRepresentationItem::getAttr ( const OdIfc::OdIfcAttribute  attrDef) const
virtual

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::OdIfcEntity.

Reimplemented in OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcPath, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexLoop, and OdIfc2x3::IfcVertexPoint.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc2x3::IfcRepresentationItem::getInstanceType ( ) const
virtual

Returns a type of a class instance.

Returns
Pointer to the <link OdDAI__Entity, OdDAI::Entity> type that determines an entity definition within a schema.

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

◆ getInvLayerAssignments()

void OdIfc2x3::IfcRepresentationItem::getInvLayerAssignments ( OdDAIObjectIds &  LayerAssignments) const

◆ getInvStyledByItem()

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

◆ inFields()

virtual OdResult OdIfc2x3::IfcRepresentationItem::inFields ( OdDAI::OdSpfFilerBase *  rdFiler)
virtual

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 OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcPath, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexLoop, and OdIfc2x3::IfcVertexPoint.

◆ isKindOf()

virtual bool OdIfc2x3::IfcRepresentationItem::isKindOf ( OdIfc::OdIfcEntityType  entityType) const
virtual

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::OdIfcEntity.

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

◆ outFields()

virtual OdResult OdIfc2x3::IfcRepresentationItem::outFields ( OdDAI::OdSpfFilerBase *  wrFiler)
virtual

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 OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcPath, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexLoop, and OdIfc2x3::IfcVertexPoint.

◆ putAttr()

virtual bool OdIfc2x3::IfcRepresentationItem::putAttr ( const OdIfc::OdIfcAttribute  explicitAttrDef,
const OdRxValue val 
)
virtual

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::OdIfcEntity.

Reimplemented in OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcPath, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexLoop, and OdIfc2x3::IfcVertexPoint.

◆ testAttr() [1/2]

virtual bool OdIfc2x3::IfcRepresentationItem::testAttr ( const char *  explicitAttrName) const
virtual

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::OdIfcEntity.

Reimplemented in OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcPath, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexLoop, and OdIfc2x3::IfcVertexPoint.

◆ testAttr() [2/2]

virtual bool OdIfc2x3::IfcRepresentationItem::testAttr ( const OdIfc::OdIfcAttribute  explicitAttrDef) const
virtual

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::OdIfcEntity.

Reimplemented in OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcPath, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexLoop, and OdIfc2x3::IfcVertexPoint.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc2x3::IfcRepresentationItem::type ( ) const
virtual

Returns the type of this entity.

Returns
A value of the <link OdIfc__OdIfcEntityType, OdIfc::OdIfcEntityType> type that represents type of this entity.

Reimplemented from OdIfc::OdIfcEntity.

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

◆ unsetAttr() [1/2]

virtual void OdIfc2x3::IfcRepresentationItem::unsetAttr ( const char *  explicitAttrName)
virtual

Resets a value for the specified attribute.

Parameters
explicitAttrName[in] Explicit name of the attribute to reset.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcPath, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexLoop, and OdIfc2x3::IfcVertexPoint.

◆ unsetAttr() [2/2]

virtual void OdIfc2x3::IfcRepresentationItem::unsetAttr ( const OdIfc::OdIfcAttribute  explicitAttrDef)
virtual

Resets a value for the specified attribute.

Parameters
explicitAttrDef[in] Explicit definition that represents an attribute to reset.

Reimplemented from OdIfc::OdIfcEntity.

Reimplemented in OdIfc2x3::IfcAnnotationFillArea, OdIfc2x3::IfcAnnotationFillAreaOccurrence, OdIfc2x3::IfcAnnotationSurface, OdIfc2x3::IfcAxis1Placement, OdIfc2x3::IfcAxis2Placement2D, OdIfc2x3::IfcAxis2Placement3D, OdIfc2x3::IfcBlock, OdIfc2x3::IfcBooleanResult, OdIfc2x3::IfcBoundingBox, OdIfc2x3::IfcBoxedHalfSpace, OdIfc2x3::IfcBSplineCurve, OdIfc2x3::IfcCartesianPoint, OdIfc2x3::IfcCartesianTransformationOperator2DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator3D, OdIfc2x3::IfcCartesianTransformationOperator3DnonUniform, OdIfc2x3::IfcCartesianTransformationOperator, OdIfc2x3::IfcCircle, OdIfc2x3::IfcCompositeCurve, OdIfc2x3::IfcCompositeCurveSegment, OdIfc2x3::IfcConic, OdIfc2x3::IfcConnectedFaceSet, OdIfc2x3::IfcCsgPrimitive3D, OdIfc2x3::IfcCsgSolid, OdIfc2x3::IfcCurveBoundedPlane, OdIfc2x3::IfcDefinedSymbol, OdIfc2x3::IfcDimensionCurve, OdIfc2x3::IfcDimensionCurveTerminator, OdIfc2x3::IfcDirection, OdIfc2x3::IfcDraughtingCallout, OdIfc2x3::IfcEdge, OdIfc2x3::IfcEdgeCurve, OdIfc2x3::IfcEdgeLoop, OdIfc2x3::IfcElementarySurface, OdIfc2x3::IfcEllipse, OdIfc2x3::IfcExtrudedAreaSolid, OdIfc2x3::IfcFace, OdIfc2x3::IfcFaceBasedSurfaceModel, OdIfc2x3::IfcFaceBound, OdIfc2x3::IfcFaceSurface, OdIfc2x3::IfcFacetedBrepWithVoids, OdIfc2x3::IfcFillAreaStyleHatching, OdIfc2x3::IfcFillAreaStyleTiles, OdIfc2x3::IfcFillAreaStyleTileSymbolWithStyle, OdIfc2x3::IfcGeometricSet, OdIfc2x3::IfcHalfSpaceSolid, OdIfc2x3::IfcLightSource, OdIfc2x3::IfcLightSourceDirectional, OdIfc2x3::IfcLightSourceGoniometric, OdIfc2x3::IfcLightSourcePositional, OdIfc2x3::IfcLightSourceSpot, OdIfc2x3::IfcLine, OdIfc2x3::IfcManifoldSolidBrep, OdIfc2x3::IfcMappedItem, OdIfc2x3::IfcOffsetCurve2D, OdIfc2x3::IfcOffsetCurve3D, OdIfc2x3::IfcOneDirectionRepeatFactor, OdIfc2x3::IfcOrientedEdge, OdIfc2x3::IfcPath, OdIfc2x3::IfcPlacement, OdIfc2x3::IfcPlanarBox, OdIfc2x3::IfcPlanarExtent, OdIfc2x3::IfcPointOnCurve, OdIfc2x3::IfcPointOnSurface, OdIfc2x3::IfcPolygonalBoundedHalfSpace, OdIfc2x3::IfcPolyline, OdIfc2x3::IfcPolyLoop, OdIfc2x3::IfcRationalBezierCurve, OdIfc2x3::IfcRectangularPyramid, OdIfc2x3::IfcRectangularTrimmedSurface, OdIfc2x3::IfcRevolvedAreaSolid, OdIfc2x3::IfcRightCircularCone, OdIfc2x3::IfcRightCircularCylinder, OdIfc2x3::IfcSectionedSpine, OdIfc2x3::IfcShellBasedSurfaceModel, OdIfc2x3::IfcSphere, OdIfc2x3::IfcStyledItem, OdIfc2x3::IfcSubedge, OdIfc2x3::IfcSurfaceCurveSweptAreaSolid, OdIfc2x3::IfcSurfaceOfLinearExtrusion, OdIfc2x3::IfcSurfaceOfRevolution, OdIfc2x3::IfcSweptAreaSolid, OdIfc2x3::IfcSweptDiskSolid, OdIfc2x3::IfcSweptSurface, OdIfc2x3::IfcTerminatorSymbol, OdIfc2x3::IfcTextLiteral, OdIfc2x3::IfcTextLiteralWithExtent, OdIfc2x3::IfcTrimmedCurve, OdIfc2x3::IfcTwoDirectionRepeatFactor, OdIfc2x3::IfcVector, OdIfc2x3::IfcVertexLoop, and OdIfc2x3::IfcVertexPoint.

Friends And Related Function Documentation

◆ IfcPresentationLayerAssignment

friend class IfcPresentationLayerAssignment
friend

Definition at line 171 of file Ifc2x3/IfcRepresentationItemAutoImpl.h.

◆ IfcStyledItem

friend class IfcStyledItem
friend

Definition at line 172 of file Ifc2x3/IfcRepresentationItemAutoImpl.h.


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