Beispiel #1
0
        public new static FbxSubDiv Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxSubDiv_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxSubDiv             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxSubDiv(cPtr, false);

            return(ret);
        }
Beispiel #2
0
        public new static FbxSubDiv Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxSubDiv_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxSubDiv             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxSubDiv(cPtr, false);

            return(ret);
        }
Beispiel #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxSubDiv obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }