Dear sir/madam
I want to ask you something !
I used the command Mt and i created a text .
when i finished the command and i pressed the close text editor i lost the text that i created,because had got height 0.2 mm (it was very small).
I pressed the command zoom all and zoom extend in order to find it ,but i could not to find it.
what command or what i should make in order to see and find the text that i created in my autocad programm?
Solved! Go to Solution.
Solved by Kent1Cooper. Go to Solution.
Solved by ВeekeeCZ. Go to Solution.
Solved by Darin.Green. Go to Solution.
Solved by Alfred.NESWADBA. Go to Solution.
Hi,
>> I pressed the command zoom all and zoom extend in order to find it ,but i could not to find it.
Sounds like you do have more than one object and so _ZOOM _EXTENTS shows a big area ... and the text objects are too small to get them displayed.
You might try:
- alfred -
If you're looking for text, just use the FIND commend and type in part of the string from the text. It's simular to Find/Replace within Word and other applications, which it will take you to the text and highlight it for you.
If this information was helpful, please consider using the Accept Solution
Darin Green
Director of Customer Support
Synergis Engineering Design Solutions
Facebook | Twitter | LinkedIn
@Anonymous wrote:
.... i lost the text that i created,because had got height 0.2 mm (it was very small).
I pressed the command zoom all and zoom extend in order to find it ,but i could not to find it.
what command or what i should make in order to see and find the text that i created ...?
(sssetfirst nil (ssget "_L"))
will select, highlight and turn grips on for the last-drawn object, no matter what kind of object it is or how small it is in the current view.
@Anonymous wrote:
Dear sir/madam
I want to ask you something !
I used the command Mt and i created a text .
when i finished the command and i pressed the close text editor i lost the text that i created,because had got height 0.2 mm (it was very small).
I pressed the command zoom all and zoom extend in order to find it ,but i could not to find it.
what command or what i should make in order to see and find the text that i created in my autocad programm?
ZOOM > OBJECT > LAST > press enter
HOW i MAKE (turn grips on) for the last-drawn object,WHEN i do not see!
is there a command ?
from my expirience i know that somebody makes turn grips on when see the object and make click on to the object for example like the screenshot under OR I MAKE MISTAKE ?
@Anonymous wrote:
HOW i MAKE (turn grips on) for the last-drawn object,WHEN i do not see!
ZOOM EXTENTS (double click mouse wheel) - if needed
SELECT > LAST > press enter
LAST stands for Last Object added into database (last draw object). You can use this option almost anywhere where you prompted for a selection (hidden option - try MOVE LAST ...)
And it highlights the object whether or not is on the screen.
@Anonymous wrote:
HOW i MAKE (turn grips on) for the last-drawn object,WHEN i do not see!
....
In Post 1 you said "I pressed the command zoom all and zoom extend in order to find it ,but i could not to find it." I was starting from that point, where you would see it [it would be in the view area], even if it's so small you can't tell where it is. The code I posted [did you try it?] will turn its grips on, as well as select and highlight it -- read about (sssetfirst) in Help.
Can't find what you're looking for? Ask the community or share your knowledge.