public static Stage_Shape WaitStatusE( this Stage_Shape src , string axis , [CallerFilePath] string callerpath = null , [CallerLineNumber] int line = 0 , [CallerMemberName] string name = null) { return(src.ChkNullResult(src.ChknullClass(callerpath, line, name) .WaitbyStatus(axis))); }
public static Stage_Shape StopTriggerE( this Stage_Shape src , int buffnum , [CallerFilePath] string callerpath = null , [CallerLineNumber] int line = 0 , [CallerMemberName] string name = null) { return(src.ChkNullResult(src.ChknullClass(callerpath, line, name) .StopTrigger(buffnum))); }
public static double?GetPosE( this Stage_Shape src , string axis , [CallerFilePath] string callerpath = null , [CallerLineNumber] int line = 0 , [CallerMemberName] string name = null) { return(src.ChknullClass(callerpath, line, name) .GetPos(axis)); }
public static Stage_Shape MoveRelE( this Stage_Shape src , string axis , double pos , [CallerFilePath] string callerpath = null , [CallerLineNumber] int line = 0 , [CallerMemberName] string name = null) { return(src.ChkNullResult(src.ChknullClass(callerpath, line, name) .Moverel(axis, pos))); }
public static Stage_Shape Origin <T>( this Stage_Shape src , string axis , [CallerFilePath] string callerpath = null , [CallerLineNumber] int line = 0 , [CallerMemberName] string name = null) where T : struct { return(src.ChkNullResult(src.ChknullClass(callerpath, line, name) .Home(axis))); }
public static Stage_Shape SetSpeedE( this Stage_Shape src , string axis , double speed , [CallerFilePath] string callerpath = null , [CallerLineNumber] int line = 0 , [CallerMemberName] string name = null) { return(src.ChkNullResult(src.ChknullClass(callerpath, line, name) .SetSpeed(axis, speed))); }
public static Stage_Shape WaitEpsE( this Stage_Shape src , string axis , double pos , double epsilon , [CallerFilePath] string callerpath = null , [CallerLineNumber] int line = 0 , [CallerMemberName] string name = null) { return(src.ChkNullResult(src.ChknullClass(callerpath, line, name) .WaitbyEps(axis, pos, epsilon))); }
public static Stage_Shape Connect <T>( this Stage_Shape src , string path , ConnectMode mode , [CallerFilePath] string callerpath = null , [CallerLineNumber] int line = 0 , [CallerMemberName] string name = null) where T : struct { return(src.ChkNullResult(src.ChknullClass(callerpath, line, name) .Connect(path, mode))); }