MoI discussion forum
MoI discussion forum

Full Version: Convert Control Points to Points ?

Show messages:  1-6  7-26  27-46  47-59

From: amur (STEFAN)
10 Mar 2018   [#7]
> No it's not "Geometric Points" It's only "Control Points"!

Have you actually drawn or imported something in MoI and used "show points"?

If you have for example a points text file, from the Internet etc. and want that
it works you must have also Control Points for Z, so that the import points script
shows you the control points, prior using Max's Voronoi script.

Regards
Stefan
From: bemfarmer
10 Mar 2018   [#8] In reply to [#5]
I think the "challenge" was issued a while back for someone to write code to get the control points
from the Rhino .3dm file format, but as far as I know, no one has done so :-)
(As an amateur programmer, I have made no such effort.)

- Brian
From: amur (STEFAN)
10 Mar 2018   [#9]
Hi Brian,

interesting! I don't have Rhino but thought when you import something from Rhino
it should work as well in MoI... Can you point me to such a .3dm file? Would be
interesting to see such a case.

[EDIT] o.k. you mean a .3dm from MoI i assume and then reading only the control
points from that file into MoI...

It would also be a lot easier to help if Pilou would post a .3dm file or in case it is a points
text file, the first couple of lines and not all the text...

Regards
Stefan
From: Franz
10 Mar 2018   [#10] In reply to [#9]
Hallo!

I also have a question about that:
Is it possible to show (and use) the points with which the curve is drawn, but not the controll-points?

Is that what you mean also?

Franz







Image Attachments:
Curve_drawn_through points.jpg  Curve_drawn_through points2.jpg 


From: Frenchy Pilou (PILOU)
10 Mar 2018   [#11]
PC Windows 10
http://moiscript.weebly.com/uploads/3/9/3/8/3938813/4_ctl_points.3dm

With the Voronoi Max Plugin Control Points give nothing!
When I draw geometric points all works fine!
Is that more clear ? :)


From: amur (STEFAN)
10 Mar 2018   [#12]
@Franz i don't understand the purpose of that but you can use the rebuild
command (to get more point wich are on the curve) and then copy those point.

@Pilou i have used your sample and did it again like i explained and it works here.
(but i can't upload the picture to show you, because of an error i get)

@Brian i am no programmer and i don't know how useful it would be to extract
control points, like for example from a bool'ed cube and a sphere...

But i did a little test with .sat file export and this one liner... :-)

grep -e "point" infile.sat | cut -d" " -f4- | sed -e 's/^\(.*\) .*/\1/' > outfile.txt

This should give all control points in a .sat file, which IMHO should be read in
by the import points script.

Regards
Stefan
From: bemfarmer
10 Mar 2018   [#13] In reply to [#9]
Hi STEFAN,

I was referring to openNURBS SDK.

https://www.rhino3d.com/opennurbs

- Brian
From: Frenchy Pilou (PILOU)
10 Mar 2018   [#14] In reply to [#12]
<< (but i can't upload the picture to show you, because of an error i get)

Normaly image must be directly appears on the forum! ???
I had nothing made different than the other hundred images that I previous posted! :)

About the CTRL Points / REAL Geometric Points, Mac is different than PC ?
From: amur (STEFAN)
10 Mar 2018   [#15]
Thank you Brian for the pointer!

I still don't get it however why someone requested an extraction of control points
from a .3dm (NURBS?) file. :-)

@Pilou maybe i have reached my posting limit, for posting attachments... ;-)

Regards
Stefan
From: Frenchy Pilou (PILOU)
10 Mar 2018   [#16] In reply to [#15]
Ah I had believed that was mine! :)

So try https://postimages.org I use it in free from decade without problem! :)
From: amur (STEFAN)
10 Mar 2018   [#17] In reply to [#14]
> About the CTRL Points / REAL Geometric Points, Mac is different than PC ?

I just tested it on my Notebook with a sphere, like i have shown with my picture,
and it works also with MoI 3.0 under Windows7 Professional.

Hopefully Michael or someone else can give you better help, because i run
out of ideas.. :-)

Regards
Stefan
From: Frenchy Pilou (PILOU)
10 Mar 2018   [#18] In reply to [#15]
<< I still don't get it however why someone requested an extraction of control points
from a .3dm (NURBS?) file.

I'm living proof of that! :)
For me they don't work like geometric points inside some plugins! :)

But I am curious of what do you obtain when you use the Menu "Type" Points of your "Control Points" copy Pasted?
Normally nothing but who knows...
From: amur (STEFAN)
10 Mar 2018   [#19]
Well..., when i copy and paste my Control Points i get on Mac and Windows Points.

When you look again at my picture carefully you see in the right menu points.

BTW. Michael says the same in the Hidden Secrets section!

http://moi3d.com/wiki/Hidden_Secrets

Regards
Stefan
From: Frenchy Pilou (PILOU)
10 Mar 2018   [#20] In reply to [#19]
Ok That works!
So for convert Controls Points in Geometric Points just copy Past in the Clip Board! :)

I don't know what i did before for no successful that!

In fact I copied / Moved the Control Points selected : seems it's not the same than copy to clipboard because curve is always living!
From: amur (STEFAN)
10 Mar 2018   [#21]
Hi Pilou,

we spend now the whole day to solve this problem... :-)

And i thought that my postings, even if i am no native
English speaker, were clear enough compared to the short
explanation in the secret section...

Regards
Stefan
From: Frenchy Pilou (PILOU)
10 Mar 2018   [#22] In reply to [#21]
Maybe but with that we avoid to make a new plugin! :)
And that Copy Move Control Point of a curve (even this curve itself is not selected) is different than Copy to the ClipBoard! :)
From: Michael Gibson
10 Mar 2018   [#23] In reply to [#20]
Hi Pilou, yes as Stefan has been saying selecting a curve's control points and then using copy/paste (ctrl+c/ctrl+v) will create point objects at those locations and those will work in the scene browser Types section.

- Michael
From: Frenchy Pilou (PILOU)
10 Mar 2018   [#24]
Yes! :)

Now convert Points to Control Points is the new challenge!
From: Michael Gibson
10 Mar 2018   [#25] In reply to [#20]
Hi Pilou,

> In fact I copied / Moved the Control Points selected : seems it's not the same
> than copy to clipboard because curve is always living!

Yes that's correct - using the Transform > Move or Transform > Copy commands with curve control points selected will transform the curve. To duplicate the points you need to use the Edit > Copy and Edit > Paste instead.

- Michael
From: Michael Gibson
10 Mar 2018   [#26] In reply to [#24]
> Now convert Points to Control Points is the new challenge!

Use SavePointFile to write the point objects to a text file (use the OSX version even for Windows):
http://kyticka.webzdarma.cz/3d/moi/#SavePointFile

Then use ImportPointFile to read in the points, it has an option to make a curve out of them:
http://kyticka.webzdarma.cz/3d/moi/#ImportPointFile
again use the updated version that works with OSX, the original versions of these only work with MoI v2, the ones updated to use MoI's built in cross platform functions for reading and writing text files will work on MoI v3/v4 on both Mac and Windows.

One thing to note though is that the ordering of the points is significant when making a curve out them.

- Michael

Show messages:  1-6  7-26  27-46  47-59