Search found 1 match

Redifene block definition?

How can we redifine a block in the same manner as we do manually with the command "insert blockname=". I tried this: Dwg=Activedocument InsPt=Library.CreatePoint(0, 0, 0) DwgName = "C:\BlockTest.dwg" Dwg.ModelSpace.InsertBlock InsPt, DwgName If the block with name DwgName (withou...

Go to advanced search