SettingsCmdCreateIntersectionSettingsCmdWideningParameters Class

Settings for the default widening parameters of new intersection
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateIntersectionSettingsCmdWideningParameters

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsCmdWideningParameters : TreeOidWrapper

The SettingsCmdCreateIntersectionSettingsCmdWideningParameters type exposes the following members.

Properties
 NameDescription
Public propertyLinearTransitionType When Linear is selected as the Transition Type, this option lets you specify the type of linear transition used for the widening: By Length or By Taper Ratio.
Public propertyRadiusofCurve1 When a curve option is selected as the Transition Type, this option lets you specify the radius for the first curve used in the widening.
Public propertyRadiusofCurve2 When a curve option is selected as the Transition Type, this option lets you specify the radius for the second curve used in the widening.
Public propertyRadiusOfReverseCurve When Curve-Curve - Reverse Curve is selected as the Transition Type, this option lets you specify the radius for the first and second curves used in the widening.
Public propertyTaperRation When By Taper Ratio is selected as the Linear Transition Type, this option lets you specify the ratio of the tapering for the widening.
Public propertyTransitionLength When By Length is selected as the Linear Transition Type, this option lets you specify the length of the transition for the widening.
Public propertyTransitionType Specifies the type of transition used for the widening: Linear, Curve-Line-Curve, Curve-Curve -Reverse Curve, or Curve - Reverse Curve.
Public propertyWidenedOffset Specifies the elevation for the offset alignment that has been widened, at both the entrance to the intersection, and as it exits the intersection.
Public propertyWideningAtIncomingLane Specifies whether or not to widen the incoming lane as it enters the intersection.
Public propertyWideningAtOutgoingLane Specifies whether or not to widen the outgoing lane as it exits the intersection.
Public propertyWideningSegmentLength Specifies the length of the offset alignment that will be widened, at both the entrance to the intersection, and as it exits the intersection.
Top
See Also