v2.40
 
RouteJointParams Struct Reference

Represents a route joint params. More...

Public Attributes

double parameter
 The parameter on the baseline of the considered (current) route, represents the point of the joint.
 
int routeId
 The Id of the connected route.
 

Detailed Description

Represents a route joint params.

This structure contains parameters of the connection of another route to the considered route.

Member Data Documentation

◆ parameter

double parameter

The parameter on the baseline of the considered (current) route, represents the point of the joint.

You can use ICurve3D::GetPointOn method to receive the 3D point of the connection.

See also
ICurve3D