View Full Version : Finding the distance of a curve
Spyder 09-25-2002, 02:27 AM how do i find the distance of a curve in GRID units not in U or V. I have trieed the arc length tool and and also the distance tool. the arc lenght only give me u and v. The distance tool does not work with a curve.
|
|
jschleifer
09-25-2002, 04:46 AM
you can use the curveInfo node..
createNode curveInfo;
connectAttr curveShape1.worldSpace[0] curveInfo1.inputCurve;
then check the attribute arcLenght for the length of the curve
-jason
ACFred
09-25-2002, 06:20 AM
Yeah, curveInfo node is super handy. Another I've been using lately is the distanceBetween node.
It's really nice if you want to change attributes on an object based on it's relationship to another object.
the method is distanceBetween.distance to give you the output you need.
Das ist alles...
Alec
CGTalk Moderation
01-13-2006, 05:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.