nortikin / sverchok

Sverchok
http://nortikin.github.io/sverchok/
GNU General Public License v3.0
2.26k stars 234 forks source link

A quick question:How to move points to points? #4774

Closed 369386973 closed 1 year ago

369386973 commented 1 year ago

I want to move a polygon grid from its center vertices to edge vertices.which Sverchok's node is available? 20221127160424

satabol commented 1 year ago

Can you take more info? There is several nodes to move vertices: image

369386973 commented 1 year ago

Oh,I know these nodes, but I don't know how to move a point from a specific location to another specific location.“Specific” I mean vectors direction info.

369386973 commented 1 year ago

20221127202012 As shown in the screenshot, I want to move the yellow grid to the orange grid position.,and the direction of the moving vector is from the blue center point to a red edge vertex.

satabol commented 1 year ago

? image

369386973 commented 1 year ago

Vector math!thx!

369386973 commented 1 year ago

I got a new question:How can I separate the Polygon Grid without switching on the “Separate” button?Because I need to open it in some cases, while not in other cases.

satabol commented 1 year ago

There is node “Polygon Boom”: http://nortikin.github.io/sverchok/docs/nodes/modifier_change/polygons_boom.html

369386973 commented 1 year ago

There is node “Polygon Boom”: http://nortikin.github.io/sverchok/docs/nodes/modifier_change/polygons_boom.html

Got it!Thanks again!

satabol commented 1 year ago

Glad to help.

369386973 commented 1 year ago

20221128000830 That's Strange,why the vertices&edges&faces do not be displayed in the end?

satabol commented 1 year ago

? image

369386973 commented 1 year ago

20221128102648 Nothing happens with “Level 1” as well.

satabol commented 1 year ago

Try disconnect edges from temp.viewer (right side)

369386973 commented 1 year ago

20221128133149

20221128132425 Thx!It seems to work,but I want to achieve the result of the second picture:Moving the three vertices of an independent hexagon rather than an entire hexagon.

satabol commented 1 year ago

Sorry my misunderstood, I understand you just now. ))) I outside computer now for a one or two hours.

satabol commented 1 year ago

https://gist.github.com/fcfc8f92cef690932e4f421a41e53733 image image

369386973 commented 1 year ago

Thank you!It's helpful.