User`s guide

10 Functions — Alphabetical List
10-2
stl2vrml
Convert STL files to VRML format
Syntax
stl2vrml(source)
stl2vrml(source,destination)
Description
stl2vrml(source) Converts the STL file that you specify with source to a VRML file.
Converts both ASCII and binary STL files. The resulting files are VRML97 compliant,
UTF-8 encoded text files.
VRML files have the same name as the source STL files, except that the extension is
.WRL instead of .STL. The stl2vrml function places the VRML files into the current
folder.
stl2vrml(source,destination) creates the converted VRML files in the destination
folder.
Input Arguments
source
The name of the source STL or Physical Modeling XML file. If source is a Physical
Modeling XML file, stl2vrml converts all STL files that the XML file references.
The stl2vrml function also creates a main assembly VRML file that contains inline
references to all converted individual VRML files. All inlines are wrapped by transform
nodes with DEF names corresponding to the part names defined in their respective STL
source files.
Default: ''