+ All Categories
Home > Documents > Exercise

Exercise

Date post: 08-Apr-2016
Category:
Upload: jiayun-li
View: 212 times
Download: 0 times
Share this document with a friend
Description:
 
6
ALGORITHMIC TASK 2015, SEMESTER 1, ALESSANDRO JIAYUN LI (CATHERINE)
Transcript

ALGORITHMIC TASK2015, SEMESTER 1, ALESSANDROJIAYUN LI (CATHERINE)

WEEK1

EXERCISE 1:

This one attempt to create traditional Vase shape through an array of points. To begin with, a point was set then arrayed along the unit vector Z, then use the points as centre points an array of polygons were made, each one with random radius, then finally loft up.

WEEK1

Using random command to create 3 sets of points, each sets has 5 points (number of random values sets to 5), use points as control points to create nurbs curve (boolean set to true to make the curve closed), finally loft the curves.

EXERCISE 2:

WEEK1

EXERCISE 3:

A populate 3d box with points is set, arranging the box-es’ position and seed numbers gives variation of points’ positions, then use them to create interpolated curve, finally loft up.

WEEK1

A line with 2end point is made, one end fixed, the other one is movable. using evaluate curve option to create a moving point along the line , then use bezier span to create curves (a multiplication option is added to tangent at input to ex-aggerate the curve’s bending), the loft the 2 curve to get a surface.

EXERCISE 4:

WEEK1

EXERCISE 5:

A group of random numbers are generated with ran-dom command (the number of random values is set to 3), then use numbers to points to create a point ac-cording to those random numbers. Then interpolate the points to built curves, and at last loft.


Recommended