AnyCAD Rapid API 2023
Help you to create a better world!
ExtremaPointSurface Class Reference

Public Member Functions

boolean Initialize (TopoShape surface, GPnt pt)
 
boolean Initialize (TopoShape surface, TopoShape pt)
 
int GetPointCount ()
 
GPnt GetPoint (int idx)
 
GXY GetParameter (int idx)
 
double GetSquareDistance (int idx)
 

Detailed Description

<>
The extrema points of two curves.

Member Function Documentation

◆ GetParameter()

GXY ExtremaPointSurface.GetParameter ( int  idx)

Get parameter by index

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

◆ GetPoint()

GPnt ExtremaPointSurface.GetPoint ( int  idx)

Get the point by index

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

◆ GetPointCount()

int ExtremaPointSurface.GetPointCount ( )

Get the extrema point count

Returns
the count.

◆ GetSquareDistance()

double ExtremaPointSurface.GetSquareDistance ( int  idx)

Get the square distance by index

Parameters
idxthe index. start from 0.
Returns
the squre distance.