Skip to content

v3.0.0

Compare
Choose a tag to compare
@ahmad-el-sayed ahmad-el-sayed released this 01 Nov 12:43

What's Changed

  • MeshkernelApi.cs methods now return error codes instead of booleans.
  • ContactsComputeSingle now accepts a projection factor to control the connection of 1D nodes to a 2D mesh if they are outside the 2D mesh.
  • Introduced Mesh2dMergeNodesWithMergingDistance for merging nodes with merging distance
  • Bounding boxes have been added to the search APIs.
  • DisposableMesh2D.cs now includes edgeFaces and faceEdges.
  • API methods have been reordered to match the structure of the MeshKernel back-end.
  • In/out specifiers have been added in MeshkernelApi.cs where possible.
  • Split rectangular grid generation into 3 separate methods ( based on rows and columns, , based on extension, and from polygon)
  • Renamed various methods to be more coherent with the back-end (curvilinear, rectangular and triangular mesh generation).