created
This commit is contained in:
parent
5e3a9f5460
commit
d29f584547
wrap/io_edgemesh
|
@ -1,4 +1,4 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* VCGLib o o *
|
* VCGLib o o *
|
||||||
* Visual and Computer Graphics Library o o *
|
* Visual and Computer Graphics Library o o *
|
||||||
* _ O _ *
|
* _ O _ *
|
||||||
|
@ -24,6 +24,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.1 2004/05/27 13:24:08 ganovelli
|
||||||
export_dxf created
|
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");
|
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;
|
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;
|
int i=0,maxc=0,n_=0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue