全部折叠
全部展开
C#
SuperMap iObjects .NET 11i 联机帮助
Plane 构造函数 (Point3D, Point3D)
Plane 类
请参见
发送反馈
根据指定的参数来构造一个 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
请参见
Plane 类
Plane Overload
SuperMap.Data 命名空间