Hello
Is the only way to do this that @theoutside shows in the Youtube video by assigning GumballRelocate to a hotkey?
Hello
Is the only way to do this that @theoutside shows in the Youtube video by assigning GumballRelocate to a hotkey?
test.3dm (1.6 MB)
I intentionally tested Edge in pieces like this.
If I want to align by points, I can use the Setpt command, but is there any way to select a line and align it?
You can use SetPt also on edges, or on any other geometry for that matter.
Hi @Gijs
Setpt now works in Edge.
fwiw: I have these macros set to sx, sy, sz aliases (notice the âyesâ needs to come first):
'_-SetPt x=yes y=no z=no
'_-SetPt y=yes z=no x=no
'_-SetPt z=yes x=no y=no
Thatâs when you assign an alias, right?
Correct, because there always needs to be at least one set to yes.
Thank you so much
Hi @jack3
If I understand you right, just select your control points and use Align
with the ToLine
option - thatâll let you define your own âaxisâ of alignment.
HTH, Jakob
I was going to mention the same as Jakob with the Align command. It works on sub objects in a SubD and can align them to an automatically averaged plane (fit plane) or a plane whose depth is set by the normal of the active Cplane.
There seem to be several ways to do this.
Thank you