STK Vector Geometry ToolSend comments on this topic.
DirectionVector Property (IAgCrdnPointGrazing)
See Also
Windows





Windows & Linux

Description

Specify a direction vector to be used in conjunction with the position vector from the selected central body to the reference point to define a plane in which the line will lie.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.