Share

SettingsCmdCreateIntersection.SettingsCmdCurbReturnParameters Class

Settings for the default curb return parameters of new intersection

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    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

 NameDescription
Public propertyChamferFilletLengthAlongIncomingLane 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.
Public propertyChamferFilletLengthAlongOutgoingLane 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.
Public propertyCircularFilletRadius 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.
Public propertyCurbReturnType Specifies the type of curb return used for the intersection: Chamfer, Circular Fillet, or 3-Centered Arcs.
Public propertyLengthOfCurve1 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.
Public propertyLengthOfCurve3 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.
Public propertyRadiusOfCurve1 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.
Public propertyRadiusOfCurve2 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.
Public propertyRadiusOfCurve3 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.

See Also

Reference

Was this information helpful?