Click or drag to resize

SceneCreateBeamCutter Method

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

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

Parameters

cutteePart  PartBase
被切割的零件
profile  String
切割体梁截面
pos0  Vec3
切割体梁第一控制点
pos1  Vec3
切割体梁第二控制点

Return Value

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