Message 1 of 1
How can i get or Manipulate the BlockReference

Not applicable
01-03-2009
10:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can i get the red circles in the drawing. I want to drawing the red circles in other drawing but with his properties, the circles are inside of BlockReferece I tried some codes but i nothing get.The circles not appear in the Model Space or in a SelectionSets, When i use SelectionSet i put SSetColl in Watches but appear empty. If some body have a code for help me with this issue i appreciate to much your help
I Can't attached the drawing to forum
Example:
Dim Block as AcadBlock
For each Block in ThisDrawing.Blocks
'...some code for get circles
Next
or
Dim SSetColl as AcadSelectionSets
SSetColl = ThisDrawing.SelectionSets
For Each Block in SSetColl
'...some code for get circles
Next
or
Dim SSetColl as AcadSelectionSet
SSetColl = ThisDrawing.PickfirstSelectionSet
For Each Block in SSetColl
'...some code for get circle
Next Edited by: Zeusovsky on Jan 5, 2009 3:31 PM
I Can't attached the drawing to forum
Example:
Dim Block as AcadBlock
For each Block in ThisDrawing.Blocks
'...some code for get circles
Next
or
Dim SSetColl as AcadSelectionSets
SSetColl = ThisDrawing.SelectionSets
For Each Block in SSetColl
'...some code for get circles
Next
or
Dim SSetColl as AcadSelectionSet
SSetColl = ThisDrawing.PickfirstSelectionSet
For Each Block in SSetColl
'...some code for get circle
Next Edited by: Zeusovsky on Jan 5, 2009 3:31 PM