*solidmap_set_source_size

Sets the source 2D mesh size for the next call to *solidmap_end.

Syntax

*solidmap_set_source_size size

Type

HyperMesh Tcl Modify Command

Description

Sets the source 2D mesh size for the next call to *solidmap_end. This allows setting the along size (density) and the source size independently. The command applies only the next call to *solidmap_end. If this command is not called before *solidmap_end, the value of the source size to set to the same as the along size.

Inputs

size
The solid map source size.

Examples

To set the solid map source size to 1.5:
*solidmap_set_source_size 1.5

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

2020