STK ObjectsSend comments on this topic.
BMulR Property (IAgVeVOBPlaneTargetPointPositionCartesian)
See Also
Windows





Windows & Linux

Description

The value is a dot product of vector B and unit vector R. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BMulR() As Double
[C#]
public double BMulR {get; set;}
[Managed C++]
public: __property double get_BMulR();
public: __property void set_BMulR( double );
[Unmanaged C++]
public: HRESULT get_BMulR(
    double * pVal
);
public: HRESULT put_BMulR(
    double BMulR
);
[Java]
public double getBMulR();
public void setBMulR(
    double
);
[Python - STK API ]
@property
def BMulR(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.