Exemplo n.º 1
0
        public FbxLayerElementCrease GetElementEdgeCrease()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxGeometryBase_GetElementEdgeCrease__SWIG_1(swigCPtr);
            FbxLayerElementCrease ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementCrease(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
        public FbxLayerElementCrease CreateElementVertexCrease()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxGeometryBase_CreateElementVertexCrease(swigCPtr);
            FbxLayerElementCrease ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementCrease(cPtr, false);

            return(ret);
        }
Exemplo n.º 3
0
        public FbxLayerElementCrease GetElementEdgeCrease(int pIndex)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxGeometryBase_GetElementEdgeCrease__SWIG_0(swigCPtr, pIndex);
            FbxLayerElementCrease ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementCrease(cPtr, false);

            return(ret);
        }
        public static FbxLayerElementCrease Create(FbxLayerContainer pOwner, string pName)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLayerElementCrease_Create(FbxLayerContainer.getCPtr(pOwner), pName);
            FbxLayerElementCrease ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementCrease(cPtr, false);

            return(ret);
        }
Exemplo n.º 5
0
        public FbxLayerElementCrease GetVertexCrease()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxLayer_GetVertexCrease__SWIG_0(swigCPtr);
            FbxLayerElementCrease ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxLayerElementCrease(cPtr, false);

            return(ret);
        }
Exemplo n.º 6
0
        public bool RemoveElementEdgeCrease(FbxLayerElementCrease pElementCrease)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometryBase_RemoveElementEdgeCrease(swigCPtr, FbxLayerElementCrease.getCPtr(pElementCrease));

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxLayerElementCrease obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 8
0
        public bool RemoveElementVertexCrease(FbxLayerElementCrease pElementCrease)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxGeometryBase_RemoveElementVertexCrease(swigCPtr, FbxLayerElementCrease.getCPtr(pElementCrease));

            return(ret);
        }
Exemplo n.º 9
0
 public void SetEdgeCrease(FbxLayerElementCrease pCrease)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetEdgeCrease(swigCPtr, FbxLayerElementCrease.getCPtr(pCrease));
 }
Exemplo n.º 10
0
 public void SetEdgeCrease(FbxLayerElementCrease pCrease)
 {
     FbxWrapperNativePINVOKE.FbxLayer_SetEdgeCrease(swigCPtr, FbxLayerElementCrease.getCPtr(pCrease));
 }