*set_preserved_edges

Marks edge geometry to be preserved during batch meshing, or clears the "preserved" flag from preserved edges.

Syntax

*set_preserved_edges hmlinesmark new_stat

Type

HyperMesh Tcl Modify Command

Description

Marks edge geometry to be preserved during batch meshing, or clears the "preserved" flag from preserved edges.

Inputs

hmlinesmark
The mark containing the lines that you wish to flag as preserved or not preserved. 0 indicates all lines.
new_stat
1 - The lines are marked as preserved.
0 - The preservation flag is cleared from the lines.

Example

To preserve the lines in mark 2:

*set_preserved_edges(2,1)

Errors

None.