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

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

语法

C#
public GeoCylinder(
	Point3D position,
	double topRadius,
	double bottomRadius,
	double height
)

参数

position
Type: SuperMap.Data..::.Point3D
圆台几何对象位置的三维坐标。
topRadius
Type: System..::.Double
圆台几何对象顶面圆的半径,单位为米。
bottomRadius
Type: System..::.Double
圆台几何对象底面圆的半径,单位为米。
height
Type: System..::.Double
圆台几何对象的高度,单位为米。

请参见