Close

Relief for ODA Team in Ukraine

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

Returns the plane that contains the curve and curve's configuration. 

 

Parameters
Description
plane
[out] Plain.
planarity
[out] Curve's configuration.

Returns eOk if getting was successful or an appropriate OdResult error code in the other case.

planarity and plane return values as follows: 

 

planarity
Value
Description
plane
kNonPlanar
0
Non-planar.
Not set.
kPlanar
1
Planar.
Entity plane.
kLinear
2
Linear.
Arrbitrary plane containing this entity.

 

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