API Reference > OdDb Classes > OdDbArc Class > OdDbArc Methods > OdDbArc::getPlane Method
OdDbArc::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 plane parameters as a plane instance.  
OdDb::Planarity& gePlanarity 
[out] Reference to a variable in which this method must save the plane type (returns kPlanar - planar entity). 

Gets a plane in which the circular arc entity places. This method is inherited from the OdDbEntity class. 

 

Example of Working with the Circular Arc 

Working with Circular Arcs 

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

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