Ejemplo n.º 1
0
        public FbxLayerElementHole CreateElementHole()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxGeometryBase_CreateElementHole(swigCPtr);
            FbxLayerElementHole   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementHole(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
        public FbxLayerElementHole GetElementHole()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxGeometryBase_GetElementHole__SWIG_1(swigCPtr);
            FbxLayerElementHole   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementHole(cPtr, false);

            return(ret);
        }
Ejemplo n.º 3
0
        public FbxLayerElementHole GetElementHole(int pIndex)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxGeometryBase_GetElementHole__SWIG_0(swigCPtr, pIndex);
            FbxLayerElementHole   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementHole(cPtr, false);

            return(ret);
        }
Ejemplo n.º 4
0
        public FbxLayerElementHole GetHole()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxLayer_GetHole__SWIG_0(swigCPtr);
            FbxLayerElementHole   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementHole(cPtr, false);

            return(ret);
        }
Ejemplo n.º 5
0
        public static FbxLayerElementHole Create(FbxLayerContainer pOwner, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLayerElementHole_Create(FbxLayerContainer.getCPtr(pOwner), pName);
            FbxLayerElementHole   ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementHole(cPtr, false);

            return(ret);
        }
Ejemplo n.º 6
0
        public bool RemoveElementHole(FbxLayerElementHole pElementHole)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometryBase_RemoveElementHole(swigCPtr, FbxLayerElementHole.getCPtr(pElementHole));

            return(ret);
        }
Ejemplo n.º 7
0
 public void SetHole(FbxLayerElementHole pHole)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetHole(swigCPtr, FbxLayerElementHole.getCPtr(pHole));
 }
Ejemplo n.º 8
0
 public void SetHole(FbxLayerElementHole pHole)
 {
     FbxWrapperNativePINVOKE.FbxLayer_SetHole(swigCPtr, FbxLayerElementHole.getCPtr(pHole));
 }
Ejemplo n.º 9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementHole obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }