Description
Controls whether to reflect the indicent vector on both sides of the plane.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property AllowReflectionsOnBackside() As Boolean
|
| [C#] |
|---|
public bool AllowReflectionsOnBackside {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_AllowReflectionsOnBackside(); public: __property void set_AllowReflectionsOnBackside(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AllowReflectionsOnBackside(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowReflectionsOnBackside(
VARIANT_BOOL AllowReflectionsOnBackside
);
|
| [Java] |
|---|
public bool getAllowReflectionsOnBackside();
public void setAllowReflectionsOnBackside(
bool
);
|
| [Python - STK API] |
|---|
@property
def AllowReflectionsOnBackside(self) -> bool:
@AllowReflectionsOnBackside.setter
def AllowReflectionsOnBackside(self, AllowReflectionsOnBackside:bool) -> None:
|
See Also