drawing extents changes after adding text
paperspace extents changes after adding text
hello,
while in paperspace, after adding a new text line to a drawing using the command:
oddbobjectid textid = bbtr->appendoddbentity(ptext);
i can no longer zoom to the original extents of the drawing. it appears that the drawing extents was modified by the text entity.
how can i restore the paperspace extents to its original values?
thanks
last edited by
robertpantangco@hotmail.com; 6th september 2008 at 07:16 pmfff">. reason: more info
if a newly added entity is outside of old extents surely the extents after adding the entity changes.
extents can be restored only after the new entity is erased.
if you need to zoom to "old" etents you can remember them (or current view parameters).