STK Graphics PrimitivesSend comments on this topic.
DisplaySilhouette Property (IAgStkGraphicsSolidPrimitive)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DisplaySilhouette() As Boolean
[C#]
public bool DisplaySilhouette {get; set;}
[Managed C++]
public: __property bool get_DisplaySilhouette();
public: __property void set_DisplaySilhouette( bool );
[Unmanaged C++]
public: HRESULT get_DisplaySilhouette(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_DisplaySilhouette(
    VARIANT_BOOL DisplaySilhouette
);
[Java]
public bool getDisplaySilhouette();
public void setDisplaySilhouette(
    bool
);
[Python - STK API ]
@property
def DisplaySilhouette(self) -> bool:

@DisplaySilhouette.setter
def DisplaySilhouette(self, DisplaySilhouette:bool) -> None:

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 Silhouette Color, Silhouette Translucency, and Silhouette Width.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.