STK Graphics PrimitivesSend comments on this topic.
TwoSidedLighting Property (IAgStkGraphicsTriangleMeshPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets whether the primitive's translucent geometry will be lit from both sides of the surface.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TwoSidedLighting() As Boolean
[C#]
public bool TwoSidedLighting {get; set;}
[Managed C++]
public: __property bool get_TwoSidedLighting();
public: __property void set_TwoSidedLighting( bool );
[Unmanaged C++]
public: HRESULT get_TwoSidedLighting(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_TwoSidedLighting(
    VARIANT_BOOL TwoSidedLighting
);
[Java]
public bool getTwoSidedLighting();
public void setTwoSidedLighting(
    bool
);
[Python - STK API ]
@property
def TwoSidedLighting(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.