-
Updated
Apr 7, 2022 - C++
cad
Here are 795 public repositories matching this topic...
-
Updated
Jul 23, 2021
Needs to be updated to use the or string selector, fluent api, and remove the saveModel call.
-
Updated
Apr 6, 2022 - JavaScript
-
Updated
Feb 9, 2022 - OpenSCAD
-
Updated
Feb 20, 2022
-
Updated
Feb 8, 2021 - C++
Tuo Xie requested the ability to visualize clocking (pins & wires I believe). We should make it easier to visualize subsets of the device routing resource and types of routing nets.
Proposed Behaviour
Add filtering to the rr_nodes displayed (ToggleRR), and to the nets displayed (ToggleNets). I think we should have an option to filter what is shown by node type, node name (segment or pin t
-
Updated
Mar 30, 2022 - JavaScript
-
Updated
Apr 6, 2022 - OpenSCAD
-
Updated
Apr 5, 2022 - HTML
Broken dwgadd
dwgadd is unusable:
- Need of "\n" at begin of first string, sic.
- issue with initial = 1 at begin and setting to intial after initialization
- No error message to stderr in each exit(1)
- Missing error in stderr in dwg_add_dat (&dwgp, &dat) != 0
-
Updated
Aug 6, 2021 - OpenSCAD
-
Updated
Oct 1, 2020 - Python
-
Updated
Apr 5, 2022 - C#
-
Updated
Apr 1, 2022 - C++
Improve this page
Add a description, image, and links to the cad topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cad topic, visit your repo's landing page and select "manage topics."



This may be a good issue for someone wanting to eventually get deep into the geometry code of Solvespace.
issue:
Triangulating a NURBS surface is currently O(n^2) operation, and in many cases it doesn't produce very good triangles. We should be able to have better quality in O(n*log(n)) time.
background
For surfaces with compound curvature (a torus for example) we use "grid triangul