AnyCAD Rapid SDK 2022
The Rapid CAD SDK
Public Member Functions | List of all members
ExtremaCurveSurface Class Reference

Public Member Functions

boolean SetSurface (TopoShape surface)
 
boolean Perform (ParametricCurve curve)
 
int GetPointCount ()
 
GPnt GetPoint (int idx)
 
double GetParameterU (int idx)
 
double GetParameterV (int idx)
 
double GetParameterW (int idx)
 

Detailed Description

<>
The extrema points of curve and surface.

Member Function Documentation

◆ GetParameterU()

double ExtremaCurveSurface.GetParameterU ( int  idx)

Get parameter by index

Parameters
idxthe index. start from 0.
Returns
the parameter.

◆ GetPoint()

GPnt ExtremaCurveSurface.GetPoint ( int  idx)

Get the point by index

Parameters
idxthe index. start from 0.
Returns
the Point.

◆ GetPointCount()

int ExtremaCurveSurface.GetPointCount ( )

Get the extrema point count

Returns
the count.