Getting the curvelength of a line despite UVW xform modifier
I'm trying to query the length of a line, but a UVW Xform modifier changes it to an editable mesh.
Accessing the baseobject using .baseobject works but not for the curvelength function:
"-- No ""curveLength"" function for Line"
Is there a way to access my the length of my line without disabling the UVW modifier?
regards,
Henning
Comments
thank you both! I now based
thank you both! I now based it on variant 2 from Anubis. I thought I could make in dynamically in a script controller but a one-click solution for every one of my lines works just as well
here is my script in case anyone is interested:
www.hofer-krol.de
something went wrong with my
something went wrong with my last post, and I can't edit it. Let's see if the code is ok now:
another option: fn
another option:
--// variant 1 ----------- c
my recent MAXScripts RSS (archive here)