**bset_to_mast#

Description#

This command generates a .mast file fragment from an existing liset. This fragment can be added to an existing mast file, to generate a new geometry.

Syntax#

The command has the following syntax:

**bset_to_mast \(~\,\) *liset liset-name \(~\,\) *output mast-file

*liset

is the name of the liset to consider.

*output

specifies the name of the resulting mast file.

Example#

****mesher
 ***mesh
  **dont_save_final_mesh
  **open section.geof
  **unshared_edges border
  **bset_to_mast
   *liset  border
   *output starter.mast
****return