public BC_3DPoint GetLocation() { global::System.IntPtr cPtr = BIMcollab_ClippingPlanePINVOKE.BC_ClippingPlane_GetLocation(swigCPtr); BC_3DPoint ret = (cPtr == global::System.IntPtr.Zero) ? null : new BC_3DPoint(cPtr, false); return(ret); }
public BC_ClippingPlane(BC_3DPoint direction, BC_3DPoint location) : this(BIMcollab_ClippingPlanePINVOKE.new_BC_ClippingPlane(BC_3DPoint.getCPtr(direction), BC_3DPoint.getCPtr(location)), true) { if (BIMcollab_ClippingPlanePINVOKE.SWIGPendingException.Pending) { throw BIMcollab_ClippingPlanePINVOKE.SWIGPendingException.Retrieve(); } }
public override void Dispose() { lock (this) { if (swigCPtr.Handle != global::System.IntPtr.Zero) { if (swigCMemOwn) { swigCMemOwn = false; BIMcollab_ClippingPlanePINVOKE.delete_BC_ClippingPlane(swigCPtr); } swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero); } global::System.GC.SuppressFinalize(this); base.Dispose(); } }
internal BC_ClippingPlane(global::System.IntPtr cPtr, bool cMemoryOwn) : base(BIMcollab_ClippingPlanePINVOKE.BC_ClippingPlane_SWIGUpcast(cPtr), cMemoryOwn) { swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr); }