Hi,
I need to establish the order of visualization of the entities inside my AutoCAD drawing. If I impose the order of objects visualization directly from AutoCAD, CADImport visualize them in the order in which they have been drawn. How can I do to plan a different order without having to redraw all?
Thanks,
lulu.
visualization order of CADentities
Moderators: SDS, support, admin
Re: visualization order of CADentities
Hello.
When you draw an entity in AutoCAD, it gets an unique identifier - the handle. Entities will be redrawn by handles value after loading file. CAD Import .NET stores entities from a loaded file into CADImage.Converter.Entities and CADImage.Layouts.Entities entities collections. The entities will be drawn based on index in collection. To receive necessary entities placement you need change entities order within collection and redraw.
Alexander.
When you draw an entity in AutoCAD, it gets an unique identifier - the handle. Entities will be redrawn by handles value after loading file. CAD Import .NET stores entities from a loaded file into CADImage.Converter.Entities and CADImage.Layouts.Entities entities collections. The entities will be drawn based on index in collection. To receive necessary entities placement you need change entities order within collection and redraw.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support