Esempio n. 1
0
        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);
        }
Esempio n. 2
0
        public virtual bool EditSettings(GvNode bn, GvNodeGUI gui)
        {
            bool ret = C4dApiPINVOKE.GvOperatorData_EditSettings(swigCPtr, GvNode.getCPtr(bn), GvNodeGUI.getCPtr(gui));

            return(ret);
        }
Esempio n. 3
0
 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);
 }