partcad
partcad copied to clipboard
The first package manager for CAD models and a framework for managing assemblies.
I can not get PartCAD and PartCAD-CLI installed without errors using the version 0.5.11. (using VS Code Insider Build or VS Code ) This errors were thrown with Python 3.10...
Update the "git" project factory class so that the behavior changes if there is already a cloned copy of the repo: - if the exact revision is specified and it...
Add a feature to export to BREP exactly the same way export is already done for STEP. Use build123d function called Shape.export_brep() for this purpose.
Svg rendering params strokeWidth, marginTop, marginLeft added
More rendering params (#86), corrections made for reviews
Add rendering params (both the package configuration file and cli command options) for strokeWidth, marginLeft and marginTop. They need to be stored in the context class next to "output_dir". Perhaps...
Update GitHub Actions: - to populate the changelog with pull request titles - to update the changelog when bumping the version
Add an option to export models to JPEG file. Make it very similar to the way PNG is rendered, including moving the work with dependencies into a separate plugin. All...
Implement 'part_factory_sdf.py' and the corresponding wrapper (to run SDF scripts in a sandbox) to support parts defined in [SDF](https://github.com/fogleman/sdf). At least, run the script in a temporary folder and pick...