v2.39
 
IObjectOnRoutePlacement Interface Reference

Represents the placement of an object on a route. More...

Inheritance diagram for IObjectOnRoutePlacement:

Properties

int Id [get]
 The identifier of the object on the route.
 
double Parameter [get]
 The parameter on the baseline of the considered (current) route, represents the position of the object on the route.
 

Detailed Description

Represents the placement of an object on a route.

Objects on route are pipe and duct fittings and accessories (i.e. objects placed on route in a single point). Pipes, ducts and electrical lines are flow segment objects.

See also
IFlowSegmentPlacement

Property Documentation

◆ Parameter

double Parameter
get

The parameter on the baseline of the considered (current) route, represents the position of the object on the route.

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

See also
ICurve3D