*sl_meshsurfaces

Performs feature-based meshing of surfaces using an XML config file.

Syntax

*sl_meshsurfaces mark_id file reserved

Type

HyperMesh Tcl Modify Command

Description

Performs feature-based meshing of surfaces using an XML config file.

Inputs

mark_id
The ID of the mark containing the surfaces to mesh. Valid values are 1 and 2.
file
The full name and path to the XML config file containing the mesh parameters.
reserved
Reserved for future use. Must be set to 0.

Example

To mesh all surfaces using the config file c:/temp/config.xml:

*createmark surfs 1 all
*sl_meshsurfaces 1 c:/temp/config.xml 0

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0