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

Public Member Functions

boolean Initialize (TopoShape s1, TopoShape s2, double tolS1, double tolS2)
 
int GetPointCount ()
 
ExtremaSurfacePointPair GetPoint (int idx)
 
double GetSquareDistance (int idx)
 
boolean IsParallel ()
 

Detailed Description

<>
The extrema points of two curves.

Member Function Documentation

◆ GetPoint()

ExtremaSurfacePointPair ExtremaSurfaceSurface.GetPoint ( int  idx)

Get the point by index

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

◆ GetPointCount()

int ExtremaSurfaceSurface.GetPointCount ( )

Get the extrema point count

Returns
the count.

◆ GetSquareDistance()

double ExtremaSurfaceSurface.GetSquareDistance ( int  idx)

Get the square distance by index

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