The Baseline type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | ExportSolids | Export solids from the corridor baseline and save to target database. |
![]() | ExportTransitions | Export transitions into a csv file. |
![]() | GetAppliedAssemblyAtIndex | Gets the AppliedAssembly by index. |
![]() | GetAppliedAssemblyAtStation | Gets the AppliedAssembly by station. |
![]() | GetDirectionAtStation |
This method returns a Vector3d indicating the direction at the specified station.
(Inherited from BaseBaseline) |
![]() | GetTargets | Gets the targets information. |
![]() | getTransitions | Gets the transitions in the baseline. |
![]() | ImportTransitions | Import transitions from a csv file. The imported transitions will be applied to baseline automatically. |
![]() | IsFeatureLineBased |
Indicates whether the specific baseline of corridor is feature line based or not.
(Overrides BaseBaselineIsFeatureLineBased) |
![]() | SetAlignmentAndProfile |
Sets the Alignment and Profile objects associated with this baseline.
(Inherited from BaseBaseline) |
![]() | SetFeatureLine | Sets the feature line object associated with this baseline. |
![]() ![]() | SetTargets | Sets the target information. The pass in updatedTargets should be got from method GetTargets(). |
![]() ![]() | SetTransitions | Sets the transitions to the baseline. |
![]() | SortedStations |
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) |
![]() | StationOffsetElevationToXYZ |
Returns a world coordinate (in the format X/Y/Z) from a SOE baseline coordinate
(Station/Offset/Elevation).
(Inherited from BaseBaseline) |
![]() | UpdateStation | Forces the corridor to rebuild at some station. |