Whether intersection is computed when reference point is inside the surface. Applicable when the surface is not defined by terrain.
Read-write property
[Visual Basic .NET] |
---|
Public Property AllowIntersectionFromBelow() As Boolean |
[C#] |
---|
public bool AllowIntersectionFromBelow {get; set;} |
[Managed C++] |
---|
public: __property bool get_AllowIntersectionFromBelow(); |
[Unmanaged C++] |
---|
public: HRESULT get_AllowIntersectionFromBelow( VARIANT_BOOL * pRetVal ); public: HRESULT put_AllowIntersectionFromBelow( VARIANT_BOOL AllowIntersectionFromBelow ); |
[Java] |
---|
public bool getAllowIntersectionFromBelow(); public void setAllowIntersectionFromBelow( bool ); |