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

Public Member Functions

 ProjSurfaceResult (GPnt pt, double u, double v)
 
GPnt GetPoint ()
 
double GetParameterU ()
 
double GetParameterV ()
 

Detailed Description

<>
The result for project point on surface.

Member Function Documentation

◆ GetParameterU()

double ProjSurfaceResult.GetParameterU ( )

Get the U parameter.

Returns
the parameter.

◆ GetParameterV()

double ProjSurfaceResult.GetParameterV ( )

Get the V parameter.

Returns
the parameter.

◆ GetPoint()

GPnt ProjSurfaceResult.GetPoint ( )

Get the project point on surface.

Returns
the point.