STK ObjectsSend comments on this topic.
AreaMassRatio Property (IAgVeHPOPDragModelSpherical)
See Also
Windows





Windows & Linux

Description

The area-to-mass ratio to be used in drag calculations. Uses AreaPerMass Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AreaMassRatio() As Double
[C#]
public double AreaMassRatio {get; set;}
[Managed C++]
public: __property double get_AreaMassRatio();
public: __property void set_AreaMassRatio( double );
[Unmanaged C++]
public: HRESULT get_AreaMassRatio(
    double * pVal
);
public: HRESULT put_AreaMassRatio(
    double AreaMassRatio
);
[Java]
public double getAreaMassRatio();
public void setAreaMassRatio(
    double
);
[Python - STK API ]
@property
def AreaMassRatio(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.