STK Vector Geometry ToolSend comments on this topic.
PlaneA Property (IAgCrdnVectorTwoPlanesIntersection)
See Also
Windows





Windows & Linux

Description

Specify the first of the two planes which intersection defines the vector.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PlaneA() As IAgCrdnPlaneRefTo
[C#]
public IAgCrdnPlaneRefTo PlaneA {get;}
[Managed C++]
public: __property IAgCrdnPlaneRefTo ^ get_PlaneA();
[Unmanaged C++]
public: HRESULT get_PlaneA(
    IAgCrdnPlaneRefTo ** ppRetVal
);
[Java]
public IAgCrdnPlaneRefTo getPlaneA();
[Python - STK API ]
@property
def PlaneA(self) -> "IAgCrdnPlaneRefTo":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.