Example #1
0
 public static HandleRef getCPtr(SWIGTYPE_p_HIC_Geometry obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #2
0
 public static void suppress_3d_geometry(SWIGTYPE_p_HIC_Rendition rendition, SWIGTYPE_p_HIC_Geometry geo3)
 {
     HCSMVOPINVOKE.HImUtility_suppress_3d_geometry(SWIGTYPE_p_HIC_Rendition.getCPtr(rendition), SWIGTYPE_p_HIC_Geometry.getCPtr(geo3));
 }