STL_Export
by Andreas Richter
10 Jun 2009
(Updated 29 Jun 2009)
This is a tool to export 3D graphics from a Tri_Surface file to an ASCII STL file.
|
Watch this File
|
| File Information |
| Description |
Before the export, the Tri_Surface file can be used in Matlab for visualization, some calculations or modifications. Thereafter, the data
for further processing often re-used in the STL format.
INPUT:
nodes_file: Is the matrix of 3D - points
triangles_file: Is the matrix of the triangles
STL_file_name: Is the name for the generating STL file
solid: Is the name of the file inside the STL file
OUTPUT:
nomalized_normal_vectors: Is the matrix of the normal vectors of each triangle.
And of course: The STL file. |
| MATLAB release |
MATLAB 7.6 (R2008a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 29 Jun 2009 |
The loop while writing the STL - Files is eliminated, which significantly contributes to the speed increase of this function. |
|
Contact us at files@mathworks.com