Moving Objects Between Model Space & Paper Space

Moving Objects Between Model Space & Paper Space

Anonymous
Not applicable
510 Views
4 Replies
Message 1 of 5

Moving Objects Between Model Space & Paper Space

Anonymous
Not applicable
My end result is I want a routine that will move selected objects from paper space to model space (or vice versa), such that the paper space plot appearance remains unchanged.
For instance, if I have a circle in paper space whose center is 1" to the right and 1" above the lower left corner of a viewport, I want the routine to move the circle to model space and place it such that in the viewport the center of the circle is 1" to the right and 1" above the lower left corner of the viewport.
I'm thinking there must be a viewport (or other object) property that gives a model space reference point for the viewport (for example, a model space (x,y) point that is at the exact center or corner of the viewport). I've so far been unable to determine what property I need. Any Ideas.
Thanks!
0 Likes
511 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Express Tools --> Layout Tools --> Change Space -- I support two teams: The Red Sox and whoever beats the Yankees. "JFord" wrote in message news:17273303.1102424315077.JavaMail.jive@jiveforum2.autodesk.com... > My end result is I want a routine that will move selected objects from > paper space to model space (or vice versa), such that the paper space plot > appearance remains unchanged. > For instance, if I have a circle in paper space whose center is 1" to > the right and 1" above the lower left corner of a viewport, I want the > routine to move the circle to model space and place it such that in the > viewport the center of the circle is 1" to the right and 1" above the > lower left corner of the viewport. > I'm thinking there must be a viewport (or other object) property that > gives a model space reference point for the viewport (for example, a model > space (x,y) point that is at the exact center or corner of the viewport). > I've so far been unable to determine what property I need. Any Ideas. > Thanks!
Message 3 of 5

Anonymous
Not applicable
Express tools has "change space" in the Layout tools option.
That should do it.
Hope this helps
Message 4 of 5

Anonymous
Not applicable
Thanks for the reply. Let me ask another question. How to I access express tools from VBA?
0 Likes
Message 5 of 5

Anonymous
Not applicable
To build your own, look at the TranslateCoordinates method. -- Jeff check out www.cadvault.com "JFord" wrote in message news:17273303.1102424315077.JavaMail.jive@jiveforum2.autodesk.com... > My end result is I want a routine that will move selected objects from > paper space to model space (or vice versa), such that the paper space plot > appearance remains unchanged. > For instance, if I have a circle in paper space whose center is 1" to > the right and 1" above the lower left corner of a viewport, I want the > routine to move the circle to model space and place it such that in the > viewport the center of the circle is 1" to the right and 1" above the > lower left corner of the viewport. > I'm thinking there must be a viewport (or other object) property that > gives a model space reference point for the viewport (for example, a model > space (x,y) point that is at the exact center or corner of the viewport). > I've so far been unable to determine what property I need. Any Ideas. > Thanks!
0 Likes