This tool is used to convert structural software files to .obj. The two supported file types are RISA-3D and Modelsmart 3D.
- Converts RISA-3D files (.r3d) to OBJ format.
- Converts Modelsmart files (.3dd) to OBJ format.
- Generates OBJ files compatible with Fusion 360.
- Supports batch conversion of multiple files, and file types
- Can generate a single .obj or multiple .obj view projections for 3D printing.
- Run the executable.
- Install python.
- Clone the repository.
- Run the batch script.
- Clone the repository.
- Install the dependencies | pip install -r requirements.txt
- 20.0501
- 22.01000
- Version 4
- Run the executable.
- Select your input file(s).
- Select your desination folder.
- Choose any extra options.
- Select convert.
- Run the batch file.
- Select your input file(s).
- Select your desination folder.
- Choose any extra options.
- Select convert.
- Install dependencies.
- run convert.py in the src directory.
- Select your input file(s).
- Select your desination folder.
- Choose any extra options.
- Select convert.
Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
This project uses:
- NumPy, licensed under the BSD 3-Clause License.
- tkinter-tooltip, licensed under the MIT License.