Skip to content

0.16.3

Choose a tag to compare

@matas-bitbybit-dev matas-bitbybit-dev released this 16 Sep 08:19
· 37 commits to main since this release
998517c
  • 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

Unit tests added for new methods, old ones refactored to use fixed length values