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





Windows & Linux

Description

Gets or sets the silhouette' width, in pixels.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SilhouetteWidth() As Single
[C#]
public float SilhouetteWidth {get; set;}
[Managed C++]
public: __property float get_SilhouetteWidth();
public: __property void set_SilhouetteWidth( float );
[Unmanaged C++]
public: HRESULT get_SilhouetteWidth(
    float * pRetVal
);
public: HRESULT put_SilhouetteWidth(
    float SilhouetteWidth
);
[Java]
public float getSilhouetteWidth();
public void setSilhouetteWidth(
    float
);
[Python - STK API ]
@property
def SilhouetteWidth(self) -> float:

@SilhouetteWidth.setter
def SilhouetteWidth(self, SilhouetteWidth:float) -> None:

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.