hm_ce_mesh_imprint_option_set

Sets a mesh imprint option value.

Syntax

hm_ce_mesh_imprint_option_set name value

Type

HyperMesh Tcl Query Command

Description

Sets a mesh imprint option value.

Inputs

name
Valid names are:
avoid_imprint - If enabled, create patches and resolve conflicts, skip mesh imprint.
avoid_int_snapping - If enabled, avoid snapping in meshing side.
keep_snap - If enabled, do snapping during patch creation.
skip_imprint - If enabled, just create patches, skip mesh imprint.
skip_overlap_check - If enabled, skip conflict checks.
strict_imprint - If enabled, any conflict causes an error.
value
The value of the option, 0 or 1.

Example

To set the value of avoid_imprint to 1:

hm_ce_mesh_imprint_option_set avoid_imprint 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

11.0.101