根据指定的参数来构造一个 Plane 的新对象,法线和三维点确定一个平面。

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

语法

C#
public Plane(
	Point3D normal,
	Point3D point
)

参数

normal
Type: SuperMap.Data..::.Point3D
定义Plane对象的法线
point
Type: SuperMap.Data..::.Point3D
法线在Plane上的垂足所对应的三维点。

版本信息

SuperMap iObjects .NET


请参见