Settings for the default curb return parameters of new intersection
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdCreateIntersectionSettingsCmdCurbReturnParameters
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsCmdCurbReturnParameters : TreeOidWrapper
VB
Public NotInheritable Class SettingsCmdCurbReturnParameters Inherits TreeOidWrapper
C++
public ref class SettingsCmdCurbReturnParameters sealed : public TreeOidWrapper
The SettingsCmdCreateIntersectionSettingsCmdCurbReturnParameters type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ChamferFilletLengthAlongIncomingLane | When Chamfer is selected as the curb return type, this option lets you specify the length of the curb return’s chamfer fillet along the incoming lane. |
![]() | ChamferFilletLengthAlongOutgoingLane | When Chamfer is selected as the curb return type, this option lets you specify the length of the curb return’s chamfer fillet along the outgoing lane. |
![]() | CircularFilletRadius | When Circular Fillet is selected as the curb return type, this option lets you specify the radius for the circular fillet on the curb return. |
![]() | CurbReturnType | Specifies the type of curb return used for the intersection: Chamfer, Circular Fillet, or 3-Centered Arcs. |
![]() | LengthOfCurve1 | When 3-Centered Arcs is selected as the curb return type, this option lets you specify the length for the first curve on the curb return. |
![]() | LengthOfCurve3 | When 3-Centered Arcs is selected as the curb return type, this option lets you specify the length for the third curve on the curb return. |
![]() | RadiusOfCurve1 | When 3-Centered Arcs is selected as the curb return type, this option lets you specify the radius for the first curve on the curb return. |
![]() | RadiusOfCurve2 | When 3-Centered Arcs is selected as the curb return type, this option lets you specify the radius for the second curve on the curb return. |
![]() | RadiusOfCurve3 | When 3-Centered Arcs is selected as the curb return type, this option lets you specify the radius for the third curve on the curb return. |