SolidPrimitive.SilhouetteWidth Property |
Gets or sets the silhouette' width, in pixels.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic float SilhouetteWidth { get; set; }
Public Property SilhouetteWidth As Single
Get
Set
public:
property float SilhouetteWidth {
float get ();
void set (float value);
}
member SilhouetteWidth : float32 with get, set
Property Value
Type:
Single
Exceptions
Remarks
The width is defined in pixels so even if the camera moves very close or
very far from the solid, the width of the silhouette on the screen does
not change.
See Also