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); }
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); }
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); }
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); }