Пример #1
0
 public static bool SetSupports(Frame Frame)
 {
     return(RobotStart.SetSupports(Frame));
 }
Пример #2
0
 public static bool DrawGrid(List <Grid> Grids)
 {
     return(RobotStart.DrawGrids(Grids));
 }
Пример #3
0
 //public static bool SetCases()
 //{
 //    return RobotStart.SetCases();
 //}
 public static bool SetSupports(List <Node> FrameNodes)
 {
     return(RobotStart.SetSupports(FrameNodes));
 }
Пример #4
0
 // public static bool DrawPurlin(int beamId, Node _startPoint, Node _endPoint)
 //{
 //    return RobotStart.DrawPurlin(beamId,_startPoint, _endPoint);
 //}
 #endregion
 public static bool DrawFrame(Frame Frame)
 {
     return(RobotStart.DrawFrame(Frame));
 }
Пример #5
0
 public static bool DrawFrame(List <Node> FrameNodes)
 {
     return(RobotStart.DrawFrame(FrameNodes));
 }
Пример #6
0
 public static bool SetOwnWeight()
 {
     return(RobotStart.SetOwnWeight());
 }
Пример #7
0
 public static bool SetTempretureload()
 {
     return(RobotStart.SetTempretureload());
 }
Пример #8
0
 public static bool New2dFrameProject()
 {
     return(RobotStart.New2dFrameProject());
 }
Пример #9
0
 public static bool DrawColumn(int beamId, Node _startPoint, Node _endPoint)
 {
     return(RobotStart.DrawColumn(beamId, _startPoint, _endPoint));
 }
Пример #10
0
 public static void Design()
 {
     RobotStart.Design();
 }
Пример #11
0
 public static void GetResults()
 {
     RobotStart.GetResults();
 }
Пример #12
0
 public static bool SetloadCases(Structure Structure)
 {
     return(RobotStart.SetloadCases(Structure));
 }
Пример #13
0
 public static bool Robotstart()
 {
     RobotStart.InitRobot();
     return(RobotStart.StartRobot());
 }
Пример #14
0
 public static bool SetEarthQuakeLoad()
 {
     return(RobotStart.SetEarthQuakeLoad());
 }
Пример #15
0
 public static bool SetBeamSections(Frame frame)
 {
     return(RobotStart.SetBeamSections(frame));
 }
Пример #16
0
 public static bool DrawBeam(Beam _beam)
 {
     return(RobotStart.DrawBeam(_beam));
 }
Пример #17
0
 public static bool SetMaterial(Material material)
 {
     return(RobotStart.SetMaterial(material));
 }
Пример #18
0
 public static bool DrawColumn(Column _column)
 {
     return(RobotStart.DrawColumn(_column));
 }
Пример #19
0
 public static bool SetCoverLoad(Structure Structure)
 {
     return(RobotStart.SetCoverLoad(Structure));
 }
Пример #20
0
 public static bool SetLiveLoad(Structure Structure)
 {
     return(RobotStart.SetLiveLoad(Structure));;
 }