Skip to content

Latest commit

 

History

History
72 lines (57 loc) · 1.88 KB

File metadata and controls

72 lines (57 loc) · 1.88 KB

3D File Conversion Tool

This tool is used to convert structural software files to .obj. The two supported file types are RISA-3D and Modelsmart 3D.

Table of Contents

Features

  • 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.

Installation

Executable File.

  1. Run the executable.

Batch File.

  1. Install python.
  2. Clone the repository.
  3. Run the batch script.

Source Files.

  1. Clone the repository.
  2. Install the dependencies | pip install -r requirements.txt

Usage

Current tested versions of RISA-3D

  • 20.0501
  • 22.01000

Current tested version of Modelsmart 3D

  • Version 4

Executable File.

  1. Run the executable.
  2. Select your input file(s).
  3. Select your desination folder.
  4. Choose any extra options.
  5. Select convert.

Batch File.

  1. Run the batch file.
  2. Select your input file(s).
  3. Select your desination folder.
  4. Choose any extra options.
  5. Select convert.

Source Files

  1. Install dependencies.
  2. run convert.py in the src directory.
  3. Select your input file(s).
  4. Select your desination folder.
  5. Choose any extra options.
  6. Select convert.

Contributing

Contributions are welcome! Please fork this repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

This project uses: