Skip to content
#

parametric

Here are 84 public repositories matching this topic...

phkahler
phkahler commented Feb 13, 2022

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

RemDelaporteMathurin
RemDelaporteMathurin commented Oct 11, 2020

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

Improve this page

Add a description, image, and links to the parametric topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parametric topic, visit your repo's landing page and select "manage topics."

Learn more