CentralBodyEllipticCylindricalAccessConstraintModelFidelity Enumeration |
Indicates the model to be used. In low fidelity mode an auxiliary sphere is used to compute distances in place
of the ellipsoid. In high fidelity mode the low fidelity mode is used as a coarse check, then the proper ellipsoid is used if the constrained object is within the bounds
described by the ellipse on the auxiliary sphere.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum ModelFidelity
Public Enumeration ModelFidelity
public enum class ModelFidelity
Members
| Member name | Description |
---|
| LowFidelity |
Use auxiliary sphere for body.
|
| HighFidelity |
Use appropriate geodesics and projections.
|
See Also