poISection GetGridTextPrecision

Gets the precision of the grid text values for a Planar section type.

Syntax

poISection_handle GetGridTextPrecision

Application

HyperView Tcl Query

Description

This command returns the precision of each distance value displayed along the local X and Y axes of the cross section's grid for a Planar section type.

Example

To get the precision of the grid text values:
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 GetGridTextPrecision
hwi CloseStack

Errors

None.