Click or drag to resize

ComponentBaseCreateAlignPlane(PartBase, Plane, Double, Double, 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,
	double width,
	double height,
	bool bRuntime
)

Parameters

cuttee  PartBase
被对齐的零件
pl  Plane
对齐面
width  Double
对齐面的显示宽度
height  Double
对齐面的显示高度
bRuntime  Boolean

Return Value

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