Message 1 of 35
extract boundary of hatch

Not applicable
01-13-2006
06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
ive found an autolisp to extract the boundary of a hatch
http://www.spaug.org/Public_Files/AutoLISP/HatchB.Zip
but in VBA it cant be done if boundary was deleted
hatchObj.GetLoopAt J, loopObjs
this only works with existing objects used as loops/boundary
so, is there any way to extract DXF codes/lists of an object and work in VBA with them?
i dont want to work with LISP, is a very extrange language for me
http://www.spaug.org/Public_Files/AutoLISP/HatchB.Zip
but in VBA it cant be done if boundary was deleted
hatchObj.GetLoopAt J, loopObjs
this only works with existing objects used as loops/boundary
so, is there any way to extract DXF codes/lists of an object and work in VBA with them?
i dont want to work with LISP, is a very extrange language for me