*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
*solidmap_set_source_size 1.5
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2020