2DCube
September 30, 2015, 7:20pm
1
It’s a silly small thing but could be really helpful.
When I create text I (more often than not) create a bounding box to then centre the text wherever I’m using it.
It’d be really handy if there was a bounding box option so it punts out the whole shebang in one go.
Cheers!
clement
September 30, 2015, 8:01pm
2
Hi Andy,
if i understand right, you want text & bounding box created in one go ? You could try this macro inside a button command:
_Text _Pause _SelLast _BoundingBox _Enter _SelLast
c.
pascal
(Pascal Golay)
September 30, 2015, 8:18pm
3
Hi 2DCube - the Cen osnap finds the center of text boundiing boxes - does that work for you?
-Pascal
2DCube
September 30, 2015, 8:26pm
4
Hi Pascal, I meant it would be handy it the text command created a bounding box around text when you execute the command
2DCube
September 30, 2015, 8:27pm
5
Ha, no way I really must learn more than curves and extrusions.
_TextObject _Pause _SelLast _BoundingBox _Enter _SelLast
pascal
(Pascal Golay)
September 30, 2015, 8:28pm
6
OK, I thought the idea of the BB was to be able to get its center.
-Pascal
2DCube
September 30, 2015, 8:29pm
7
Yeah, it was. It’s just a pain to have to keep applying it to text when I’m detailing and trying out different ideas.
pascal
(Pascal Golay)
September 30, 2015, 8:31pm
8
I guess I am being dense about the eventual goal - all I meant to point out is that Cen will find the center of text bounding box just from the text, it does not need a separate bounding box to be present.
-Pascal
clement
September 30, 2015, 8:38pm
9
It seems he uses _TextObject not _Text. But good to know that the Cen snap works this way, never noticed it.
c.
pascal
(Pascal Golay)
September 30, 2015, 8:40pm
10
See, I knew I was being dense- thanks.
-Pascal
Jess
September 30, 2015, 8:40pm
11
If I pick some text for dragging and wait a few milliseconds before moving it then Rhino automatically uses the center as start point, even without having cen osnap turned on. I found that sometimes annoying but learned to live with that
2DCube
September 30, 2015, 8:52pm
12
Sorry, it’s the way I posed the question - poorly.