Close

Relief for ODA Team in Ukraine

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

Retrieves the parameters of the specified intersection point with respect to the curve and surface, and retrieves the status of the intersection. 

 

Parameters
Description
intNum
[in] The zero-based index of the intersection curve to return.
param1
[out] Receives the parameter of the intersection point with respect to the curve.
param2
[out] Receives the parameter pair of the intersection point with respect to the surface.
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.