Click or drag to resize

PlaneMove Method

返回用户文档首页
将平面沿其法线方向移动指定的距离。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public Plane Move(
	double val
)

Parameters

val  Double
平面沿法线方向移动的距离。

Return Value

Plane
移动后得到的新平面对象。
See Also