Creates an AlignmentSpiral entity defined by a previous entity, a start point, a point of intersection, a radius, a length, a spiral curvature type and a clockwise indicator.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public AlignmentSpiral AddFixedSpiral( int previousEntityId, double radius, double length, SpiralCurveType spiralCurveType, SpiralType spiralDefinition )
Visual Basic
Public Function AddFixedSpiral ( _ previousEntityId As Integer, _ radius As Double, _ length As Double, _ spiralCurveType As SpiralCurveType, _ spiralDefinition As SpiralType _ ) As AlignmentSpiral
Visual C++
public: AlignmentSpiral^ AddFixedSpiral( int previousEntityId, double radius, double length, SpiralCurveType spiralCurveType, SpiralType spiralDefinition )
Parameters
- previousEntityId
- Type: System.Int32
Previous entity identifier.
- radius
- Type: System.Double
Radius of the arc entity.
- length
- Type: System.Double
Length of the spriral entity.
- spiralCurveType
- Type: Autodesk.Civil.DatabaseServices.SpiralCurveType
Specifies the spiral curve type, InCurve or OutCurve.
- spiralDefinition
- Type: Autodesk.Civil.SpiralType
Specifies the spiral definition type.
Remarks
If possible, connect to the previous entity.