created surface with sweep and rotate them with number of division. Section curves of 2Railsweep is defined with 3 Point arc and shape is also controlable.
You can change shape by sliding 16 paramteters.
The definition is rather long, hope somebody can modify with more sphiscated manner.
日本語
パラメトリックにボトルデザインをする.ghxファイルを作成しました。ボトルのプロファイルカーブを、参照となる円に対して、高さ、シフト、オフセットでコントロールポイントの位置情報を与えて定義。次にスイープで分割数だけ回転コピーして作成。
スイープの断面、3点円弧で作成し、形状コントロールするようにしています。
ボトル形状は、16のパラメーターをスライドすることで定義出来ます。
…
Hi,
Is there a way of setting the step size of a slider?
For instance if the limits are from 0 to 15 every 3 units, so i get 0,3,6,9,12,15, instead of 0, 1, 2 ...
Thanks
t 2^15 are being listed. Later I will use this info to cull;
all instances where important nodes are not present,
geometric unstable trusses using Grubler's criterion,
the remainder will go to FEM for further analysis,
I can use this method but i require to separate each binary boolean
so they are stored separately like so;
{0} (0) 0 (1) 0 (2) 0 (3) 0 (4) 0 . . . . . . . . (15) 0
{1} (0) 1 (1) 0 (2) 0 (3) 0 (4) 0 . . . . . . . . (15) 0
{2} (0) 0 (1) 1 (2) 0 (3) 0 (4) 0 . . . . . . . . (15) 0 (I know there must be an easier scripted way how to do it) or else is there a way to decompose them directly from the method you sent me using standard Grasshopper components?. Any method would work.
Best,
Kane…
lem is that I have a data tree of 15 branches (3 points in each branch) instead of a data tree of 5 brances (9 points in each branch) . Any help appreciated.
…