Page 1 of 1

How to use SortEntitiesByHandle

Posted: 23 Jan 2013, 05:03
by hayami
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.引数には何を指定すれば良いか教えてください。

Re: How to use SortEntitiesByHandle

Posted: 23 Jan 2013, 13:54
by support
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.

Re: How to use SortEntitiesByHandle

Posted: 24 Jan 2013, 05:10
by hayami
thank you.