geometry export command

Syntax

geometry export s <keyword> <range>

Primary keywords:

binary    edges    format    nodes    set

Export geometry data. Polygons, as well as required nodes and edges, are output to the file with name s. If the nodes or edges keyword is specified, objects of that type are included in the search even if they are not connected to polygons. The default file type is the Itasca geometry format, and the range applies to polygons. If the set keyword is not given, then the current set is used.

binary

Indicate that the binary version of the file format should be used for export. This is not valid with DXF export.

edges

Indicate that free edges (i.e., not connected to any polygon) should be exported as well.

format keyword

Specifiy the file format to use for export. The default will be selected based on the file name extension.

dxf

AutoCAD DXF format with file extension “.dxf.”

geometry

Itasca geometry format with file extentsion “.geom.” This is the default format, and is described in Geometry Text File Format.

stl

STL format with file extension “.stl.” This applies only to polygons, and cannot be used with the nodes or edges keyword.

nodes

Indicate that free nodes (i.e., not connected to any polygon) should be exported as well.

set s

Specify the geometry set.