Click or drag to resize

ComponentBaseCreateAlignPlane(PartBase, Plane, Boolean) Method

返回用户文档首页
创建零件的对齐面(对目标零件执行面对齐,只对直梁、折形梁零件有效)

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public CutPlane CreateAlignPlane(
	PartBase cuttee,
	Plane pl,
	bool bRuntime
)

Parameters

cuttee  PartBase
被对齐的零件
pl  Plane
对齐面
bRuntime  Boolean
子对象是否随组件刷新被删除

Return Value

CutPlane
对齐面对象
Remarks
对齐面的显示宽度、高度皆为100,其只作为显示范围,不影响对齐功能
See Also