Unique Entity ID
Moderators: SDS, support, admin
Unique Entity ID
Hi,
AutoCad has a unique ID for each entity. What is the equivalent in this environment. TsgDXFEntity Object has Name property which it gives the class Name. What I need is unique ID Number.
Thanks
Aby
AutoCad has a unique ID for each entity. What is the equivalent in this environment. TsgDXFEntity Object has Name property which it gives the class Name. What I need is unique ID Number.
Thanks
Aby
Hello Aby,
We recommend to use the following property: TsgDXFEntity.Handle
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
We recommend to use the following property: TsgDXFEntity.Handle
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
Hi Aby,
Please post questions to the forum or write to support@cadsofttools.com
- 1. AutoCad does not allow to change IDs, so the same CAD Import VCL does not allow to change Handles.
- 2. Currently Handles are generated automatically. It means that there is no guarantee that when opening exported file handles will be the same.
- 3. DXF Export VCL does not allow crerating DWG files. DXF file format is available only.
Please post questions to the forum or write to support@cadsofttools.com
Hi Sergey,
1. AutoCad does not allow to change IDs, so the same CAD Import VCL does not allow to change Handles.
I don't want to change the handles.
2. Currently Handles are generated automatically. It means that there is no guarantee that when opening exported file handles will be the same.
Does than mean that every time you've created the drawing from DXF the drawing entity ID's are changing.? Do you know any other way other than ID's to link between CadSoft tool and AutoCad.
Thanks
Aby
1. AutoCad does not allow to change IDs, so the same CAD Import VCL does not allow to change Handles.
I don't want to change the handles.
2. Currently Handles are generated automatically. It means that there is no guarantee that when opening exported file handles will be the same.
Does than mean that every time you've created the drawing from DXF the drawing entity ID's are changing.? Do you know any other way other than ID's to link between CadSoft tool and AutoCad.
Thanks
Aby
Hi Aby,
The situation is:
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
The situation is:
- 1. When CAD Import VCL opens DXF file created by AutoCAD, handles stay the same.
- 2. When this opened DXF file is converted to another DXF file by DXF Export VCL, handles may get changed.
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
Hi Aby,
We plan to start working on this task in the 4th quarter of 2008.
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
We plan to start working on this task in the 4th quarter of 2008.
Sergey.
Please post questions to the forum or write to support@cadsofttools.com
Re: Unique Entity ID
Hello.
In the latest version of the software - CAD Import VCL 7 - all entities are provided with unique handles.
Alexander.
In the latest version of the software - CAD Import VCL 7 - all entities are provided with unique handles.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support