Exemplo n.º 1
0
        public new static FbxSelectionSet Create(FbxObject pContainer, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxSelectionSet_Create__SWIG_1(FbxObject.getCPtr(pContainer), pName);
            FbxSelectionSet       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxSelectionSet(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
        public new static FbxSelectionSet Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxSelectionSet_Create__SWIG_0(FbxManager.getCPtr(pManager), pName);
            FbxSelectionSet       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxSelectionSet(cPtr, false);

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