public static MVO_POINTER_SIZED_INT SelectHandle(HBaseView view, HPoint pos)
 {
     return(HCSMVOPINVOKE.HUtilityGeomHandle_SelectHandle(HBaseView.getCPtr(view), HPoint.getCPtr(pos)));
 }
Example #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);
    }
Example #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);
    }
Example #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);
    }
Example #5
0
 public void Reset(HBaseView view)
 {
     HCSMVOPINVOKE.HUndoManager_Reset(swigCPtr, HBaseView.getCPtr(view));
 }
 public HOpConstructSphere(HBaseView view) : this(HCSMVOPINVOKE.new_HOpConstructSphere__SWIG_2(HBaseView.getCPtr(view)), true)
 {
     SwigDirectorConnect();
 }
Example #7
0
 public HOpMarkupAnnotate(HBaseView view, bool bAddToLayer) : this(HCSMVOPINVOKE.new_HOpMarkupAnnotate__SWIG_3(HBaseView.getCPtr(view), bAddToLayer), true)
 {
     SwigDirectorConnect();
 }
 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)));
 }
 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);
 }
 public static void SetupCuttingPlane(MVO_POINTER_SIZED_INT key, HBaseView view)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_SetupCuttingPlane(key, HBaseView.getCPtr(view));
 }
 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));
 }
 public static void SetupTextObject(MVO_POINTER_SIZED_INT key, HBaseView view)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_SetupTextObject__SWIG_2(key, HBaseView.getCPtr(view));
 }
 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);
 }
 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));
 }
Example #15
0
 public HConstantFrameRate(HBaseView view) : this(HCSMVOPINVOKE.new_HConstantFrameRate(HBaseView.getCPtr(view)), true)
 {
 }
 public static void SetupCuttingPlaneManipulator(MVO_POINTER_SIZED_INT startkey, HBaseView view)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_SetupCuttingPlaneManipulator__SWIG_2(startkey, HBaseView.getCPtr(view));
 }
 public HOpConstructSphere(HBaseView view, int DoRepeat) : this(HCSMVOPINVOKE.new_HOpConstructSphere__SWIG_1(HBaseView.getCPtr(view), DoRepeat), true)
 {
     SwigDirectorConnect();
 }
 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();
     }
 }
Example #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();
 }
Example #20
0
 public HOpMarkupCircle(HBaseView view, int DoRepeat) : this(HCSMVOPINVOKE.new_HOpMarkupCircle__SWIG_1(HBaseView.getCPtr(view), DoRepeat), true)
 {
     SwigDirectorConnect();
 }
Example #21
0
 public HOpMarkupAnnotate(HBaseView view) : this(HCSMVOPINVOKE.new_HOpMarkupAnnotate__SWIG_4(HBaseView.getCPtr(view)), true)
 {
     SwigDirectorConnect();
 }
Example #22
0
 public HOpCameraOrbitTurntable(HBaseView view, int DoRepeat, int DoCapture) : this(HCSMVOPINVOKE.new_HOpCameraOrbitTurntable__SWIG_0(HBaseView.getCPtr(view), DoRepeat, DoCapture), true)
 {
     SwigDirectorConnect();
 }
Example #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);
    }
Example #24
0
 public HOpCameraOrbitTurntable(HBaseView view) : this(HCSMVOPINVOKE.new_HOpCameraOrbitTurntable__SWIG_2(HBaseView.getCPtr(view)), true)
 {
     SwigDirectorConnect();
 }
Example #25
0
 public static void AdjustAll(HBaseView view)
 {
     HCSMVOPINVOKE.HAbsoluteWindow_AdjustAll(HBaseView.getCPtr(view));
 }
Example #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)
 {
 }
Example #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);
    }
Example #28
0
 public HOpCreateSphere(HBaseView view, int DoRepeat, int DoCapture) : this(HCSMVOPINVOKE.new_HOpCreateSphere__SWIG_0(HBaseView.getCPtr(view), DoRepeat, DoCapture), true)
 {
     SwigDirectorConnect();
 }
Example #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);
 }
 public static void ClearAllHandles(HBaseView view)
 {
     HCSMVOPINVOKE.HUtilityGeomHandle_ClearAllHandles(HBaseView.getCPtr(view));
 }