裁剪面分析,按顺序设置三个顶点的位置,裁剪面分析的结果指只显示该面法线方向的部分,法线遵循右手法则,逆时针法线朝上,顺时针法线朝下,分析结果只显示大拇指方向上的模型结构。

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

语法

C#
public void SetCustomClipPlane(
	Point3D firstPoint,
	Point3D secondPoint,
	Point3D thirdPoint
)

参数

firstPoint
Type: SuperMap.Data..::.Point3D
指定裁剪面的第一个顶点。
secondPoint
Type: SuperMap.Data..::.Point3D
指定裁剪面的第二个顶点。
thirdPoint
Type: SuperMap.Data..::.Point3D
指定裁剪面的第三个顶点。

备注

指定裁剪面分析后,ClipByBox()方法将不起作用, 即SetCustomClipPlane()和ClipByBox()方法仅其中一个起作用,生效后指定的方法。

此设置可以用ClearCustomClipPlane()方法清除。

请参见