-
-
Notifications
You must be signed in to change notification settings - Fork 38
CAD Converter for DXF, STL, etc. #32
Copy link
Copy link
Open
Labels
backendBackend code, API endpoints, converters, etc.Backend code, API endpoints, converters, etc.enhancementNew feature or requestNew feature or requesthardHard tasks, suggested to have some existing experience with TransmuteHard tasks, suggested to have some existing experience with Transmute
Metadata
Metadata
Assignees
Labels
backendBackend code, API endpoints, converters, etc.Backend code, API endpoints, converters, etc.enhancementNew feature or requestNew feature or requesthardHard tasks, suggested to have some existing experience with TransmuteHard tasks, suggested to have some existing experience with Transmute
Problem Statement
As a user I would like to be able to convert CAD files between different formats, or get picture renders of them without running another piece of software. It would be great if transmute could make this conversion for me.
I would also sometimes like to just render an image or pdf of the cad file I am working on, and there isn't a great screenshot generator I can use
Proposed Solution
Warning
aspose-cad is not yet updated for python 3.13, but is the desired implementation. Please see this support ticket for the status on their side
Implement a new converter (following existing converter patterns) for cad file conversions. cad -> image would be cool as well like a "rendering" conversion
Alternatives Considered
No response
Additional Context
This is a hard task that requires a bit of familiarity with Transmute, check out some of our good first issues or easy tasks to get familiar before attempting this one