Hi all
Is there a way to align a selection of points. I want to mirror some geometry and would like a group of points to be aligned along the x axis
Also is there a way to select a bunch of edges and create an edge loop ? cutting edges with polysplit is a bit tiresome.
Align Points
9137 5 2- circusmonkey
- Member
- 2624 posts
- Joined: Aug. 2006
- Offline
- futnuh
- Member
- 56 posts
- Joined: March 2006
- Offline
circusmonkey
Hi all
Is there a way to align a selection of points. I want to mirror some geometry and would like a group of points to be aligned along the x axis.
Also is there a way to select a bunch of edges and create an edge loop ? cutting edges with polysplit is a bit tiresome.
Can't answer the second question. By align along the x-axis, do you mean set their y and z values to 0? If so, use a group sop to choose the points, followed by a point sop (acting on the above group) with the $TY and $TZ fields set to 0. This is a procedural approach, you could instead use an edit SOP and manually move the points to the zero line (use construction grid and snap).
- circusmonkey
- Member
- 2624 posts
- Joined: Aug. 2006
- Offline
- MichaelC
- Member
- 344 posts
- Joined: July 2005
- Offline
You can cut a loop with polysplit.
Start a polysplit operation.
Ctrl+RightClick and select “Snap to Edge Midpoint” if you want to split edges on the middle (which is usually the case)
In the option bar above the viewport click close path, and change from shortest distance to quadstrip if desired (you can make these default by right clicking on the option so you don't have to change them everytime you use them).
Click on an edge and right click to complete. It will split around your model.
You can split a path across many edges, but not completely around the model by clicking a first edge and last edge then right click to complete. It will split all the edges in between. If you are splitting edges on opposite sides of the model, you should click an edge between the first and last to make certain it splits in the desired direction.
Start a polysplit operation.
Ctrl+RightClick and select “Snap to Edge Midpoint” if you want to split edges on the middle (which is usually the case)
In the option bar above the viewport click close path, and change from shortest distance to quadstrip if desired (you can make these default by right clicking on the option so you don't have to change them everytime you use them).
Click on an edge and right click to complete. It will split around your model.
You can split a path across many edges, but not completely around the model by clicking a first edge and last edge then right click to complete. It will split all the edges in between. If you are splitting edges on opposite sides of the model, you should click an edge between the first and last to make certain it splits in the desired direction.
- Mikael_Amion
- Member
- 129 posts
- Joined: July 2005
- Offline
- circusmonkey
- Member
- 2624 posts
- Joined: Aug. 2006
- Offline
-
- Quick Links