CompositeProfileSegment.GetSurfaceMotion Method (Duration, Int32) |
Get the value for the arc length and its derivatives along the surface path, in meters and seconds.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic override Motion<double> GetSurfaceMotion(
Duration time,
int order
)
Public Overrides Function GetSurfaceMotion (
time As Duration,
order As Integer
) As Motion(Of Double)
public:
virtual Motion<double> GetSurfaceMotion(
Duration time,
int order
) override
abstract GetSurfaceMotion :
time : Duration *
order : int -> Motion<float>
override GetSurfaceMotion :
time : Duration *
order : int -> Motion<float>
Parameters
- time
- Type: AGI.Foundation.Time.Duration
The time elapsed since the beginning of this segment. - order
- Type: System.Int32
The requested order of the arc length where zero is the arc length and
higher orders specify the number of derivatives. Depending on the type of profile
and underlying geometry, the resulting order may not match the requested order.
Return Value
Type:
Motion<Double>The arc length along the surface, in meters, and its derivatives.
See Also