Ejemplo n.º 1
0
 public static MVO_POINTER_SIZED_INT SelectHandle(HBaseView view, HPoint pos)
 {
     return(HCSMVOPINVOKE.HUtilityGeomHandle_SelectHandle(HBaseView.getCPtr(view), HPoint.getCPtr(pos)));
 }
Ejemplo n.º 2
0
    public static bool SetWindow(HBaseView view, float xpos, float ypos, float width, float height, AbsoluteWindowType xpos_type, AbsoluteWindowType ypos_type)
    {
        bool ret = HCSMVOPINVOKE.HAbsoluteWindow_SetWindow__SWIG_3(HBaseView.getCPtr(view), xpos, ypos, width, height, (int)xpos_type, (int)ypos_type);

        return(ret);
    }
Ejemplo n.º 3
0
    public static bool IsPositionInWindow(HBaseView view, float x, float y)
    {
        bool ret = HCSMVOPINVOKE.HAbsoluteWindow_IsPositionInWindow__SWIG_1(HBaseView.getCPtr(view), x, y);

        return(ret);
    }
Ejemplo n.º 4
0
    public virtual int CameraChangedEvent(HBaseView param_1)
    {
        int ret = ((this.GetType() == typeof(HUpdateListener)) ? HCSMVOPINVOKE.HUpdateListener_CameraChangedEvent(swigCPtr, HBaseView.getCPtr(param_1)) : HCSMVOPINVOKE.HUpdateListener_CameraChangedEventSwigExplicitHUpdateListener(swigCPtr, HBaseView.getCPtr(param_1)));

        return(ret);
    }
Ejemplo n.º 5
0
 public void Reset(HBaseView view)
 {
     HCSMVOPINVOKE.HUndoManager_Reset(swigCPtr, HBaseView.getCPtr(view));
 }
Ejemplo n.º 6
0
 public HOpConstructSphere(HBaseView view) : this(HCSMVOPINVOKE.new_HOpConstructSphere__SWIG_2(HBaseView.getCPtr(view)), true)
 {
     SwigDirectorConnect();
 }
Ejemplo n.º 7
0
 public HOpMarkupAnnotate(HBaseView view, bool bAddToLayer) : this(HCSMVOPINVOKE.new_HOpMarkupAnnotate__SWIG_3(HBaseView.getCPtr(view), bAddToLayer), true)
 {
     SwigDirectorConnect();
 }
Ejemplo n.º 8
0
 public static MVO_POINTER_SIZED_INT SetupManipulator(MVO_POINTER_SIZED_INT startkey, HBaseView view, HPoint mp)
 {
     return(HCSMVOPINVOKE.HUtilityGeomHandle_SetupManipulator__SWIG_6(startkey, HBaseView.getCPtr(view), HPoint.getCPtr(mp)));
 }
Ejemplo n.º 9
0
 public static void SetupCuttingPlaneManipulator(MVO_POINTER_SIZED_INT startkey, HBaseView view, HPoint midpoint, bool omit_rotate)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_SetupCuttingPlaneManipulator__SWIG_0(startkey, HBaseView.getCPtr(view), HPoint.getCPtr(midpoint), omit_rotate);
 }
Ejemplo n.º 10
0
 public static void SetupCuttingPlane(MVO_POINTER_SIZED_INT key, HBaseView view)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_SetupCuttingPlane(key, HBaseView.getCPtr(view));
 }
Ejemplo n.º 11
0
 public static MVO_POINTER_SIZED_INT SetupManipulator(MVO_POINTER_SIZED_INT startkey, HBaseView view, HPoint mp, bool AddNonUniformScale)
 {
     return(HCSMVOPINVOKE.HUtilityGeomHandle_SetupManipulator__SWIG_5(startkey, HBaseView.getCPtr(view), HPoint.getCPtr(mp), AddNonUniformScale));
 }
Ejemplo n.º 12
0
 public static void SetupTextObject(MVO_POINTER_SIZED_INT key, HBaseView view)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_SetupTextObject__SWIG_2(key, HBaseView.getCPtr(view));
 }
Ejemplo n.º 13
0
 public static void SetupTextObject(MVO_POINTER_SIZED_INT key, HBaseView view, float boxzoom, float scale)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_SetupTextObject__SWIG_0(key, HBaseView.getCPtr(view), boxzoom, scale);
 }
Ejemplo n.º 14
0
 public static MVO_POINTER_SIZED_INT SelectObject(HBaseView view, HPoint pos, MVO_POINTER_SIZED_INT oldkey, bool exclude)
 {
     return(HCSMVOPINVOKE.HUtilityGeomHandle_SelectObject__SWIG_1(HBaseView.getCPtr(view), HPoint.getCPtr(pos), oldkey, exclude));
 }
Ejemplo n.º 15
0
 public HConstantFrameRate(HBaseView view) : this(HCSMVOPINVOKE.new_HConstantFrameRate(HBaseView.getCPtr(view)), true)
 {
 }
