Click or drag to resize

ComponentBaseCreatePlateCutter(PartBase, Plane, Plane, Plane, Boolean) Method

返回用户文档首页
创建板切割体(对目标零件执行切割)

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
PartBase CreatePlateCutter(
	PartBase cuttee,
	Plane bottomPlane,
	Plane topPlane,
	Plane[] sidePlanes,
	bool bRuntime
)

Parameters

cuttee  PartBase
被切割的零件
bottomPlane  Plane
切割体底面
topPlane  Plane
切割体顶面
sidePlanes  Plane
切割体侧面
bRuntime  Boolean
子对象是否随组件刷新被删除

Return Value

PartBase
切割体对象(以零件类存储)
See Also