Message 1 of 15
Retrieving boundaries from non-associative hatch
Not applicable
07-21-2005
11:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
We're writing a VB.NET application to perform custom processing on AutoCAD files. The app reads in entities and performs various calculations on them. One of the tasks requires the boundaries from hatch objects, both associative and non-associative. Associative is fine (GetLoopAt function works), but the latter does not (GetLoopAt returns Nothing). I've seen the "HatchB" AutoLisp file floating around and will probably start poking around in that to see what's going on and if it will be of any help, but in the meantime, is there any possible way to get the boundary objects of a non-associative hatch entity via .NET? This is one of those "if it can't be done, the whole project is pretty much shot" kind of thing...
If any other details are needed, please let me know.
Thanks!
We're writing a VB.NET application to perform custom processing on AutoCAD files. The app reads in entities and performs various calculations on them. One of the tasks requires the boundaries from hatch objects, both associative and non-associative. Associative is fine (GetLoopAt function works), but the latter does not (GetLoopAt returns Nothing). I've seen the "HatchB" AutoLisp file floating around and will probably start poking around in that to see what's going on and if it will be of any help, but in the meantime, is there any possible way to get the boundary objects of a non-associative hatch entity via .NET? This is one of those "if it can't be done, the whole project is pretty much shot" kind of thing...
If any other details are needed, please let me know.
Thanks!