Ejemplo n.º 16
0
 public static void SetupCuttingPlaneManipulator(MVO_POINTER_SIZED_INT startkey, HBaseView view)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_SetupCuttingPlaneManipulator__SWIG_2(startkey, HBaseView.getCPtr(view));
 }
Ejemplo n.º 17
0
 public HOpConstructSphere(HBaseView view, int DoRepeat) : this(HCSMVOPINVOKE.new_HOpConstructSphere__SWIG_1(HBaseView.getCPtr(view), DoRepeat), true)
 {
     SwigDirectorConnect();
 }
Ejemplo n.º 18
0
 public virtual void ConstrainToPlane(MVO_POINTER_SIZED_INT handlekey, HPoint p1, HPoint p2, HPoint p3, HBaseView view)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_ConstrainToPlane__SWIG_0(swigCPtr, handlekey, HPoint.getCPtr(p1), HPoint.getCPtr(p2), HPoint.getCPtr(p3), HBaseView.getCPtr(view));
     if (HCSMVOPINVOKE.SWIGPendingException.Pending)
     {
         throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 19
0
 public HOpMarkupAnnotate(HBaseView view, bool bAddToLayer, int DoRepeat, int DoCapture) : this(HCSMVOPINVOKE.new_HOpMarkupAnnotate__SWIG_1(HBaseView.getCPtr(view), bAddToLayer, DoRepeat, DoCapture), true)
 {
     SwigDirectorConnect();
 }
Ejemplo n.º 20
0
 public HOpMarkupCircle(HBaseView view, int DoRepeat) : this(HCSMVOPINVOKE.new_HOpMarkupCircle__SWIG_1(HBaseView.getCPtr(view), DoRepeat), true)
 {
     SwigDirectorConnect();
 }
Ejemplo n.º 21
0
 public HOpMarkupAnnotate(HBaseView view) : this(HCSMVOPINVOKE.new_HOpMarkupAnnotate__SWIG_4(HBaseView.getCPtr(view)), true)
 {
     SwigDirectorConnect();
 }
Ejemplo n.º 22
0
 public HOpCameraOrbitTurntable(HBaseView view, int DoRepeat, int DoCapture) : this(HCSMVOPINVOKE.new_HOpCameraOrbitTurntable__SWIG_0(HBaseView.getCPtr(view), DoRepeat, DoCapture), true)
 {
     SwigDirectorConnect();
 }
Ejemplo n.º 23
0
    public virtual int SmoothTransitionFinishedEvent(HBaseView param_1)
    {
        int ret = ((this.GetType() == typeof(HUpdateListener)) ? HCSMVOPINVOKE.HUpdateListener_SmoothTransitionFinishedEvent(swigCPtr, HBaseView.getCPtr(param_1)) : HCSMVOPINVOKE.HUpdateListener_SmoothTransitionFinishedEventSwigExplicitHUpdateListener(swigCPtr, HBaseView.getCPtr(param_1)));

        return(ret);
    }
Ejemplo n.º 24
0
 public HOpCameraOrbitTurntable(HBaseView view) : this(HCSMVOPINVOKE.new_HOpCameraOrbitTurntable__SWIG_2(HBaseView.getCPtr(view)), true)
 {
     SwigDirectorConnect();
 }
Ejemplo n.º 25
0
 public static void AdjustAll(HBaseView view)
 {
     HCSMVOPINVOKE.HAbsoluteWindow_AdjustAll(HBaseView.getCPtr(view));
 }
Ejemplo n.º 26
0
 public HUndoItemMatrix(HBaseView view, int num_items, MVO_POINTER_SIZED_INT[] keys, float[] matrices) : this(HCSMVOPINVOKE.new_HUndoItemMatrix(HBaseView.getCPtr(view), num_items, keys, matrices), true)
 {
 }
Ejemplo n.º 27
0
    public static bool SetWindow(HBaseView view, float xpos, float ypos, float width, float height)
    {
        bool ret = HCSMVOPINVOKE.HAbsoluteWindow_SetWindow__SWIG_5(HBaseView.getCPtr(view), xpos, ypos, width, height);

        return(ret);
    }
Ejemplo n.º 28
0
 public HOpCreateSphere(HBaseView view, int DoRepeat, int DoCapture) : this(HCSMVOPINVOKE.new_HOpCreateSphere__SWIG_0(HBaseView.getCPtr(view), DoRepeat, DoCapture), true)
 {
     SwigDirectorConnect();
 }
Ejemplo n.º 29
0
 public static void CalculateOuterWindowPos(HBaseView view, float x, float y, float[] xout, float[] yout)
 {
     HCSMVOPINVOKE.HAbsoluteWindow_CalculateOuterWindowPos__SWIG_0(HBaseView.getCPtr(view), x, y, xout, yout);
 }
Ejemplo n.º 30
0
 public static void ClearAllHandles(HBaseView view)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_ClearAllHandles(HBaseView.getCPtr(view));
 }