SceneCreateAlignPlane Method |
返回用户文档首页
创建零件的对齐面(对目标零件执行面对齐,只对直梁、折形梁零件有效)
Namespace: LoongCAD.STCAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic CutPlane CreateAlignPlane(
PartBase cuttee,
Plane pl,
double width,
double height
)
Parameters
- cuttee PartBase
- 被对齐的零件
- pl Plane
- 对齐面
- width Double
- 对齐面的显示宽度
- height Double
- 对齐面的显示高度
Return Value
CutPlane对齐面对象
Remarks对齐面的显示宽度、高度只作为显示范围,不影响对齐功能
See Also