LOFT method in action

 From:  Andrei Samardac
6501.3 In reply to 6501.2 
Thanx Ron,

I use this script to set one style to all curves that I use to loft one object, it sets unique style without any menus.

script: /* Asign style*/ moi.ui.propertiesPanel.editStyleIndex( moi.geometryDatabase.addStyle().index );

I use this script to select all curves with the same style and loft:

script: /* Expand selection over same styles and loft */ var objects = moi.geometryDatabase.getObjects().getCurves(), points = moi.geometryDatabase.getObjects().getPoints(), styles = new Array(); for (var i = 0; i < points.length; i++) { objects.addObject(points.item(i))} for ( var i = 0; i < objects.length; ++i ) { var obj = objects.item(i); if ( obj.selected ) styles[obj.styleIndex] = true; } for ( var i = 0; i < objects.length; ++i ) { var obj = objects.item(i); if ( styles[obj.styleIndex] ) obj.selected = true; }; moi.command.execCommand( 'loft' );

Also I have custom show/hide system that was made from diffrent scripts and based on objects styles. That system allows me to work very fast with this method.
But it is subject of my next tutorial, it is will be a lot of text to describe it here.

There is no any "point cloud" as you can see :)





I made Basic Course of organic shapes in MOI (Loft (Loose, Exact)):

Part 1



Part 2



Part 3



Part 4





Also a lot of tutorials about this method is here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=6058.1

____________________________________________________________________
My Portfolio: www.samardac.tumblr.com
A lot of my Tutorials!
Subscribe to my youtube channel: http://www.youtube.com/samardac
Russian community of MOI 3D: www.vk.com/moi3d