protected virtual int SelectByScreenVolume(HSmartSelItem sel_item)
    {
        int ret = ((this.GetType() == typeof(HOpObjectClash)) ? HCSMVOPINVOKE.HOpObjectClash_SelectByScreenVolume(swigCPtr, HSmartSelItem.getCPtr(sel_item)) : HCSMVOPINVOKE.HOpObjectClash_SelectByScreenVolumeSwigExplicitHOpObjectClash(swigCPtr, HSmartSelItem.getCPtr(sel_item)));

        return(ret);
    }
Exemple #2
0
 public static void BuildIncludePathFromSelection(HSmartSelItem sitem, int[] plen, MVO_POINTER_SIZED_INT[] fullpath)
 {
     HCSMVOPINVOKE.HUtility_BuildIncludePathFromSelection(HSmartSelItem.getCPtr(sitem), plen, fullpath);
 }
 public static HandleRef getCPtr(HSmartSelItem obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }