User`s guide

10 Functions — Alphabetical List
10-6
The function also performs the following:
Upon output, discards any additional nodes, including transform nodes, that do not
contain inline nodes.
Processes hierarchically organized assemblies, where inline files instead of
part geometries contain additional groups of nested node inline nodes. In such
subassembly files, copies all inline references to the main VRML file. The function
wraps these inline references with a Transform node, using a name that corresponds
to the subassembly name.
Note: If you call this function for a file that is not a product of a CAD export filter, the
output file might be corrupted.
Examples
To clean up the VRML file four_link.wrl:
vrcadcleanup('four_link.wrl');
See Also
stl2vrml | vrphysmod