alright i got it, i have to activate from point after i have started dragging.
would be neat if that would be an option in the move command to click it fast and simple.
ok maybe i was too quick, how do i constrain vertical? i seem to lose that constraints (shift tab) once i enter a value and it places the object just anyway in that distance without letting me actually constrain it again. do i have to enter the 0 degree additionally? come on guys… that is not very hand…
thanks Tom, but it does not seem to solve what i want.
in my simple case i have 2 cubes and i want to place the upper surface of the upper cube 500 away from the bottom of the bottom cube. maybe its a bug or i am too dumb but i do not get it to constrain straight up.
after i enter the value of 500 it lets me choose a point 500 away in radius and no way to set the constraint.
Yeah, I see that is hard without adding some reference geo.
@encephalon - here is some trickery that may help:
Start Move, with Smarttrack on, then use testAddSmartPoint and From and 500… then track the vertical smart line to set the 500 unit smart point - after that is set, it all works magically.
the macro uses a cplane-origin… within this you can set your reference point…
and it reverts back to the old cplane
…
will mess up cplanes if user changes viewport
did you look at my workflow / macro ? translated to your sketch… and of corse it is a bit a sophisticated challenge … “how to do it without construction geometry” - but this is what the @encephalon asks for:
select object,
_move
pick (F) start move
_cplane
origin to B
enter 0,0,20 in the new coordinate system
_cplane undo…
and to combine everything in a single command, use my macro
i tried testAddSmartPoint but like @RodolfoSantos i had not much success. smart tracking itself on the other side seem to have functioned at least more or less reliable. it unfortunately fails completely when the 2 explanatory cubes do not share the same edge in plane.
@pascal@Tom_ @RodolfoSantos in case you guys are following i think i found a reliable method, it works as i believe from should work by using the between snaps. that is an awkward but doable workaround simply enter double of the wished distance after activating between.
just all the extra clicking sums it up to just moving it twice so there is no advantage. also i think there is something wrong with from since it kills all the constrains which between has no problem with.