C++
GE_DLLEXPIMPORT void getIntParams( int intNum, double& param1, double& param2 ) const;
Description
Returns the parameter values on each curve of the specified intersection point. intNum must be non-negative and must be less than the number of intersection points returned by numIntPoints().
Parameters
Parameters | Description |
---|---|
intNum | Input index to the intersection desired |
param1 | Output parameter one value for given index |
param2 | Output parameter two value for given index |