Skip to content

Releases: bitbybit-dev/bitbybit-occt

0.18.0

07 Nov 05:55
17abc28

Choose a tag to compare

  • new method to save STL files by using occt natively
  • compute mid points on edges and faces when creating meshes

0.17.3

27 Oct 15:41
5723ee1

Choose a tag to compare

Merge pull request #56 from bitbybit-dev/develop

v0.17.3

0.17.2

27 Oct 12:24
3b905a6

Choose a tag to compare

Merge pull request #55 from bitbybit-dev/develop

v0.17.2

0.17.1

11 Oct 05:33
4ec62fc

Choose a tag to compare

Merge pull request #54 from bitbybit-dev/develop

v0.17.1

0.17.0

03 Oct 05:35
0b1f1e8

Choose a tag to compare

Merge pull request #53 from bitbybit-dev/develop

v0.17.0

0.16.8

25 Sep 19:09
f888e28

Choose a tag to compare

  • new function createFaceFromWiresOnFace, fixed subdivideToRectangleHoles and subdivideToRectangleWires
  • made uv offsets work for rectangle wires on face

0.16.5

20 Sep 19:41
09010cf

Choose a tag to compare

bitbybit.occt.shapes.vertex.vertexFromXYZ - creates vertex from x y and z values

0.16.4

19 Sep 13:34
27ecaad

Choose a tag to compare

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

16 Sep 08:19
998517c

Choose a tag to compare

  • 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

29 Aug 19:39
4b84a4b

Choose a tag to compare

Merge pull request #48 from bitbybit-dev/develop

v0.15.13