AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
ProjSurfaceResult类 参考

Public 成员函数

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

详细描述

<>
投影结果.

参见
ProjectionTool

成员函数说明

◆ GetParameterU()

double ProjSurfaceResult.GetParameterU ( )

Get the U parameter.

返回
the parameter.

◆ GetParameterV()

double ProjSurfaceResult.GetParameterV ( )

Get the V parameter.

返回
the parameter.

◆ GetPoint()

GPnt ProjSurfaceResult.GetPoint ( )

获取投影点.

返回
the point.