Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcModelFiller::appendGeometricRepresentationSubContext Method
Syntax
C++
OdIfc::OdIfcInstancePtr appendGeometricRepresentationSubContext(const OdAnsiString & contextIdentifier, const OdAnsiString & contextType, int dim, double precision, OdIfc::OdIfcInstancePtr pParent, OdAnsiString targetView, OdDAIObjectId idWCS = OdDAIObjectId(), OdDAIObjectId idTrueNorth = OdDAIObjectId());

Appends selected geometric subcontext to the parent one.

Parameters
Description
contextIdentifier
[in] OdAnsiString name of context identifier ("Axis"/"Body" etc).
contextType
[in] OdAnsiString of context type ("Plan"/"Model" etc).
dim
[in] dimension of coordinate space.
precision
[in] precision value.
pParent
[in] OdSmartPtrto existing parent context.
targetView
[in] OdAnsiString of target view name ("GRAPH_VIEW"/"MODEL_VIEW" etc).
idWCS
[in] OdDAIObjectId db handle of world coordinate system for current context.
idTrueNorth
[in] OdDAIObjectId db handle of north direction.

A pointer to the created and appended to the model entity.

Copyright © 2002-2022. Open Design Alliance All rights reserved.