Exchange Forum > AutoCAD General
Can a block have stuff in model space and paper space?
Can a block have stuff in model space and paper space?

#1

CAD Guy
Join Date:
05-30-2008
This is my first ? using the Exchange Forum.
My ? is I would like to make an object in model space but keep the dim and text in paper space and create a block to add to my pallets. Any suggestions would be great. Thanks!
Can a block have stuff in model space and paper space?

#2

J Moreno
Join Date:
07-30-2007
I don't think so. I tried this test on the command line and it won't let you add entities to a block if their not in the same space. I set ent1 to an object in paper space and then set ent2 to an object in model space. It did not add the 1 that was not in current space.
Quote:
Command: _.PSPACE 
Command: (setq ent1 (car (entsel))) Select object: <Entity name: 7ea884a0> 
  
Command: _.MSPACE 
Command: (setq ent2 (car (entsel))) Select object: <Entity name: 7ea880f8> 
  
Command: -block 
Enter block name or [?]: test 
Specify insertion base point: 0,0 
Select objects: !ent1 <Entity name: 7ea884a0> 
1 found 
1 was not in current space. 
  
Select objects: !ent2 <Entity name: 7ea880f8> 
1 found, 1 total 
Select objects: