Releases: bitbybit-dev/bitbybit-occt
0.18.0
0.17.3
Merge pull request #56 from bitbybit-dev/develop v0.17.3
0.17.2
Merge pull request #55 from bitbybit-dev/develop v0.17.2
0.17.1
Merge pull request #54 from bitbybit-dev/develop v0.17.1
0.17.0
Merge pull request #53 from bitbybit-dev/develop v0.17.0
0.16.8
- new function createFaceFromWiresOnFace, fixed subdivideToRectangleHoles and subdivideToRectangleWires
- made uv offsets work for rectangle wires on face
0.16.5
bitbybit.occt.shapes.vertex.vertexFromXYZ - creates vertex from x y and z values
0.16.4
bitbybit.occt.shapes.face.createFacesFromWiresOnFace - creates faces from wires on the face so that orientation would match the guide
bitbybit.occt.shapes.face.createFaceFromWireOnFace - creates face from wire on the face so that orientation would match the guide
bitbybit.occt.shapes.face.subdivideToWires - subdivide face to the given number of divisions and place wires on the subdivision limits - users can choose u or v direction
bitbybit.occt.shapes.face.subdivideToRectangleWires - creates rectangular wire cells on the face - patterns for uv scale, inclusion and fillet radius can be provided
bitbybit.occt.shapes.face.subdivideToRectangleHoles - creates rectangular face cells on the face - patterns for uv scale, inclusion and fillet radius can be provided (can be used to pucnh holes in the face)
bitbybit.occt.shapes.face.wireAlongParam - create a single wire along parameter
bitbybit.occt.shapes.face.wiresAlongParams - create multiple wires along parameters
0.16.3
- 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
0.16.0
Merge pull request #48 from bitbybit-dev/develop v0.15.13