A python module for translating CAD files

1 stars 0 forks 1 watchers Python Creative Commons Zero v1.0 Universal
2 Open Issues Need Help Last updated: Oct 11, 2025

Open Issues Need Help

View All on GitHub
Unique Name Check 6 months ago

AI Summary: This issue proposes adding a feature to check for unique names within PartFile and other file types. The goal is to ensure that automatically generated element names are unique, although this uniqueness is not strictly enforced as relationships are based on UIDs.

Complexity: 2/5
enhancement good first issue

A python module for translating CAD files

Python

AI Summary: This issue proposes enhancing PanCAD's FreeCAD detection mechanism. Currently, it relies on a configuration file, but the goal is to enable PanCAD to automatically search for FreeCAD on the user's system. If not found, it should prompt the user for the executable's location and then save it for future use.

Complexity: 2/5
enhancement good first issue

A python module for translating CAD files

Python