Skip to content

arnoudbuzing/wolfram-rhino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wolfram-rhino

Experiments with the Wolfram Language + Rhino3D

Using: https://github.com/WolframResearch/RhinoLink

Software and hardware requirements

  1. Windows operating system
  2. Mathematica (or Wolfram Desktop; version 11 or higher)
  3. Rhino (version 6)
  4. Recommended: Graphics card for rendering

Setup instructions

The commands for step 1. through 3. can be found in this setup.nb notebook.

  1. Install the paclet for the Wolfram Language:
PacletInstall["https://github.com/WolframResearch/RhinoLink/releases/download/v0.9/RhinoLink-0.9.0.paclet"]
  1. Load the package:
Needs["RhinoLink`"]
  1. Run the following command to install the Wolfram Language plugin into Rhino:
InstallRhinoPlugin[]

installer

  1. Quit Mathematica

  2. Start Rhino

  3. In Rhino's command line window, evaluate the command below:

WolframConnect

rhino

  1. Start Mathematica. Step 8. through 10. are also in the example.nb notebook.

  2. Using Evaluation > Notebook's Kernel set the notebook's kernel to RhinoAttach:

menu

  1. Load the package:
Needs["RhinoLink`"]
  1. Run the following command to deploy a sphere from the Wolfram Language to Rhino:
RhinoShow @ ToRhino @ BoundaryDiscretizeGraphics @ Sphere[]
  1. View the result in Rhino: output

  2. Render the result in Rhino: output

  3. Now you can work with more complicated scenes and renderings: spheres

Releases

No releases published

Packages

No packages published