Is there a way to make a dimension generate a center line symbol like the image below automatically?
Thanks,
Sam
Is there a way to make a dimension generate a center line symbol like the image below automatically?
Thanks,
Sam
Hi Sam - no.
-Pascal
is the center line symbol can be added to the text box in v7? like ° and Ø ?
I did a work around for center line symbols.
here is an example of my custom aliases
!_-INSERT F B “\Mac\Home\Desktop\Rhino\other\DRAWING SYMBOLS\CENTER LINE.3dm” O _Enter _pause Group 1 0
now when i a want center line symbol, all i have to do is type “ICL” an place it in my drawing
I love this, thank you!
Here’s a quickie script for inserting a centerline character. Can be modified for any unicode character, and also different defaults - starting text height font, etc.
InsertUnicodeChar.py (553 Bytes)