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

            return(ret);
        }
Exemplo n.º 2
0
 public void SetEdgeCrease(FbxLayerElementCrease pCrease)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetEdgeCrease(swigCPtr, FbxLayerElementCrease.getCPtr(pCrease));
 }
Exemplo n.º 3
0
        public bool RemoveElementVertexCrease(FbxLayerElementCrease pElementCrease)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxGeometryBase_RemoveElementVertexCrease(swigCPtr, FbxLayerElementCrease.getCPtr(pElementCrease));

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