kip-hart / MicroStructPy

Microstructure modeling, mesh generation, analysis, and visualization.
https://docs.microstructpy.org
MIT License
69 stars 19 forks source link

fix 2d ply output for polymesh #35

Closed kip-hart closed 3 years ago

kip-hart commented 3 years ago

PR Summary

Purpose

This PR addresses the issue of edge-only output to ply files, raised in #34.

Approach

This change addresses the problem by removing the edge output and defining the regions as vertex loops.

PR Checklist

Closing Issues

Fixes #34