Mailing List
Home
Forum Home
Softimage
Carrara
trueSpace
Dir3d-l
Maya - a powerful 3D animation and visual effects software
Macromedia Flash Development
Subjects
Cameras
scaleDown command
black out solved
Aircraft Tutorial
Mathematical XYZ ?
Its done This vs That
Its done first week
recommendations for screen video captures?
3DExplorer "Oddity "
New Director
ProTeam renewals
Fuel 's new websites (X post)
Blue peter create a make toy
targeting groups question
XPost: Shockwave 3D game ( sort of )
RES: RES: RES: Fish Modeling
Emitting particles from object intersection
Fuel 's new websites (X post)
Texturing
Big Break Contest Videos
New Plugins
Models and Texture on my updated site
Error Installing Patch tS6 6
Plasma?
Looking for Inspiration
Weird EMail Q
It 's done first week ?
Cherry not cranberry
New game
Camera Animation Problem
Particle plugins?
 
Spline lenght ?

Spline lenght ?

2004-03-09       - By Sebastian Faber

 Back
Reply:     1     2     3     4     5     6     7  

You can calculate the length of the curve:

   set oCurve=Application.Selection(0)
   logmessage "length of the Curve: " &
oCurve.ActivePrimitive.Geometry.Curves(0).Length

 -- --Original Message-- --
 From: owner-xsi@(protected) [mailto:owner-xsi@(protected)]On Behalf Of
Harry Bardak
 Sent: Tuesday, March 09, 2004 5:48 PM
 To: XSI@(protected)
 Subject: [Animation] Spline lenght ?


 hi everyone.

 Are there any way to know the lenght of a spline or a path ?
 I was thinking to calculate the distance between every knots and add
them..

 Thanks.

 Harry.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3502.4373" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c0c0c0>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=937280317-09032004>You
can calculate the length of the curve:</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#0000ff face=Arial size=2>&nbsp;&nbsp;&nbsp; set
oCurve=Application.Selection(0)<BR>&nbsp;&nbsp;&nbsp; logmessage "length of the
Curve: " &amp; oCurve.ActivePrimitive.Geometry.Curves(0).Length<BR></DIV></FONT>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
 <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma
 size=2>-- --Original Message-- --<BR><B>From:</B> owner-xsi@(protected)
 [mailto:owner-xsi@(protected)]<B>On Behalf Of </B>Harry
 Bardak<BR><B>Sent:</B> Tuesday, March 09, 2004 5:48 PM<BR><B>To:</B>
 XSI@(protected)<BR><B>Subject:</B> [Animation] Spline lenght
 ?<BR><BR></DIV></FONT>
 <DIV><FONT face=Arial size=2>hi everyone. </FONT></DIV>
 <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
 <DIV><FONT face=Arial size=2>Are there any way to know the lenght of a spline
 or a path ? </FONT></DIV>
 <DIV><FONT face=Arial size=2>I was thinking to calculate the distance between
 every knots and add them.. </FONT></DIV>
 <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
 <DIV><FONT face=Arial size=2>Thanks. </FONT></DIV>
 <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
 <DIV><FONT face=Arial size=2>Harry.</FONT></DIV></BLOCKQUOTE></BODY></HTML>