Utility Scripts for analysis : FilterCurvesByLength

 From:  mkdm
8608.11 In reply to 8608.9 
Hi wastzzz.

@You : "...Please make it work with float values too...."

I already did it.

You can grab an updated alpha version at : http://moi3d.com/forum/index.php?webtag=MOI&msg=8608.4

I'm still working on it (late at night) to improve it with some other interesting features, (you will see...) and to speed it up but for the moment
that updated alpha is working ok for what I've tested so far.

Until I update the code with dynamically generated "Slider"'s range, if you need, you can change the range of the slider, here :

code:
<body class="commandbody">
	...
	<div id="InputContainer" class="commandoptions">
		<table style="width:100%; text-align:center;">
			...
			<tr>
				<td colspan=3><moi:Slider id="minlenslider" min="1" max="2000" .../></td>
			</tr>
			...
			<tr>
				<td  colspan=3><moi:Slider id="maxlenslider" min="1" max="2000" .../></td>
			</tr>
	...


Stay tuned!

Ciao!

- Marco (mkdm)