Skip to content

0.16.3

Compare
Choose a tag to compare
@matas-bitbybit-dev matas-bitbybit-dev released this 16 Sep 08:23
· 348 commits to master since this release
  • BabylonJS updated to v7.25.1
  • occt.shapes.wire.pointsOnWireAtLengths - gets points on given lengths, returned number of points will be equal to given number of lengths.
  • occt.shapes.wire.pointsOnWireAtEqualLength - get points on wire that are spaced at equal length.
  • occt.shapes.wire.pointsOnWireAtPatternOfLengths - get points on wire that are spaced by repeating a length pattern.
  • occt.shapes.wire.getWireLength - refactored to use curve to measure the length as that gives more consistent result
  • occt.shapes.edge.getEdgeLength - refactored to use curve to measure the length as that gives more consistent result