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

            return(ret);
        }
コード例 #2
0
ファイル: FbxLayer.cs プロジェクト: yeluo-vinager/FbxWrapper
 public void SetEdgeCrease(FbxLayerElementCrease pCrease)
 {
     fbx_wrapperPINVOKE.FbxLayer_SetEdgeCrease(swigCPtr, FbxLayerElementCrease.getCPtr(pCrease));
 }
コード例 #3
0
        public bool RemoveElementVertexCrease(FbxLayerElementCrease pElementCrease)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxGeometryBase_RemoveElementVertexCrease(swigCPtr, FbxLayerElementCrease.getCPtr(pElementCrease));

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