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

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

语法

C#
public GeoLine3D(
	Point3Ds points
)

参数

points
Type: SuperMap.Data..::.Point3Ds
指定的三维点对象。

请参见