*Features()

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

Syntax

*Features (On/Off)

Application

HyperView

Inputs

On/Off
On
Displays feature lines
Off
Turns off feature 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()

Comments

Feature lines are drawn at any point on a model where the surfaces of intersecting elements diverge at an angle greater than the feature angle setting on the Appearance tab of the Options dialog box.