poISection SetGridSpacingX
Sets the distance between each grid line on the local X axis for a Planar section type.
Syntax
poISection_handle SetGridSpacingX distance
Application
HyperView Tcl Modify
Description
This command sets the distance on the local X axis in generic model units for a Planar section type.
Inputs
- distance
- The distance between two grid lines.
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 SetGridSpacingX 1.0
hwi CloseStack
Errors
None.