STK Vector Geometry ToolSend comments on this topic.
AllowIntersectionFromBelow Property (IAgCrdnPointCentBodyIntersect)
See Also
Windows





Windows & Linux

Description

Whether intersection is computed when reference point is inside the surface. Applicable when the surface is not defined by terrain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowIntersectionFromBelow() As Boolean
[C#]
public bool AllowIntersectionFromBelow {get; set;}
[Managed C++]
public: __property bool get_AllowIntersectionFromBelow();
public: __property void set_AllowIntersectionFromBelow( bool );
[Unmanaged C++]
public: HRESULT get_AllowIntersectionFromBelow(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_AllowIntersectionFromBelow(
    VARIANT_BOOL AllowIntersectionFromBelow
);
[Java]
public bool getAllowIntersectionFromBelow();
public void setAllowIntersectionFromBelow(
    bool
);
[Python - STK API ]
@property
def AllowIntersectionFromBelow(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.