HyperWorks Desktop

*GridLineSpacing()

Specifies the spacing of the X-axis and Y-axis between each grid line on a section cut.

*GridLineSpacing()

Specifies the spacing of the X-axis and Y-axis between each grid line on a section cut.

Previous topic Next topic No expanding text in this topic  

*GridLineSpacing()

Specifies the spacing of the X-axis and Y-axis between each grid line on a section cut.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*GridLineSpacing(x_spacing, y_spacing)

Arguments

Name

Description

 

x_spacing

The X-axis grid spacing between the grid lines.

 

y_spacing

The Y-axis grid spacing between the grid lines.

Example

*BeginSectionCut()

  *GridLineSpacing(12.452, 12.452)

*EndSectionCut()

Application

HyperView.

Context

*BeginSectionCut()

Comments

A *GridLineSpacing() command may be placed inside a *BeginSectionCut() block to capture the spacing of the X and Y axis between each grid line on a section cut.

See also

 

*BeginSectionCut()

*EndSectionCut()

List of Session Statements