Share

Baseline Methods

The Baseline type exposes the following members.

Methods

 NameDescription
Public methodCode exampleExportSolids Export solids from the corridor baseline and save to target database.
Public methodExportTransitions Export transitions into a csv file.
Public methodGetAppliedAssemblyAtIndex Gets the AppliedAssembly by index.
Public methodGetAppliedAssemblyAtStation Gets the AppliedAssembly by station.
Public methodGetDirectionAtStation This method returns a Vector3d indicating the direction at the specified station.
(Inherited from BaseBaseline)
Public methodGetTargets Gets the targets information.
Public methodgetTransitions Gets the transitions in the baseline.
Public methodImportTransitions Import transitions from a csv file. The imported transitions will be applied to baseline automatically.
Public methodIsFeatureLineBased Indicates whether the specific baseline of corridor is feature line based or not.
(Overrides BaseBaselineIsFeatureLineBased)
Public methodSetAlignmentAndProfile Sets the Alignment and Profile objects associated with this baseline.
(Inherited from BaseBaseline)
Public methodSetFeatureLine Sets the feature line object associated with this baseline.
Public methodCode exampleSetTargets Sets the target information. The pass in updatedTargets should be got from method GetTargets().
Public methodCode exampleSetTransitions Sets the transitions to the baseline.
Public methodSortedStations Returns an array of doubles with the baseline stations sorted. Note: This method doesn't work for DREF corridor, in this case, you should first get the applies asemblies and then call Stations() to achieve the similar result.
(Overrides BaseBaselineSortedStations)
Public methodStationOffsetElevationToXYZ Returns a world coordinate (in the format X/Y/Z) from a SOE baseline coordinate (Station/Offset/Elevation).
(Inherited from BaseBaseline)
Public methodUpdateStation Forces the corridor to rebuild at some station.

See Also

Reference

Was this information helpful?