BeamCutCreatorExecute(Plane, Vec3, Plane) Method |
返回用户文档首页
执行梁切割
Namespace: LoongCAD.STC.Plugins.BeamCutAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax public bool Execute(
Plane mainRefPl,
Vec3 topRefDir,
Plane cutRefPl = null
)
Parameters
- mainRefPl Plane
- 主零件的参考面
- topRefDir Vec3
- 梁切割的上方向
- cutRefPl Plane (Optional)
- 切割的参考面,传null或者不传时用次零件靠近主零件的面
Return Value
BooleanSee Also