Skip to content
#

parametric

Here are 76 public repositories matching this topic...

marcus7070
marcus7070 commented Apr 20, 2021

From the Python docs:

object.repr(self)
... If at all possible, this should look like a valid Python expression that could be used to recreate an object with the same value (given an appropriate environment).

Currently:

>>> repr(cq.Plane((1, 2, 3), (1, 0, 0), (0, 0, 1)))
'<cadquery.occ_impl.geom.Plane object 
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