Skip to content
#

cad

Here are 615 public repositories matching this topic...

phkahler
phkahler commented Apr 19, 2021

System information

  • SolveSpace version: ALL
  • Operating system: ALL

Expected behavior

When linking a file we should set the default file filter to include types other than .slvs if they are linkable.

Actual behavior

The filter is set to only .slvs but that is not the only option.

Additional information

SolveSpace can currently link .emn (IDF files) an

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 
vaughnbetz
vaughnbetz commented Dec 17, 2020

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

looooo
looooo commented Oct 2, 2019

Are there any docs for the python bindings available. I have no idea how to use libredwg and run into a crash imediatly:

>>> import LibreDWG
>>> LibreDWG.Dwg_Data()
<LibreDWG.Dwg_Data; proxy of <Swig Object of type '_dwg_struct *' at 0x7f1dbf13d9c0> >
>>> data = LibreDWG.Dwg_Data()
>>> data.swig/python detected a memory leak of type 'BITCODE_MS *', no destructor found.
swig/python det

Improve this page

Add a description, image, and links to the cad 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 cad topic, visit your repo's landing page and select "manage topics."

Learn more