Beispiel #1
0
        public bool RemoveElementEdgeCrease(FbxLayerElementCrease pElementCrease)
        {
            bool ret = fbx_wrapperPINVOKE.FbxGeometryBase_RemoveElementEdgeCrease(swigCPtr, FbxLayerElementCrease.getCPtr(pElementCrease));

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

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