0.16.3
·
37 commits
to main
since this release
- 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