Click or drag to resize

SolidPrimitiveDisplaySilhouette Property

Gets or sets whether the solid's silhouette is displayed.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool DisplaySilhouette { get; set; }

Property Value

Type: Boolean
Remarks

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 SilhouetteColor, SilhouetteTranslucency, and SilhouetteWidth.

See Also