根据指定参数构造一个 GeoParametricSurfaceMesh 新对象。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public GeoParametricSurfaceMesh(
	Point3D position,
	Point2D uRange,
	Point2D vRange,
	double uStep,
	double vStep,
	string mathExpression,
	bool bHasW,
	Dictionary<string, double> constantDic
)

参数

position
Type: SuperMap.Data..::.Point3D
3D极坐标建模参数化对象的中心点坐标。
uRange
Type: SuperMap.Data..::.Point2D
3D极坐标建模参数化对象的U参数范围。
vRange
Type: SuperMap.Data..::.Point2D
3D极坐标建模参数化对象的V参数范围。
uStep
Type: System..::.Double
3D极坐标建模参数化对象的U变量变化步长。
vStep
Type: System..::.Double
3D极坐标建模参数化对象的U变量变化步长。
mathExpression
Type: System..::.String
3D极坐标建模参数化对象的数学表达式。
bHasW
Type: System..::.Boolean
设置3D极坐标建模参数化对象是否有W位。
constantDic
Type: System.Collections.Generic..::.Dictionary<(Of <(String, Double>)>)
设置3D极坐标建模参数化对象的常量表。

版本信息

SuperMap iObjects .NET

受以下版本支持: 10.2.0, 10.2.1, 11.0.0, 11.0.1, 11.1.1, 11.2.0, 11.2.1

请参见