parametric
Here are 84 public repositories matching this topic...
Needs to be updated to use the or string selector, fluent api, and remove the saveModel call.
-
Updated
Feb 6, 2022 - R
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Feb 18, 2022 - Python
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Jan 15, 2022 - R
-
Updated
Feb 5, 2022 - JavaScript
and link to Github discussions Q&A.
-
Updated
Apr 22, 2020 - Python
-
Updated
Jan 17, 2022 - OCaml
to allow broadcast features like:
setSolverParams!(fg, :graphinit, false)
setSolverParams!.(fg, [:drawtree, :showtree, :dbg, :treeinit], true)this would be a partner to existing getSolverParams
-
Updated
Oct 19, 2021 - R
-
Updated
Mar 12, 2020 - Python
-
Updated
Jun 8, 2020 - C++
-
Updated
Dec 14, 2021 - Python
When using the PortCutterRotated component, polar_coverage_angle attribute cannot be greater than 180 and a Standard_ConstructionError is raised.
This might be due to lines below:
https://github.com/ukaea/paramak/blob/7f5acbd65f904a1ccb527e061a3b7e3f86b8a26f/paramak/parametric_components/port_cutters.py#L151-L163
How to reproduce
from paramak import PortCutterRotated
-
Updated
Aug 6, 2021 - Ruby
-
Updated
Feb 10, 2022
-
Updated
Jul 20, 2021 - R
-
Updated
Apr 22, 2021 - OpenSCAD
-
Updated
Dec 17, 2021 - OpenSCAD
-
Updated
Jan 30, 2022 - Python
With a large major radius relative to the minor radius, the blanket can form a strange shape and overlap with the TF coils.
Paramak_issue_large_major_radius.pptx
-
Updated
Jan 12, 2022 - Ruby
-
Updated
Dec 16, 2017 - JavaScript
-
Updated
Mar 24, 2017 - OpenSCAD
Improve this page
Add a description, image, and links to the parametric topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parametric 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