ComponentBaseCreateCutPlane(PartBase, Plane, Double, Double, Boolean) Method |
返回用户文档首页
创建零件的切割面(对目标零件执行面切割)
Namespace: LoongCAD.STC.Object3DAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
SyntaxCutPlane CreateCutPlane(
PartBase cuttee,
Plane pl,
double width,
double height,
bool bRuntime
)
Parameters
- cuttee PartBase
- 被切割的零件
- pl Plane
- 切割面
- width Double
- 切割面的显示宽度
- height Double
- 切割面的显示高度
- bRuntime Boolean
- 子对象是否随组件刷新被删除
Return Value
CutPlane切割面对象
Remarks切割面的显示宽度、高度只作为显示范围,不影响切割功能
See Also