*hf_FeatureFromSurfaces

Creates the feature line from surfaces.

Syntax

*hf_FeatureFromSurfaces entity_type mark_id

Type

HyperMesh Tcl Modify Command

Description

This command creates the feature line from selected surfaces. It stitches together all the surfaces to extract a single free edge.

Inputs

entity_type
Must be set to surfs.
mark_id
The mark ID containing the surfaces. Valid values are 1 and 2.

Example

To create the feature from surface 644:
*createmark surfaces 1 644
*hf_FeatureFromSurfaces surfaces 1

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

10.0