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





Windows & Linux

Description

A direction vector. Can be any vector from VGT.

Property type

Read-write property

Syntax

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

@DirectionVector.setter
def DirectionVector(self, DirectionVector:"IAgCrdnVector") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.