Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.16 KB

Mesh-To-Hatch.md

File metadata and controls

24 lines (17 loc) · 1.16 KB

Mesh-To-Hatch - [source code]

Use this component to bake a clored mesh into the Rhino scene as a series of colored hatches. This is particularly useful if you are trying to export ladybug graphics from Rhino to vector-based programs like Inkscape or Illustrator.

Inputs

  • mesh [Required]

A colored mesh (or list of colored meshes) that you would like to bake into the Rhino scene as a series of colored hatches.

  • layerName [Optional]

Optional text for the layer name on which the hatch will be added.

  • visible [Optional]

An optional boolean to set whether the layer that the hatch is baked on is visible. The default is set to True to have the hatch layer visible.

  • runIt [Required]

Set to 'True' to run to run the component and bake the mesh into the scene as a series of hatches.

Outputs

  • readMe!

...

Check Hydra Example Files for Mesh-To-Hatch