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

Public Member Functions

 SurfaceAnalysisTool (TopoShape face)
 
TopoShape GetFace ()
 
void SetFace (TopoShape val)
 
GPnt2d ValueOfUV (GPnt pt)
 
DoubleList GetUVBounds ()
 
void ComputeBoundIsos ()
 
ParametricCurve UIso (double u)
 
ParametricCurve VIso (double u)
 

Detailed Description

<>
SurfaceAnalysisTool

Method to analysis surface.

Member Function Documentation

◆ ComputeBoundIsos()

void SurfaceAnalysisTool.ComputeBoundIsos ( )

Comput the Iso lines.

◆ GetUVBounds()

DoubleList SurfaceAnalysisTool.GetUVBounds ( )

Get the UV bounds.

Returns
[minU, maxU, minV, maxV]

◆ UIso()

ParametricCurve SurfaceAnalysisTool.UIso ( double  u)

Get the U Iso line.

Parameters
uthe u parameter.
Returns
the curve.

◆ ValueOfUV()

GPnt2d SurfaceAnalysisTool.ValueOfUV ( GPnt  pt)

Get the UV parameters of point.

Parameters
ptthe point.
Returns
the UV values

◆ VIso()

ParametricCurve SurfaceAnalysisTool.VIso ( double  u)

Get the V Iso line.

Returns
the curve.