How to use SortEntitiesByHandle

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
hayami
Posts: 18
Joined: 23 Jan 2013, 04:53

How to use SortEntitiesByHandle

Post by hayami » 23 Jan 2013, 05:03

Hello.
I am sorry in poor English.

Please tell me about TsgDXFConverter.SortEntitiesByHandle method.

1.EntityGroup: = TsgDXFConverter.Sections[csEntities]
  ↑
  A steering wheel level is sorted in ascending order  [Y/N]

2.Please tell an argument what I should appoint.

Japanese
TsgDXFConverter.SortEntitiesByHandleメソッドについて教えてください。

1.EntityGroup := TsgDXFConverter.Sections[csEntities]
  ↑
  取得したリストでEntityがハンドル順に並ぶ。合っていますか?

2.引数には何を指定すれば良いか教えてください。

support
Posts: 3254
Joined: 30 Mar 2005, 11:36
Contact:

Re: How to use SortEntitiesByHandle

Post by support » 23 Jan 2013, 13:54

Hello.
TsgDXFConverter.SortEntitiesByHandle method called when CAD data import is in proccess. The method defines regeneration order for entities of each block on a drawing. Calling the method from an application doesn't necessary.

Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

hayami
Posts: 18
Joined: 23 Jan 2013, 04:53

Re: How to use SortEntitiesByHandle

Post by hayami » 24 Jan 2013, 05:10

thank you.

Post Reply