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: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual Cartesian TraverseFixed(
	double distanceAlongPath
)
Public Overridable Function TraverseFixed ( 
	distanceAlongPath As Double
) As Cartesian
public:
virtual Cartesian TraverseFixed(
	double distanceAlongPath
)
abstract TraverseFixed : 
        distanceAlongPath : float -> Cartesian 
override TraverseFixed : 
        distanceAlongPath : float -> Cartesian Parameters
- distanceAlongPath
 - Type: SystemDouble
The distance along the path, in meters. 
Return Value
Type: 
CartesianThe fixed surface position of the path at the specified distance.
See Also