0

How do i extrude an edge and then edge sliding it from the original direction it was extruded? [How to extrude that highlighted edge but to the direction of that red arrow 1

How to extrude the edge highlighted in red but with the direction of the cyan arrow. enter image description here

Ypil
  • 13
  • 3

2 Answers2

5
  1. In Edit Mode, select the edge on the side in which direction you want to extrude and choose Normal in the Transform Orientation menu. EDIT: This step is obsolete since creating a custom orientation will automatically use the edge's orientation. I just did it to show it's pointing in the desired direction.

parallel extrude 1

  1. In the Transform Orientation menu, create a new custom orientation by hitting the + symbol.

parallel extrude 2

  1. Rename it to your likings (I've chosen 'parallel') and leave Use After Creation checked.

enter image description here

  1. With the new Transform Orientation selected (if not, choose from the list), select the edge you want to extrude, hit E > Y to extrude it along the custom orientation. If it's not Y, hit X or Z, whatever matches the correct orientation.

enter image description here

Gordon Brinkmann
  • 28,589
  • 1
  • 19
  • 49
  • 2
    Only thing is that it's not necessary to choose normal transform orientation if creating and using custom one later. – Mr Zak Mar 01 '21 at 14:48
  • 1
    Yes, you're right of course. I originally chose it to see if it points in the correct direction before creating a custom orientation. I'll edit and make it clear that this is not necessary. – Gordon Brinkmann Mar 01 '21 at 15:13
-1

1. In edit mode, select the edge you want to extrude;

2. On the top bar, change the Transform Mode from Global to Local (This menu is right next to the Transform Pivot Point menu, on the top bar);

3. Press E to Extrude;

4. Press Y (or X or whatever axis you want to extrude along);

5. Celebrate.

pschinzel
  • 119
  • 6
  • 1
    But the edge normal is perpendicular to the edge he wants to extrude, so neither Local nor Normal will work. What he wants to do is extrude parallel to the other edges so your solution won't work. – Gordon Brinkmann Mar 01 '21 at 13:46
  • It does work as I have tested it here myself. Even though the edge is perpendicular to the face normal, the local transform mode maintains the edge axis orientation (in this case the Y axis) in the same direction of extrusion, as he wants. – pschinzel Mar 02 '21 at 14:31
  • The local orientation takes into account the orientation of the object. As long as the object isn't rotated in the direction he wants to extrude, it cannot work. If you create a plane and move one edge let's say in Y direction in Edit Mode to create a rhomboid, then the local orientation of the object stays the same as the global orientation. So if you want to extrude an edge in a direction that's not parallel to any axis, then your solution doesn't work. You say the edge maintains the local orientation, the problem is he wants to extrude in a different direction than the local orientation. – Gordon Brinkmann Mar 02 '21 at 15:07