STK AstrogatorSend comments on this topic.
BThetaFirstBVector Property (IAgVAElementBPlane)
See Also
Windows





Windows & Linux

Description

Angle between the B vector and T vector used as the first quantity to define the B vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BThetaFirstBVector() As Double
[C#]
public double BThetaFirstBVector {get; set;}
[Managed C++]
public: __property double get_BThetaFirstBVector();
public: __property void set_BThetaFirstBVector( double );
[Unmanaged C++]
public: HRESULT get_BThetaFirstBVector(
    double * pVal
);
public: HRESULT put_BThetaFirstBVector(
    double newVal
);
[Java]
public double getBThetaFirstBVector();
public void setBThetaFirstBVector(
    double
);
[Python - STK API ]
@property
def BThetaFirstBVector(self) -> float:

@BThetaFirstBVector.setter
def BThetaFirstBVector(self, newVal:float) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.