Gets or sets whether the solid's silhouette is displayed.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplaySilhouette() As Boolean |
[C#] |
---|
public bool DisplaySilhouette {get; set;} |
[Managed C++] |
---|
public: __property bool get_DisplaySilhouette(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplaySilhouette( VARIANT_BOOL * pRetVal ); public: HRESULT put_DisplaySilhouette( VARIANT_BOOL DisplaySilhouette ); |
[Java] |
---|
public bool getDisplaySilhouette(); public void setDisplaySilhouette( bool ); |
The silhouette is the outline of the solid from the camera's point of view. It is a useful visual cue to differentiate the solid from the background. The silhouette is rendered using Silhouette Color, Silhouette Translucency, and Silhouette Width.