圆台几何对象类,继承于 Geometry3D类。如果设置该类对象的底面圆的半径和顶面圆的半径相等,就是圆柱几何对象。
注意:添加该类型的实例到三维场景的跟踪图层时,必须要先调用 GetGeoModel() 方法,使其按 GeoModel 的方式重新构建。具体使用方法可参见 GeoBox 类的范例程序。
程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public class GeoCylinder : Geometry3D |
备注
继承层次
System..::.Object
SuperMap.Data..::.Geometry
SuperMap.Data..::.Geometry3D
SuperMap.Data..::.GeoCylinder
SuperMap.Data..::.Geometry
SuperMap.Data..::.Geometry3D
SuperMap.Data..::.GeoCylinder