This commit is contained in:
ganovelli 2004-07-02 17:08:12 +00:00
parent 5e3a9f5460
commit d29f584547
1 changed files with 65 additions and 61 deletions

View File

@ -1,4 +1,4 @@
/****************************************************************************
/****************************************************************************
* VCGLib o o *
* Visual and Computer Graphics Library o o *
* _ O _ *
@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.2 2004/06/10 15:15:16 ganovelli
changes to comply dxf specs
Revision 1.1 2004/05/27 13:24:08 ganovelli
export_dxf created
@ -55,8 +58,9 @@ public:
fprintf(o,"999\nVCGLibraryDXF\n0\nSECTION\n2\nTABLES\n0\nTABLE\n2\nLAYER\n70\n153\n0\nLAYER\n2\nthelayer\n70\n0\n62\n15\n0\nENDTAB\n0\nENDSEC\n0\nSECTION\n2\nENTITIES\n");
vcg::edge::Pos<typename EdgeMeshType::EdgeType> et;
typename typename EdgeMeshType::EdgePointer ep = &*em.edges.begin(),start;
typename typename EdgeMeshType::EdgeIterator ei;
typename EdgeMeshType::EdgePointer ep = &*em.edges.begin(),start;
typename EdgeMeshType::EdgeIterator ei;
int i=0,maxc=0,n_=0;