Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeSurfSurfInt::getIntPointParams Method
Syntax
C++
void getIntPointParams(int intNum, OdGePoint2d& param1, OdGePoint2d& param2, OdGeIntersectError& status) const;

Retrieves the parameter pairs for the specified intersection point with respect to each surface, and the status of the intersection. 

 

Parameters
Description
intNum
[in] The zero-based index of the intersection curve to return.
param1
[out] Receives the parameter pair of the intersection point with respect to the first curve.
param2
[out] Receives the parameter pair of the intersection point with respect to the second curve.
status
[out] Receives the status of the intersection.
Possible values for status are as follows:
untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown
Copyright © 2002-2022. Open Design Alliance All rights reserved.