Click or drag to resize

ComponentBaseGetOrCreatePlateCutter(String, PartBase, Plane, Plane, Plane) Method

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

Namespace: LoongCAD.STC.Object3D
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax
C#
PartBase GetOrCreatePlateCutter(
	string usage,
	PartBase cuttee,
	Plane plBottom,
	Plane plTop,
	Plane[] plsSide
)

Parameters

usage  String
对象用途key,用于下一次执行时索引复用复用
cuttee  PartBase
被切割的零件
plBottom  Plane
切割体底面
plTop  Plane
切割体顶面
plsSide  Plane
切割体侧面

Return Value

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