Show messages: All
1
2-15
From: BurrMan
Hey Metadem,
Remember the "Morph" in the script has the distance between the lines as a variable space. You could only have a single point along each path be spaced.
The modeling package would generate a bunch of stacked up lines.
My CAM software has morph toolpaths.
From: Matadem
Good day.
Yes but they are evenly spaced...so that is the number I need.
One example...Vcarve you can create chamfer with a chamfer bit or a round bit.
but not with an flat bottom endmill....this can be done with moulding toolpaths
to me it is just faster to machine different size circles at certain depths to get the angle I need for different screws.
on top of that I do not need to change bits.
So I would use it to cnc 3d shapes out of 2d curves(not all of the time but 99%)...why? because it is faster for me to setup that way than to setup the 3d model in Vcarve.
Since everything comes out of Moi anyways...I do not use Vcarve for drawing...too slow compared to Moi.
Tnx!
From: Michael Gibson
Hi Matadem,
re:
> Is there a way for the cmorph script to show the distance between before to commit to apply the curves?
Not quite exactly as you ask, because the way cmorph works there is not just one distance value like you describe, there is a separate value for each end:
- Michael
Image Attachments:
Matadem_cmorph1.jpg
Matadem_cmorph2.jpg
From: Matadem
This is the situation I would need.
Tnx!
Image Attachments:
cmm.JPG
From: BurrMan
So like slicing a 3d model in a single direction with no "curve"
I did a jury rig, by using LineWeb to generate a single line then ran calculator to divide it by my tooldiameter to get the number to enter into the morph and generate spacing that was close.
The "Close" came into play because if my line was 6.8824 and i divided it by .5, i got 13.7648, but linemorph only allowed me to enter 13 or 14. So slightly smaller or slightly bigger than .5 tool. A little smaller could work if your step didnt need precision at the perfect level
It seems like this could be scriptable (I am not capable but there are those who could)
If you need the perfect steps of .5, this is what your CAM software does with complex toolpath calcs and algo's.
From: BurrMan
In other words, it is more like a "Loft that creates curves instead of surfaces"!
MultiISO Could also be used to generate those loft curves. It seems that what is missing will be an automatic calc of the distance of the loft to get a count value to use.
i wonder If a script could do the step distance calc to get the count value?
I wonder if MoI's Loft Command could generate "Curves instead of Surfaces and solids"?
From: Frenchy Pilou (PILOU)
Project can be cool too! ;)
And as history is enabled by default you can adjust like you want!
Here one curve but you can move any number of curves in the same time !
From: Michael Gibson
Hi Matadem,
re:
> This is the situation I would need.
Please try the attached version. This one will show the step distance if all the curves are planar.
- Michael
Attachments:
cMorph2.zip
From: Matadem
Nice!
That is exactly what I needed.
Now I can get things done faster.
Thank you!
From: Frenchy Pilou (PILOU)
Are you sure that "distance" is working ?
Number keeps the control!
From: Matadem
Script shows 1.8...measures at 1.75mm
Good enough for me.
Image Attachments:
18.JPG
From: Michael Gibson
Hi Pilou,
re:
> Are you sure that "distance" is working ?
It was working in my tests. If you have a case where it isn't working can you post the .3dm model file?
> Number keeps the control!
Sorry not understanding this part.
- Michael
From: Frenchy Pilou (PILOU)
Despit of any Distance entered number of curves is the only thing that work!
But maybe i don't understand what Cmorph2 is supposed to do!
https://moiscript.weebly.com/uploads/3/9/3/8/3938813/morph2.3dm
From: Michael Gibson
Hi Pilou,
re:
> Despit of any Distance entered number of curves is the only thing that work!
For this version that's normal. The request was to have the value displayed, not edited.
- Michael
Show messages: All
1
2-15