Beam |
public class BeamCutCreator
The BeamCutCreator type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeamCutCreator(Beam, Beam, ComponentBase, BeamCutPageParamData) |
梁切割构建体,结合BeamCutPage使用
示例代码:
C# var paramData = new BeamCutPage.ParamData(paramsHandler); var handler = new BeamCutCreator(main,sub,comp,paramData); handler.Execute(); |
![]() | BeamCutCreator(PartBase, Beam, ComponentBase, BeamCutPageParamData) | Initializes a new instance of the BeamCutCreator class |
Name | Description | |
---|---|---|
![]() | IsBarAlignColumn | 垫板是否对齐柱 |
Name | Description | |
---|---|---|
![]() | Execute(Plane) | 执行梁切割 |
![]() | Execute(Plane, Vec3, Plane) | 执行梁切割 |