DisplaySilhouette property

Sets or returns whether the silhouette curves of solids are displayed. The value of this property is stored in the DISPSILH system variable.

Syntax

BooleanVariable = object.DisplaySilhouette

object.DisplaySilhouette = <Boolean>

where:

     BooleanVariable determines whether the curves are displayed (True) or not (False).

     object is the DocumentPreferences object.

Examples ...

DisplaySilhouette property example