Message 1 of 3
Inserting a block
Not applicable
12-29-2000
06:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am having a problem getting the block I am inserting to come in in the proper place. As you can see by the code below, the block should come in at 0,0. But, for some strange reason it comes in at like 1", 87'-3". I have tested manually inserting the same block with the same insertion point and it works fine. I have also changed the numbers to 0,0 and it works fine. Am I missing something? I am not sure what is going on here.
Dim insertFUSsc5(0 To 2) As Double
insertFUSsc5(0) = 1: insertFUSsc5(1) = 1: insertFUSsc5(2) = 0
Set acadFUSblock2 = ThisDrawing.ModelSpace.InsertBlock(insertFUSsc5, "x:\cad standards\blocks\R2000\masks\FUS_11x17_Nar_FT54.dwg", 5, 5, 5, strArrowRot)
The above code is just a small snipit. All of the string names are declared somewhere else.
Thanx for any help you can give.
Rob
I am having a problem getting the block I am inserting to come in in the proper place. As you can see by the code below, the block should come in at 0,0. But, for some strange reason it comes in at like 1", 87'-3". I have tested manually inserting the same block with the same insertion point and it works fine. I have also changed the numbers to 0,0 and it works fine. Am I missing something? I am not sure what is going on here.
Dim insertFUSsc5(0 To 2) As Double
insertFUSsc5(0) = 1: insertFUSsc5(1) = 1: insertFUSsc5(2) = 0
Set acadFUSblock2 = ThisDrawing.ModelSpace.InsertBlock(insertFUSsc5, "x:\cad standards\blocks\R2000\masks\FUS_11x17_Nar_FT54.dwg", 5, 5, 5, strArrowRot)
The above code is just a small snipit. All of the string names are declared somewhere else.
Thanx for any help you can give.
Rob