Site Tools


This is an old revision of the document!


Guide to Using Convert3dm

convert3dm Version 80 (2417003088) Copyright © 2021-2014 Robert McNeel & Associates

Convert3dm is a simple command-line utility that reads a 3dm file and writes a new 3dm file using the specified file version.

Convert3dm support Rhino file versions 1 through 8.

Quick Start for Windows

  1. Download the version of Convert3dm appropriate for your operating system.
  2. Pick the folder where your 3DM files to Convert are located
  1. Unzip the convert3dm80win.zip.
  2. In the Windows search bar, type CMD. The Windows Command Prompt Windows will open
  3. Type the command in the following syntax:

convert3dm input.3dm output.3dm [–version=0] [–log=logfile_path]

  • version is one of 1, 2, 3, 4, 5, 50, 60, 70, 80.
  • Default version is 80.
  • logfile_path is the path to the text log representing the file that was read.

convert3dm reads the 3dm file and writes a new 3dm file using the specified file version. If the optional –version argument is not specified, a version 80 file is written. If an error or warning occurs during conversion, this program ends with exit code 1. Successful conversion ends with exit code 0.

rhino/convert3dm.1746803578.txt.gz · Last modified: 2025/05/09 by maryfugier