Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Issue with DXF exporter [wrap/io_edgemesh/export_dxf.h] #240

Open
binoyp opened this issue Nov 21, 2024 · 0 comments
Open

Issue with DXF exporter [wrap/io_edgemesh/export_dxf.h] #240

binoyp opened this issue Nov 21, 2024 · 0 comments

Comments

@binoyp
Copy link

binoyp commented Nov 21, 2024

In export_dxf.h
for(i=mp->edges.begin(); i!=mp->edges.end();++i) do not compile for a edge mesh defined as follows

class MyEdgeMesh: public tri::TriMesh< vector<MyVertex>, vector<MyEdge> > {};

since it doesn't have egdes as member. But it has edge and successfully export dxf.

Is it an error in dxf_exporter.h

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant