This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
rhino:convert3dm [2025/05/09] maryfugier [Method 1: Adding Convert3DM in Model Folder] |
rhino:convert3dm [2025/05/09] (current) maryfugier |
||
---|---|---|---|
Line 7: | Line 7: | ||
Convert3dm support Rhino file versions 1 through 8. | Convert3dm support Rhino file versions 1 through 8. | ||
- | ===== Method 1: Adding Convert3DM in Model Folder ===== | + | ==== 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. | ||
+ | * Optional: Logfile_path is the path to the text log representing the file that was read. | ||
+ | *// Names of files with spaces need to be surrounded by double quotes. "42 inch vanity V6.3dm"// | ||
+ | |||
+ | ===== Method 1: Adding Convert3DM in Model Folder | ||
- Download the version of [[https:// | - Download the version of [[https:// | ||
Line 17: | Line 24: | ||
- Type **CMD**. {{ : | - Type **CMD**. {{ : | ||
- The Command Prompt Windows will open. {{ : | - The Command Prompt Windows will open. {{ : | ||
- | - Type the command in the following Syntax BELOW: | + | - Type the command in the following Syntax BELOW: |
- | + | ||
- | Convert3DM "42 inch vanity.3dm" | + | |
- | + | ||
- | {{ : | + | |
- Hint: type syntax of command into Notepad. Copy and paste into the CMD window. | - Hint: type syntax of command into Notepad. Copy and paste into the CMD window. | ||
- Convert3dm reads the 3dm file and writes a new 3dm file using the specified file version.{{ : | - Convert3dm reads the 3dm file and writes a new 3dm file using the specified file version.{{ : | ||
- | |||
- | ==== 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. | ||
- | * Optional: Logfile_path is the path to the text log representing the file that was read. | ||
- | *// Names of files with spaces need to be surrounded by double quotes. "42 inch vanity V6.3dm"// | ||
If the optional --version argument is not specified, a version 80 file is written. | If the optional --version argument is not specified, a version 80 file is written. | ||
Line 55: | Line 51: | ||
- Type **CMD** in the Windows Search box. {{ : | - Type **CMD** in the Windows Search box. {{ : | ||
- The Command Prompt Windows will open. {{ : | - The Command Prompt Windows will open. {{ : | ||
- | - Type the command in the following Syntax BELOW. Convert3DM "42 inch vanity.3dm" | + | - Type the command in the following Syntax BELOW. |
- Hint: type syntax of command into Notepad. Copy and paste into the CMD window. | - Hint: type syntax of command into Notepad. Copy and paste into the CMD window. | ||
- | - Convert3dm reads the 3dm file and writes a new 3dm file using the specified file version.{{ : | + | - Convert3dm reads the 3dm file and writes a new 3dm file using the specified file version.{{ : |