API Reference > OdGe Classes > OdGeCurveSurfInt Class > OdGeCurveSurfInt Methods > OdGeCurveSurfInt::getIntParams Method
OdGeCurveSurfInt::getIntParams Method
Syntax
C++
void getIntParams(int intNum, double& param1, OdGePoint2d& param2, OdGeIntersectError& status) const;
Parameters 
Description 
int intNum 
[in] The zero-based index of the intersection curve to return.  
double& param1 
[out] Receives the parameter of the intersection point with respect to the curve.  
OdGePoint2d& param2 
[out] Receives the parameter pair of the intersection point with respect to the surface.  
OdGeIntersectError& status 
[out] Receives the status of the intersection. 

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

 

Possible values for status are as follows: 

untitled table kXXOk kXXIndexOutOfRange kXXWrongDimensionAtIndex kXXUnknown

Copyright © 2002–2020. Open Design Alliance. All rights reserved.