PDA

View Full Version : how to find the x y z co-ordinates of cv of curve



glassfairy
09-30-2010, 01:31 PM
this is mel is not working below

float $loc[] = `getParticleAttr -at worldPosition circle.cv[0]`;
print $loc[0];

what m i doing wrong in it?

THNKR
09-30-2010, 07:48 PM
use pointPosition; instead of getParticleAttr;

glassfairy
10-01-2010, 01:38 AM
how to count the nos. of cv's in the curve ?