poISection GetGridSpacingY

Gets the distance between each grid line on the local Y axis for a Planar section type.

Syntax

poISection_handle GetGridSpacingY

Application

HyperView Tcl Query

Description

This command returns the distance on the local Y axis in generic model units for a Planar section type.

Example

To get the distance between each grid line on the local Y axis:
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 GetGridSpacingY
hwi CloseStack

Errors

None.