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