Search found 3 matches

ssc - Thanks for the response. I am trying to create a Block, not just Insert it. In other words, I am trying to create a Block object using VBA code, not just place an existing Block somewhere in the .DWG. I know I can use a template .DWG to get around this (which I am currently doing), but the bas...

Blocks.Add method

I am trying to create a Block in Cadopia 6 Pro. Here is the stripped down code I am using: Dim CurrentDwg As Document Dim TempBlock As IntelliCAD.Block Dim InsertPoint As IntelliCAD.Point Set CurrentDwg = Application.ActiveDocument Set InsertPoint = Library.CreatePoint(0, 0, 0) Set TempBlock = Curre...

Odds and ends...

Howdy - I'm along-time ACAD user, trying to understand many of the customization differences between ACAD and ICAD. I have the following questions and/or observations and would be delighted at any feedback I can get. 1- The "UNDEFINE" command (at least in a .LSP file) seems to work, but I ...

Go to advanced search