Click or drag to resize

SurfaceSegmentTraverseFixed Method

Get the surface position in the fixed frame of the SurfaceShape at the specified distance along the surface path.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Cartesian TraverseFixed(
	double distanceAlongPath
)

Parameters

distanceAlongPath
Type: SystemDouble
The distance along the path, in meters.

Return Value

Type: Cartesian
The fixed surface position of the path at the specified distance.
See Also