Forgot password?

Create an account!

RVB

« back

lSystemTree

Description RhinoScript Application

RhinoScript Application by isg

creates an l-system tree with parameters for minimum length, scaling factor, and rotation.

Version

Version 1 (Apr 16, 2009)

Requirements

Rhino version: Rhino 4

Code

You need to be logged in to view the source code.

Download

You need to be logged in to download the script.

Recommend

Why are these buttons gray?

Comments
  • 1. tosteri (Jul 10, 2009 09.21):

    I'm sorry, but from a quick read of the code, it seems to me that this is a recursive tree structure and has nothing to do with L-system. L-system has variables, constants and rules. And by changing these, you receive different results. From en.wiki.mcneel.com/default.aspx/McNeel/GrassHopperGalle[...] you can see Rajaa Issa's vb.net L-system for Grasshopper.

    L-system is relatively easy to do in 2d, more difficult in 3d. I've done one L-system 3d script, which is actually L-system 2,5d, because the lines follow a surface, rather than fly freely in space. You can see the resulting pavillion constructed from www.loark.fi

  • +++ Apr 16, 2009 20.28: lSystemTree version 1 published +++