Click or drag to resize

SceneGetOrCreateBeamCutter Method

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

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public PartBase GetOrCreateBeamCutter(
	long id,
	PartBase cutteePart,
	string profile,
	Vec3 pos0,
	Vec3 pos1
)

Parameters

id  Int64
获取对象id
cutteePart  PartBase
被切割的零件
profile  String
切割体梁截面
pos0  Vec3
切割体梁第一控制点
pos1  Vec3
切割体梁第二控制点

Return Value

PartBase
切割体对象(以零件类表示)
See Also