Creating Sub-Arrays
In PARA 2.6 and higher you can create arrays within other arrays. The controllers which you assign on sub-arrays works only on selected items while controllers on main array updates the entire array.
You are here: parametric-array.com » All Tutorials » Creating Sub-Arrays
In PARA 2.6 and higher you can create arrays within other arrays. The controllers which you assign on sub-arrays works only on selected items while controllers on main array updates the entire array.
This video tells you how to use Para to calculate the surface area of quad polygons arrayed on a surface. This is helpful specially when you do surface paneling and you need to know how big are the panels and what’s the size of smallest and biggest panel. The logic is simple , take two [...]
In this short video you will find out how to create triangular pattern on a surface with 2d domain. ParaMesh provides different options on mesh structure and with minor adjustments and UV offsets you can achieve your desired pattern.
Para 3d provides incredibly simple and direct approach to create L-system and fractals. All you need to do is designing the first generation of your fractal. Para will populate objects in array using your given transformations in certain rules which you define in multiple strings.
I think everyone knows a little of 3d MAX he must know how to create shapes from polygon and meshes, however the result shape is not associated with polygon object which means if you edit the original mesh you may need to extract the edges again to create the shape. With Para 3d it’s now [...]
Random controller generates random values in range of [min,max]. for example in range of 1 to 20 you can expect numbers line 2.45123 and 10. Now what if you want to pick a value which you defined previously in a random manner. let’s say you have a list of scalar values like {2,5,10,20} and only [...]
In first part penalization and decomposing a surface while all elements remains responsive.Panels which are on XY plane are created from the same original object.Position of control points are actually result of the same transformation derive from the surface with respect to local coordinate system of the objects laying on the surface. In part two [...]
In this video I introduced a new controller in Para 3d V3.0 . Blend controller works just like blend map in 3ds MAX. you provide two different controllers (A and B) and s third controller which controls the blend amount. As blend amount increases from 0 to 1 the result of blend controllers moves from [...]
In this video I have tried to show how you can use Para to manage a bit complex max-script code which can keep the objects pointing toward a point inside the scene. Although for MAX users this is quite easy with “Look At” controller which does the same job. But here I’m trying to come [...]
Para 3d v3.0 offers new function which allow users to create parametric meshes by giving a set of vertices. In the beginning of the video I managed to create a SIN curve using math controller and in the second part a parametric mesh creates an envelope connecting the frames.
Pattern controller in Para 3d v3.0 allows users to interweave result of other controllers by user defined pattern, in this video you see how to use the pattern controller to switch between two splines of a curve. The curves themselves belong to another array and a parametric array link controller is extracting them from the [...]