*ClipElements()

Specifies whether or not the elements should be clipped on a section cut.

Syntax

*ClipElements (state)

Application

HyperView

Inputs

state
The clipped elements visibility status ("On" or "Off").

Context

*BeginSectionCut()

Example

*BeginSectionCut()
   *ClipElements(“On/Off”)
*EndSectionCut()

Comments

A *ClipELements() command may be placed inside a *BeginSectionCut() block to capture the display status of the elements clipped on a section cut.