예제 #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));;
 }