Click or drag to resize

BeamCutCreator Class

返回用户文档首页
Inheritance Hierarchy
SystemObject
  LoongCAD.STC.Plugins.BeamCutBeamCutCreator

Namespace: LoongCAD.STC.Plugins.BeamCut
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public class BeamCutCreator

The BeamCutCreator type exposes the following members.

Constructors
 NameDescription
Public methodBeamCutCreator(Beam, Beam, ComponentBase, BeamCutPageParamData) 梁切割构建体,结合BeamCutPage使用 示例代码:
C#
var paramData = new BeamCutPage.ParamData(paramsHandler);
var handler = new BeamCutCreator(main,sub,comp,paramData);
handler.Execute();
Public methodBeamCutCreator(PartBase, Beam, ComponentBase, BeamCutPageParamData)Initializes a new instance of the BeamCutCreator class
Top
Properties
 NameDescription
Public propertyIsBarAlignColumn 垫板是否对齐柱
Top
Methods
 NameDescription
Public methodExecute(Plane) 执行梁切割
Public methodExecute(Plane, Vec3, Plane) 执行梁切割
Top
See Also