*edgesmarkrestorejoints

Restores previously suppressed fixed points on edges.

Syntax

*edgesmarkrestorejoints mark_id

Type

HyperMesh Tcl Modify Command

Description

This command restores previously suppressed (by using *verticesmarksuppress) fixed points on selected surface edges.

Inputs

mark_id
The mark ID of input surface edges. Valid values are 1 and 2.

Example

To restore fixed points on surface edge 99:
*createmark lines 1 99
*edgesmarkrestorejoints 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

12.0.110