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

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

语法

C#
public GeoRectangularRing(
	Point3D position,
	double Length,
	double Width,
	double PipeRadius,
	double ChamferRadius
)

参数

position
Type: SuperMap.Data..::.Point3D
矩形环体的中心点坐标。
Length
Type: System..::.Double
矩形环体的环长度。
Width
Type: System..::.Double
矩形环体的环宽度。
PipeRadius
Type: System..::.Double
矩形环体的圆管半径。
ChamferRadius
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

请参见