Beispiel #1
0
 public static void Shell_Search(HShell total_info, HShell max_info, bool do_recurse)
 {
     HCSMVOPINVOKE.HUtility_Shell_Search(HShell.getCPtr(total_info), HShell.getCPtr(max_info), do_recurse);
 }
Beispiel #2
0
    public static bool Segment_Shell_Allocate(HShell total_info, HShell max_info, bool do_recurse)
    {
        bool ret = HCSMVOPINVOKE.HUtility_Segment_Shell_Allocate(HShell.getCPtr(total_info), HShell.getCPtr(max_info), do_recurse);

        return(ret);
    }
Beispiel #3
0
 public static void Recursive_Merge_Shells(HShell total_info, HShell max_info, bool do_recurse, bool delete_orig_shells, bool insert_null_lods)
 {
     HCSMVOPINVOKE.HUtility_Recursive_Merge_Shells__SWIG_0(HShell.getCPtr(total_info), HShell.getCPtr(max_info), do_recurse, delete_orig_shells, insert_null_lods);
 }
Beispiel #4
0
 public static void Recursive_Merge_Shells(HShell total_info, HShell max_info, bool do_recurse)
 {
     HCSMVOPINVOKE.HUtility_Recursive_Merge_Shells__SWIG_2(HShell.getCPtr(total_info), HShell.getCPtr(max_info), do_recurse);
 }
Beispiel #5
0
 public static HandleRef getCPtr(HShell obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }