根据指定参数构建一个 GeoExtrudedBody 新对象。

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

语法

C#
public GeoExtrudedBody(
	Point3D position,
	Point3Ds bottomRegion,
	Point3D extrudedDirection,
	double extrudedLength
)

参数

position
Type: SuperMap.Data..::.Point3D
拉伸体的中心点坐标。
bottomRegion
Type: SuperMap.Data..::.Point3Ds
拉伸底面。
extrudedDirection
Type: SuperMap.Data..::.Point3D
拉伸方向。
extrudedLength
Type: System..::.Double
拉伸长度。

版本信息

SuperMap iObjects .NET

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

请参见