*Edges()

Turns edge lines on or off for models with section cuts.

Syntax

*Edges (On/Off)

Application

HyperView

Inputs

On/Off
On
Displays the edge lines.
Off
Turns off the edge lines.

Context

*BeginGraphic()

*BeginSectionCut()

Example

*BeginGraphic()
• • •
  *BeginSectionCut()
      *Edges(On)
      *Features(On)
      *FilledSolids(On)
      *PlanarSection("Section 1", On, 1, -0.134252, 0.895013, 0.425357, 7, 0)
      *NonPlanarSection("Section 2", On, 0, 1, 0, 0, 2)
      *NonPlanarSection("Section 3", On, 0, 0, 1, -22.4007, 3)
  *EndSectionCut()
• • •
*EndGraphic()