SkinDesigner

SkinDesigner is a Grasshopper plugin that enables the rapid generation of facade geometries from building massing surfaces and repeating, user-defined panels. 

To install:

1-Make sure you have Rhino 5 and Grasshopper installed, or Rhino 6.
2-Install GHPython from here (Rhino 5 only).
3-Select and drag all the userObjects (downloaded here) onto your Grasshopper canvas.
4-Restart Rhino Grasshopper.

Check out our example files  to get yourself familiar with typical SkinDesigner workflows. Also SkinDesigner Tutorials will be posted in this YouTube playlist as they become available. 

You should also feel free to post any questions, feature requests, or bug reports to the SkinDesigner Grasshopper Group  as discussions. Finally, SkinDesigner is an open source project and all of the project’s source code is visible on SkinDesigner’s Github site as well as within the Grasshopper components (by double-clicking on them). 

Is possible add multilayer geometry in Custom System?

Hi Santiago, 

I have problem using CUSTOM SYSTEM PANEL. Im trying to add some differents geometries and divide then in differents layers, but all the elements always appear together in the _P_CustomGeo layer.

For example, I add one image of two types of panels that i need to add geometry with different materials.

 is it possible?

Thank you so much  for your help!.

Juan Pablo

  • up

    Santiago Garay

    Hi Juan Pablo,

    Actually you can add custom layer names to the input geometry. I'm glad you brought this up since I don't think I've ever documented this. It is done using a simple python component that goes between the breps that you want to add a custom layer name and the Custom Geometry component. See below:

    Here is the gh file:  AddLayerNameToBreps.gh

    2