STK ObjectsSend comments on this topic.
Shading Property (IAgVmVO)
See Also
Windows





Windows & Linux

Description

Enables to add shading to the boundary surface. Shading slows down animation but generates helpful lighting effects based on surfaces.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Shading() As Boolean
[C#]
public bool Shading {get; set;}
[Managed C++]
public: __property bool get_Shading();
public: __property void set_Shading( bool );
[Unmanaged C++]
public: HRESULT get_Shading(
    VARIANT_BOOL * pShow
);
public: HRESULT put_Shading(
    VARIANT_BOOL pShow
);
[Java]
public bool getShading();
public void setShading(
    bool
);
[Python - STK API ]
@property
def Shading(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.