ComponentBaseCreateAlignPlane(PartBase, Plane, Boolean) Method |
返回用户文档首页
创建零件的对齐面(对目标零件执行面对齐,只对直梁、折形梁零件有效)
Namespace: LoongCAD.STC.Object3DAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
SyntaxCutPlane CreateAlignPlane(
PartBase cuttee,
Plane pl,
bool bRuntime
)
Parameters
- cuttee PartBase
- 被对齐的零件
- pl Plane
- 对齐面
- bRuntime Boolean
- 子对象是否随组件刷新被删除
Return Value
CutPlane对齐面对象
Remarks对齐面的显示宽度、高度皆为100,其只作为显示范围,不影响对齐功能
See Also