Click or drag to resize

ThirdBodyElevationAngleConstraintThirdBodyPoint Property

Gets or sets the center of mass point for the third body.

Namespace:  AGI.Foundation.Access.Constraints
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Point ThirdBodyPoint { get; set; }

Property Value

Type: Point
Remarks
By default, the value of this property is the CenterOfMassPoint in the CentralBodiesFacet instance in the CalculationContext.
See Also