Model teklamodel = new Model();
Point point = new Point(0, 7000, 0);
Point point2 = new Point(1000, 7000, 0);
Beam Beam1 = new Beam();
Beam1.StartPoint = point;
Beam1.EndPoint = point2;
Beam1.Profile.ProfileString = "HI300-15-20*300";
Beam1.Insert();
Beam Beam2 = new Beam();
Beam2.StartPoint = new Point(500, 6000, 0);
Beam2.EndPoint = new Point(500, 8000, 0);
Beam2.Class = BooleanPart.BooleanOperativeClassName;
Beam2.Profile.ProfileString = "HI300-15-20*300";
Beam2.Insert();
BooleanPart Beam = new BooleanPart();
Beam.Father = Beam1;
Beam.SetOperativePart(Beam2);
if (!Beam.Insert())
Console.WriteLine("Insert failed!");
Beam2.Delete();
teklamodel.CommitChanges();
Tekla二次开发_两个零件相互切割(9) - 钢结构资源网 Tekla插件 CAD工具 犀牛GH汉化 套料

Tekla技巧总结2
为什么国外的建筑绘图这么厉害(二)?
BIM,在中国还能走多远(一)?
BIM,在中国还能走多远(五)?
有哪些很惊艳的工业废弃地景观规划设计的案例(三)?
有哪些很惊艳的工业废弃地景观规划设计的案例(二)?
Tekla二次开发_模型中创建螺栓组(7)
利用Revit+dynamo做钢结构