AxesPropagationParameterIntegrationFrame Property |
Gets or sets the
ReferenceFrame used to define the state during integration.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReferenceFrame IntegrationFrame { get; set; }
Public Property IntegrationFrame As ReferenceFrame
Get
Set
public:
property ReferenceFrame^ IntegrationFrame {
ReferenceFrame^ get ();
void set (ReferenceFrame^ value);
}
member IntegrationFrame : ReferenceFrame with get, set
Property Value
Type:
ReferenceFrameSee Also