Ejemplo n.º 1
0
        public new static FbxConstraintParent Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxConstraintParent_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxConstraintParent   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxConstraintParent(cPtr, false);

            return(ret);
        }
        public new static FbxConstraintParent Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxConstraintParent_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxConstraintParent   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxConstraintParent(cPtr, false);

            return(ret);
        }
 public bool Equals(FbxConstraintParent other)
 {
     if (object.ReferenceEquals(other, null))
     {
         return(false);
     }
     return(this.swigCPtr.Handle.Equals(other.swigCPtr.Handle));
 }
        public new static FbxConstraintParent Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = NativeMethods.FbxConstraintParent_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxConstraintParent   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxConstraintParent(cPtr, false);

            if (NativeMethods.SWIGPendingException.Pending)
            {
                throw NativeMethods.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxConstraintParent obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }