POV-Ray : Newsgroups : povray.general : DXF file parsing in POV? : DXF file parsing in POV? Server Time
10 Aug 2024 01:20:39 EDT (-0400)
  DXF file parsing in POV?  
From: David Curtis
Date: 21 Mar 2000 12:52:05
Message: <38d7b6c5$1@news.povray.org>
Hi. I'm wondering if this is possible.I've spent a some time trying with no 
success. I'm trying to extract the position of POINT objects from the DXF.
The file will look like this (note: comments were added for clarity, they 
are not in actual DXF file):

  0
SECTION
  2
ENTITIES
  0
POINT           // start of point object
  8
DEFAULT
  5
1E
 10
9.99498             // x coord
 20
9.993288             // y coord
 30
0.045681             // z coord
  0
POINT
  8
DEFAULT
  5
1F
 10
9.983854
 20
etc, etc.

TIA for any help or other feedback.

Dave.
mic### [at] sympaticoca


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.