Parameters |
Description |
OdGePlane& plane |
[out] Receives the plane that contains this entity. |
OdDb::Planarity& planarity |
[out] Receives the planarity of this entity. |
Returns eOk if successful, or an appropriate error code if not.
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 |
Returns the plane that contains this entity.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|