studio_utility_2_0.py update

updated module python file (2 files are same version):

Dropbox/AdaptiveMorphology_studio/20160614/studio_utility_2_0.py
Dropbox/AdaptiveMorphology_studio/scripts/studio_utility_2_0.py

sample file set in dropbox:
Dropbox/AdaptiveMorphology_studio/20160614/20160622_test.gh
Dropbox/AdaptiveMorphology_studio/20160614/20160622_test.3dm

This is how to give the different cell width interval.
You need to prepare list of width numeral float list, means list of list.

#generate network
g = graph.Graph(crvs)

divlistlis = [[3500,4500,6000,4000,3000],[5000,6000,3000,3000],[3000,5000,7000,9000]]
su2.generateCellsWL(divlistlis,bound_r,g)

Comments are closed.