Package | Description |
---|---|
eu.printingin3d.javascad.vrl | |
eu.printingin3d.javascad.vrl.export |
Modifier and Type | Method and Description |
---|---|
List<Facet> |
Polygon.toFacets()
Converts this polygon to triangles.
|
List<Facet> |
CSG.toFacets()
Returns with all the facet this CSG object holds.
|
Modifier and Type | Method and Description |
---|---|
void |
StlTextFile.writeToFile(List<Facet> facets) |
void |
StlBinaryFile.writeToFile(List<Facet> facets) |
void |
PolygonFile.writeToFile(List<Facet> facets) |
void |
IFileExporter.writeToFile(List<Facet> facets)
Do the actual export to file.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.