Parameters |
Description |
OdGePlane& plane |
[out] Plain. |
OdDb::Planarity& planarity |
[out] Curve's configuration. |
Returns eOk if getting was successful or an appropriate OdResult error code in the other case.
Returns the plane that contains the curve and curve's configuration.
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–2020. Open Design Alliance. All rights reserved.
|