-
Updated
Jul 1, 2020 - C++
opencascade
Here are 35 public repositories matching this topic...
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Jul 1, 2020 - C++
Rework documentation
We need the documentation to be updated:
- It should integrate into the tigl website (from the design perspectiv)
- Since we opened up the internal api, the documentation should also include the class structure
The xtensor project does this really nicely: https://github.com/QuantStack/xtensor
It would probably be a good idea to have documentation on building the stand-alone packages of CQ-editor. This would allow someone with access to a Mac to work on building a package so that we could have all three major OSes covered by the releases.
Writing tutorials would help standard CAD users to try declarative parametric CAD.
I'm using CAD quite a lot, Onshape, SolidWorks and FreeCAD. I also develop a lot in C++ and despite this I would like to have a reference document on how to get started with declaracad.
I can find one OpenCascade tutorial and that's it:
https://www.opencascade.com/doc/occt-7.0.0/overview/html/occt__tutorial
-
Updated
Jun 21, 2020 - C++
-
Updated
Nov 21, 2019 - C++
-
Updated
Jun 14, 2020 - Python
-
Updated
Jun 8, 2020 - C++
-
Updated
Jun 21, 2020 - C++
-
Updated
Jun 6, 2020 - C++
-
Updated
Apr 23, 2020 - Python
-
Updated
Feb 5, 2018 - C#
-
Updated
Aug 4, 2019 - C++
-
Updated
May 31, 2020 - Python
-
Updated
Oct 4, 2019 - C++
-
Updated
Jan 15, 2020 - C++
-
Updated
Sep 3, 2019 - Python
-
Updated
Apr 16, 2020 - C++
-
Updated
Sep 16, 2019 - C++
-
Updated
Jun 6, 2020 - C++
-
Updated
Jul 22, 2019 - C++
-
Updated
Jul 1, 2020 - C++
-
Updated
May 26, 2020 - C++
Improve this page
Add a description, image, and links to the opencascade topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the opencascade topic, visit your repo's landing page and select "manage topics."


https://pythonhosted.org/cadquery/classreference.html#cadquery.Workplane
Gives the parameters of rotate as
rotate(start, end, degrees)
But only mentions start (3 tuple of floats) and degrees (float)
Also not sure how the 3 floats specify an axis of rotation
Could you please supply an example.
I tried res = shape.rotate((.0,.0,.0), .30) but got error
rotate missing 1 requir