internal static HandleRef getCPtr(GvNodeGUI obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public virtual bool BodyMessage(GvNode bn, GvNodeGUI gui, int x, int y, int chn, int qua, BaseContainer msg) { bool ret = C4dApiPINVOKE.GvOperatorData_BodyMessage(swigCPtr, GvNode.getCPtr(bn), GvNodeGUI.getCPtr(gui), x, y, chn, qua, BaseContainer.getCPtr(msg)); if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); return ret; }
public virtual bool EditSettings(GvNode bn, GvNodeGUI gui) { bool ret = C4dApiPINVOKE.GvOperatorData_EditSettings(swigCPtr, GvNode.getCPtr(bn), GvNodeGUI.getCPtr(gui)); return ret; }
} /* <Vector_csout> */ public virtual void EditorDraw(GvNode bn, GvNodeGUI gui, SWIGTYPE_p_GeUserArea da, int x1, int y1, int x2, int y2) { C4dApiPINVOKE.GvOperatorData_EditorDraw(swigCPtr, GvNode.getCPtr(bn), GvNodeGUI.getCPtr(gui), SWIGTYPE_p_GeUserArea.getCPtr(da), x1, y1, x2, y2); }