Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcModelFiller::appendGeometricRepresentationContext Method
Syntax
C++
OdIfc::OdIfcInstancePtr appendGeometricRepresentationContext(const OdAnsiString & name, const OdAnsiString & type, int dim, double precision = OdDAI::Consts::OdNan, OdDAIObjectId idWCS = OdDAIObjectId(), OdDAIObjectId idTrueNorth = OdDAIObjectId());

Appends selected geometric context via params to the active model contexts.

Parameters
Description
name
[in] OdAnsiString name of context identifier ("2D"/"3D" etc).
type
[in] OdAnsiString of context type ("Plan"/"Model" etc).
dim
[in] dimension of coordinate space.
precision
[in] precision value.
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.