Panda3D
|
A simple program to read a dxf file and list the points contained within it to a text file. More...
#include "dxfPoints.h"
Public Member Functions | |
virtual void | done_entity () |
This is inherited from DXFFile, and gets called as each entity (face, line, whatever) has finished processing. | |
void | run () |
Protected Member Functions | |
virtual bool | handle_args (Args &args) |
Does something with the additional arguments on the command line (after all the -options have been parsed). | |
Protected Attributes | |
Filename | _input_filename |
A simple program to read a dxf file and list the points contained within it to a text file.
Definition at line 29 of file dxfPoints.h.
void DXFPoints::done_entity | ( | ) | [virtual] |
This is inherited from DXFFile, and gets called as each entity (face, line, whatever) has finished processing.
Reimplemented from DXFFile.
Definition at line 62 of file dxfPoints.cxx.
References WithOutputFile::get_output(), and DXFFile::ocs_2_wcs().
bool DXFPoints::handle_args | ( | ProgramBase::Args & | args | ) | [protected, virtual] |
Does something with the additional arguments on the command line (after all the -options have been parsed).
Returns true if the arguments are good, false otherwise.
Reimplemented from ProgramBase.
Definition at line 78 of file dxfPoints.cxx.