Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPlaneSurface::getPlane Method
Syntax
C++
virtual OdResult getPlane(OdGePlane& plane, OdDb::Planarity& planarity) const;

Returns the plane that contains this entity. 

 

Parameters
Description
plane
[out] Receives the plane that contains this entity.
planarity
[out] Receives the planarity of this entity.

Returns eOk if successful or an appropriate error code if not.

Output parameters planarity and plane are returned as described below: 

 

planarity Value Description plane
kPlanar 1 Planar Entity plane
Copyright © 2002-2022. Open Design Alliance All rights reserved.