Parameters |
Description |
int intNum |
[in] The zero-based index of the intersection curve to return. |
bool isExternal |
[in] If true, returns a pointer of OdGeExternalCurve2d (not implemented). |
bool isFirst |
[in] If true, returns the curve on the first surface, otherwise it the curve on the second surface. |
OdGeIntersectError& status |
[out] Receives the status of the intersection. |
A pointer to OdGeCurve2d.
Returns the 2d curve representing the specified intersection and the status of the intersection.
If the intersection is not a 2d 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.
|