根据指定参数构造一个 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极坐标建模参数化对象的常量表。