示例#1
0
        public FbxPropertyTDouble3 assign(FbxDouble3 pValue)
        {
            FbxPropertyTDouble3 ret = new FbxPropertyTDouble3(fbx_wrapperPINVOKE.FbxPropertyTDouble3_assign(swigCPtr, FbxDouble3.getCPtr(pValue)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
示例#2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxPropertyTDouble3 obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }