BEXPORT
Use this to export a block model to an ASCII file. The blocks to export can be selected by specifying selection parameters.
Usage:
bexport [options] <model> <> indicates a mandatory switch. [ ] indicates an optional switch |
Where:
Option | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[options] |
The [options] for this executable are:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
<model> | Refers to the name of the block model containing the blocks to export. |
Example:
bexport -o bexport_example.txt -A example.bmf
N
ote The following warning messages displays if any triangulations have small area faces or coincident points.
Note triangulation <tfi> has one or more small area faces.
Note triangulation <tfi> has two or more coincident points.
In most cases the program will work correctly on triangulations with small faces or coincident points. However, if the triangulation contains a topological inconsistency, it is necessary to run trisnap
on the triangulation to remove coincident points. Also, all triangulations should be checked for consistency and stability with the Model > Triangle Utility > Check option.