poISection SetGridTextPrecision
Sets the precision of the grid text values.
Syntax
poISection_handle SetGridTextPrecisionprecision
Application
HyperView Tcl Modify
Description
This command sets the precision of each distance value displayed along the local X and Y axes of the cross section's grid.
Inputs
- precision
- The number of significant digits (digits following the decimal point).
Example
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetSectionHandle section_handle 1
section_handle SetGridTextPrecision 2
hwi CloseStack
Errors
None.