*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
*createmark surfaces 1 644
*hf_FeatureFromSurfaces surfaces 1Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
10.0