Main Content
stlwrite
Create STL file from triangulation
Description
stlwrite(
also specifies a file format for the written file. TR
,filename
,fileformat
)fileformat
can
be either 'binary'
(default) or 'text'
.
stlwrite(___,
specifies additional options for writing to the STL file using one or more
Name,Value
)Name,Value
pair arguments for either of the previous
syntaxes. For example,
stlwrite(TR,'stlbinary','Attribute',attributes)
also writes a
uint16
vector of attributes for each triangle in
TR
.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2018b