You are on page 1of 1

public void TestBeam(T3D.Point StartPoint, T3D.

Point EndPoint)
{
Beam b1 = new Beam(StartPoint, EndPoint);
b1.Profile.ProfileString = "ROD50";
b1.Material.MaterialString = "DUMMY";
b1.Position.Depth = Position.DepthEnum.MIDDLE;
b1.Insert();
}

You might also like