Parameters |
Description |
int intNum |
[in] The zero-based index of the intersection curve to return. |
bool isExternal |
[in] If true, returns a pointer of OdGeExternalCurve3d (not implemented). |
OdGeIntersectError& status |
[out] Receives the status of the intersection. |
A pointer to OdGeCurve3d.
Returns the 3d curve representing the specified intersection and the status of the intersection.
If the intersection is not a 3d curve, returns NULL. If some intersection is queried more than once, returns NULL and sets status to kXXUnknown.
Possible values for status are as follows:
untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|