Skip to content
#

parametric

Here are 82 public repositories matching this topic...

phkahler
phkahler commented Nov 5, 2021

Expected behavior

When the user selects a line and no point, pressing "m" should create a new point constrained to the midpoint of the line.

Actual behavior

Nothing happens

Additional information

This is not a bug, as "m" is meant to constrain an existing point to a line. Some users don't realize this and expect the midpoint function to create a midpoint, and that seems

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