API Reference > OdDb Classes > OdDbTrace Class > OdDbTrace Methods > OdDbTrace::getPlane Method
OdDbTrace::getPlane Method
Syntax
C++
virtual OdResult getPlane(OdGePlane& gePlane, OdDb::Planarity& gePlanarity) const;
Parameters 
Description 
OdGePlane& gePlane 
[out] Reference to a variable in which this method must save the trace plane parameters as a plane instance.  
OdDb::Planarity& gePlanarity 
[out] Reference to a variable in which this method must save the plane type kNonPlanar - non-planar, kPlanar - planar entity, kLinear - arbitrary plane. 

Gets the trace plane. This method is inherited from the OdDbEntity class. 

 

Example of Working with the Trace Object 

Working with Traces 

OdDbTrace::isPlanar(), OdDbEntity::getPlane() methods

Copyright © 2002–2020. Open Design Alliance. All rights reserved.