返回用户文档首页
将平面沿其法线方向移动指定的距离。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic Plane Move(
double val
)
Parameters
- val Double
- 平面沿法线方向移动的距离。
Return Value
Plane移动后得到的新平面对象。
See Also