Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/samples/poly/README
3203 views
A .poly file represents a piecewise linear complex (PLC) as well as
some additional information. It consists of four parts, which are a
list of points, a list of facets, a list of (volume) hole points, and
a list of region attributes, respectively. (from tetgen homepage)

poly files may be read by tetgen mesh generator.