hm_ce_mesh_imprint_option_get

Returns a mesh imprint option value.

Syntax

hm_ce_mesh_imprint_option_get name

Type

HyperMesh Tcl Query Command

Description

Returns a mesh imprint option value.

Inputs

name
Valid names are:
avoid_imprint
avoid_int_snapping
keep_snap
skip_imprint
skip_overlap_check
strict_imprint

Example

To get the value of avoid_imprint:

hm_ce_mesh_imprint_option_get avoid_imprint

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