Search found 3 matches

by jeff_mi
09 Sep 2011, 13:35
Forum: CAD VCL
Topic: Load DWG file without direct opening X-Reference files
Replies: 5
Views: 26043

Re: Load DWG file without direct opening X-Reference files

Hello, The reference path and reference type can be accessed without loading an XRef. Please use TsgDXFBlock.XrefPath and TsgDXFBlock.Flags properties. I did a simple example and it is failed. Because while loading the main file the library try to load X-Reference files as well. I invoked just these...
by jeff_mi
09 Sep 2011, 11:39
Forum: CAD VCL
Topic: Load DWG file without direct opening X-Reference files
Replies: 5
Views: 26043

Re: Load DWG file without direct opening X-Reference files

Hello, Actually I don't want to open and load X-Reference files I want to load the main file only in spite of its incorrect view and I want to know just XReference metainfo - just their types (INSERT or OVERLAY) and filepathes and that' all. This metainfo is kept in main file and I can get it withou...
by jeff_mi
08 Sep 2011, 17:43
Forum: CAD VCL
Topic: Load DWG file without direct opening X-Reference files
Replies: 5
Views: 26043

Load DWG file without direct opening X-Reference files

Hello, Is there any method to open main DWG file and load metainfos all X-References and Images inserted in it without opening X-Reference files? we use the following code: DXFImage := TsgDWGImage.Create DXFImage.IsProcessMessages := False; DXFImage.LoadFromFile(AFileName); .... where AFileName - is...