SettingsCmdCreateIntersectionSettingsCmdWideningParameters Class |
Settings for the default widening parameters of new intersection
Inheritance HierarchySystemObject
SystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdCreateIntersectionSettingsCmdWideningParameters
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic sealed class SettingsCmdWideningParameters : TreeOidWrapper
Public NotInheritable Class SettingsCmdWideningParameters
Inherits TreeOidWrapper
public ref class SettingsCmdWideningParameters sealed : public TreeOidWrapper
The SettingsCmdCreateIntersectionSettingsCmdWideningParameters type exposes the following members.
Properties | Name | Description |
---|
 | LinearTransitionType |
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.
|
 | RadiusofCurve1 |
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.
|
 | RadiusofCurve2 |
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.
|
 | RadiusOfReverseCurve |
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.
|
 | TaperRation |
When By Taper Ratio is selected as the Linear Transition Type, this option lets you specify the ratio of the tapering for the widening.
|
 | TransitionLength |
When By Length is selected as the Linear Transition Type, this option lets you specify the length of the transition for the widening.
|
 | TransitionType |
Specifies the type of transition used for the widening: Linear, Curve-Line-Curve, Curve-Curve -Reverse Curve, or Curve - Reverse Curve.
|
 | WidenedOffset |
Specifies the elevation for the offset alignment that has been widened, at both the entrance to the intersection, and as it exits the intersection.
|
 | WideningAtIncomingLane |
Specifies whether or not to widen the incoming lane as it enters the intersection.
|
 | WideningAtOutgoingLane |
Specifies whether or not to widen the outgoing lane as it exits the intersection.
|
 | WideningSegmentLength |
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