background preloader

Python Tutorial

Facebook Twitter

S Best Photos by Frederik Vanhoutte (W:Blut) Flickr Hive Mind is a search engine as well as an experiment in the power of Folksonomies.

s Best Photos by Frederik Vanhoutte (W:Blut)

All thumbnail images come directly from Flickr, none are stored on Flickr Hive Mind. These photos are bound by the copyright and license of their owners, the thumbnail links take to you to the photos (as well as their copyright and license details) within Flickr. Because some other search engines (Google, etc.) index parts of Flickr Hive Mind, you may have been led here from one of them. Welcome to Flickr Hive Mind, almost certainly the best search engine for photography on the web. Algorithmic design. Recursive Subdivision Tiling - algorithmic design. Option Explicit 'Script written by Roland Snooks 'Script copyrighted by kokkugia Call Main() Sub Main() ' user input: gens, array with 5 tiles, array starting objs Dim intGens : intGens = Rhino.GetReal("how many generations", 6) Dim nest1 : nest1 = Rhino.GetInteger("how many tiles in nest 1", 7) ReDim arrObjs1(nest1) For i = 0 To nest1 arrObjs1(i) = Rhino.GetObject("select nest i tile" & i, 4) Next Dim nest2 : nest2 = Rhino.GetInteger("how many tiles in nest 2", 6) ReDim arrObjs2(nest2) For i = 0 To nest2 arrObjs2(i) = Rhino.GetObject("select nest 2 tile" & i, 4) Next Dim startObjs : startObjs = Rhino.GetObjects("select starting tiles to subdivide", 4) ' loop through starting objs Dim i For i = 0 To UBound(startObjs) ' call the tile function Call tile(arrObjs1, arrObjs2, intGens, startObjs(i)) Next End Sub.

Recursive Subdivision Tiling - algorithmic design

SourceForge.net: PyCX Project. 简明 Python 教程. RhinoCommon SDK - Table of Content. Documentation contents.