CMU Nodes & Triangles To Stl Filter
Summary
| Options
| Required Arrays
| Created Arrays
| Authors
Group
Surface Meshing Filters
Summary
This filter will convert a pair of triangle and nodes files commonly used by
CMU in their GBCD studies and output a STL in Binary format. An STL File for
each unique ID will be created.
The nodes file format is as follows:
- first line = number of nodes
- column 1 = node id, starts from zero.
- column 2 = node type,
2 = on the grain boundary
3 = on the triple line,
4 = quadruple point or on quadruple line if 10 is added, eg 12, 13, and 14,
then they are on the surface of microstructure.
- For the nodes on surfaces of microstructure, negative wrapper spins are treated as neighboring grains.
12 = on the grain boundary trace area at the surface of microstructure
13 = on the grain boundary trace line
14 = on the triple point, and so on
- column 3 to 5 = coordinates of nodes, x, y, and z
The triangles file format is as follows:
- first line = number of triangles
- column 1 = triangle id, starts from zero
- column 2 to 4 = node1, node2 and node3 of individual triangles
- column 5 to 7 = edge1 (from node1 and node2),
edge2 (from node2 and node3) and
edge3 (from node3 and node1) of individual triangle
- column 8 and 9 = neighboring spins of individual triangles, column 8 = spins on the left side when following winding order using right hand.
Parameters
Name | Type |
Nodes File | The input nodes file |
Triangles File | The input triangles file |
Output STL Directory | The output Stl Directory |
Output STL File Prefix | The prefix that will be added before the id number |
Required Arrays
Created Arrays
Authors
Copyright 2012 Michael A. Groeber (AFRL), Michael A. Jackson (BlueQuartz Software)
Contact Info: dream3d@bluequartz.net
Version: 1.0.0
License: See the License.txt file that came with DREAM3D.