Exemplo n.º 1
0
 public void SetBoundaryRule(FbxMesh.EBoundaryRule pBoundaryRule)
 {
     fbx_wrapperPINVOKE.FbxMesh_SetBoundaryRule(swigCPtr, (int)pBoundaryRule);
 }
Exemplo n.º 2
0
 public FbxMesh.EBoundaryRule GetBoundaryRule()
 {
     FbxMesh.EBoundaryRule ret = (FbxMesh.EBoundaryRule)fbx_wrapperPINVOKE.FbxMesh_GetBoundaryRule(swigCPtr);
     return(ret);
 }