Baseline Class |
The Baseline type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AlignmentId |
Gets the ObjectId of the referenced Alignment object.
(Overrides BaseBaselineAlignmentId) |
![]() | AppliedAssemblyDouble | Obsolete. Gets the AppliedAssembly by station. |
![]() | AppliedAssemblyInt32 | Obsolete. Gets the AppliedAssembly instance at the specified index. |
![]() | baselineGUID | Obsolete. This property has been deprecated use BaselineGuid instead. (Overrides BaseBaselinebaselineGUID) |
![]() ![]() | BaselineGuid |
Gets the Guid of Baseline.
(Overrides BaseBaselineBaselineGuid) |
![]() | BaselineRegions | Gets the collection of baseline regions for this Baseline. |
![]() | BaselineType | (Overrides BaseBaselineBaselineType) |
![]() | CorridorId |
Gets the ObjectId of the Corridor object associated with this baseline.
(Inherited from BaseBaseline) |
![]() | DirectionAtStation | Obsolete. (Inherited from BaseBaseline) |
![]() ![]() | EndStation |
Returns the end station value for the baseline.
(Inherited from BaseBaseline) |
![]() | FeatureLineId |
Gets the ID of the Feature Line this baseline is associated with.
(Inherited from BaseBaseline) |
![]() | IsProcessed | Obsolete. This property has been deprecated use NeedsProcessing instead. |
![]() | MainBaselineFeatureLines | Gets the main baseline FeatureLine collection. |
![]() ![]() | Name | Gets or sets the baseline name. |
![]() ![]() | NeedsProcessing | Gets or sets whether the baseline is built when the corridor is rebuilt. |
![]() ![]() | OffsetBaselineFeatureLinesCol | Gets the offset baseline FeatureLine collection. |
![]() ![]() | ProfileId |
Gets the ObjectId for the referenced Profile object.
(Overrides BaseBaselineProfileId) |
![]() ![]() | StartStation |
Returns the start station value for the baseline.
(Inherited from BaseBaseline) |
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. |