From: Jonathan B. <jbr...@ea...> - 2005-03-15 01:52:26
|
On Mon, 2005-03-14 at 13:12 -0500, Bruce Sherwood wrote: > Jos=E9 A Mart=EDn H wrote: > > Hi, is there any possibility to include an attribute to the curve objec= t=20 > > that inform about its length > > nor the quantity of points but the true length of the curve ?. > >=20 See examples/drape.py:65-66, which almost does what you want. Numeric has the functionality you need without extending visual.curve directly. > > it is easy to program it, but it could be very more intresting having=20 > > this feature as a native feature. Why? You can do it in 2-3 lines of code, and it won't be any slower than what would go into a native Visual implementation. > > =20 > > thanks > > =20 > > Jose antonio Martin. --=20 Jonathan Brandmeyer <jbr...@ea...> |