Exemplo n.º 1
0
        public GvQuery AllocQuery()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.GvNodeMaster_AllocQuery(swigCPtr);
            GvQuery ret = (cPtr == global::System.IntPtr.Zero) ? null : new GvQuery(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GvQuery obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
        public GvError QueryCalculation(GvQuery query, BaseThread thread)
        {
            GvError ret = (GvError)C4dApiPINVOKE.GvNodeMaster_QueryCalculation(swigCPtr, GvQuery.getCPtr(query), BaseThread.getCPtr(thread));

            return(ret);
        }
Exemplo n.º 4
0
        public virtual bool QueryCalculation(GvNode bn, GvQuery query)
        {
            bool ret = C4dApiPINVOKE.GvOperatorData_QueryCalculation(swigCPtr, GvNode.getCPtr(bn), GvQuery.getCPtr(query));

            return(ret);
        }