hm_getfloat

Get a floating point value using a HyperMesh panel.

Syntax

hm_getfloat ?caption? ?message?

Type

HyperMesh Tcl GUI

Description

This command returns a floating point value by providing you with a HyperMesh panel. An optional caption to show in the panel and an optional message to show in the status bar can be specified.

Inputs

?caption? (optional)
The caption to show in the panel.
?message? (optional)
The message to show in the status bar.

Example

set distance [hm_getfloat "Distance=" "Please specify a distance"]

Errors

None.