Adds a central body shape type from the
available types.
| [Visual Basic .NET] |
|---|
Public Function AddShape( _
ByVal EShape As AgEVACbShape, _
ByVal UniqueName As String _
) As IAgVACbShape
|
| [C#] |
|---|
public IAgVACbShape AddShape(
|
| [Managed C++] |
|---|
public: IAgVACbShape^ AddShape(
|
| [Java] |
|---|
public IAgVACbShape addShape(
|
| [Unmanaged C++] |
|---|
public: HRESULT AddShape(
|
- EShape
-
Member Value Description eVACbShapeTriaxialEllipsoid 0 A triaxial ellipsoid defined by a semi-major axis, semi-mid axis and semi-minor axis. eVACbShapeOblateSpheroid 1 An oblate spheroid defined by a minimum and maximum radii, and a derived flattening coefficient. eVACbShapeSphere 2 A sphere defined by a radius. - UniqueName