Python Forum
Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dxfgrabber
#8
(Feb-21-2017, 11:06 AM)buran Wrote: It's really by reading the docs. It becomes easier with the practice. Of course it depends also on the quality and completness of the documentation.


Reading the dxf file returns object of type Drawing. next you can see that Drawing has layers property that returns instance of LayersTable class. Then you see that LayerTable class has names method that returns sorted list of all layer's names.
You should read the docs to get idea of the properties and methods of LayerTable and Layer classes.

thank you , i will follow your advice.
Reply


Messages In This Thread
dxfgrabber - by elhetch - Feb-20-2017, 12:29 PM
RE: dxfgrabber - by buran - Feb-20-2017, 12:36 PM
RE: dxfgrabber - by elhetch - Feb-20-2017, 12:45 PM
RE: dxfgrabber - by buran - Feb-20-2017, 12:58 PM
RE: dxfgrabber - by buran - Feb-20-2017, 02:57 PM
RE: dxfgrabber - by elhetch - Feb-21-2017, 10:53 AM
RE: dxfgrabber - by buran - Feb-21-2017, 11:06 AM
RE: dxfgrabber - by elhetch - Feb-21-2017, 11:15 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  dxfgrabber elhetch 5 6,588 Mar-28-2017, 05:28 PM
Last Post: nilamo
  dxfgrabber-return lines start point elhetch 3 4,693 Feb-26-2017, 12:28 PM
Last Post: buran
  dxfgrabber elhetch 2 3,545 Feb-23-2017, 04:12 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020