@novorender/api / StationSegmentInfo
Interface: StationSegmentInfo
Defined in: @novorender/src/measure/modules/road/index.ts:64
Properties
endIndex
endIndex: number;
Defined in: @novorender/src/measure/modules/road/index.ts:70
endPoint
endPoint: ReadonlyVec3;
Defined in: @novorender/src/measure/modules/road/index.ts:68
endStation
endStation: number;
Defined in: @novorender/src/measure/modules/road/index.ts:66
length?
optional length: number;
Defined in: @novorender/src/measure/modules/road/index.ts:72
slope?
optional slope: number;
Defined in: @novorender/src/measure/modules/road/index.ts:71
startIndex
startIndex: number;
Defined in: @novorender/src/measure/modules/road/index.ts:69
startPoint
startPoint: ReadonlyVec3;
Defined in: @novorender/src/measure/modules/road/index.ts:67
startStation
startStation: number;
Defined in: @novorender/src/measure/modules/road/index.ts:65