GreenAvoy Posted November 22, 2018 Share Posted November 22, 2018 (edited) Good day everyone! I have another problem: cannot extrude multiply edges\curves (which set in SOP as primitives) in one direction. I quess it's cause of vertices direction, but while I used attribVOP... that didn't help. That trouble appears after "resample" node (but I need this node in exact order of my pipeline). I attach current result of "extrude" node and another image, where edges has been extruded properly (to one direction): Thank you Edited November 22, 2018 by GreenAvoy Quote Link to comment Share on other sites More sharing options...
GreenAvoy Posted November 22, 2018 Author Share Posted November 22, 2018 I found one solution - to use volume extrude node and then convert type of geometry to poly. Quote Link to comment Share on other sites More sharing options...
3dome Posted November 22, 2018 Share Posted November 22, 2018 using polyextrude with "transform extruded front" should work too and you dont have to convert to volume and back Quote Link to comment Share on other sites More sharing options...
GreenAvoy Posted November 22, 2018 Author Share Posted November 22, 2018 14 minutes ago, 3dome said: using polyextrude with "transform extruded front" should work too and you dont have to convert to volume and back Thanks for reply! I've tried and your method didnt work with my hands. 3 hours of clicking... but at least "volume extrude" work for now. I guess I need to normalize normals (VOP). Quote Link to comment Share on other sites More sharing options...
Paul Corfield Posted November 23, 2018 Share Posted November 23, 2018 You could use an attribute wrangle on the points before the polyextrude with something like @N=set(0,1,0); You can use the point sop to do the same thing, set attribute to N, in the Vexpression choose constant value and set the middle value to 1. Then all your normals on the edges/curves will be pointing straight up. In the polyextrude extrusion mode use point normals from attribute N as the extrude direction. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.