Parameters |
Description |
int intNum |
[in] The zero-based index of the intersection curve to return. |
OdGePoint2d& param1 |
[out] Receives the parameter pair of the intersection point with respect to the first curve. |
OdGePoint2d& param2 |
[out] Receives the parameter pair of the intersection point with respect to the second curve. |
OdGeIntersectError& status |
[out] Receives the status of the intersection. Possible values for status are as follows: untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown |
Retrieves the parameter pairs for the specified intersection point with respect to each surface, and the status of the intersection.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|