.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Block Reference question.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-14-2012 07:03 AM in reply to:
wowens63
Hi,
so last guess before I try to simulate your situation
You exploded the DWG1, so you have in this drawing
- a) a BlockTableRecord "ModelSpace" containing one BlockReference "BLOCK1"
- b) a BlockTableRecord "BLOCK1" ... whatever defines this block
- c) a BlockTableRecord "DWG1" containing one BlockReference "BLOCK1"
Now you check "how often is my BlockTableRecord named "BLOCK1 referenced within that database".
Look to the colored words ==> 2
- alfred -
-------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
Re: Block Reference question.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-14-2012 07:41 AM in reply to:
alfred.neswadba
hi alfred
if i look at the BlockTable for the database i see one block called "block1"
did you see my last post with my drawing and my code?
Re: Block Reference question.
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-14-2012 09:13 AM in reply to:
wowens63
I understand now. thanks
When you explode Dwg1, you're making a copy of the block reference in Dwg1,
so you end up with two block references:
one in the Dwg1 block table record, and one in the *Model_Space block table record.


