public static void BuildIncludePathFromSelection(HSmartSelItem sitem, int[] plen, MVO_POINTER_SIZED_INT[] fullpath) { HCSMVOPINVOKE.HUtility_BuildIncludePathFromSelection(HSmartSelItem.getCPtr(sitem), plen, fullpath); }
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); }