Creates a AlignmentSCS (Spiral-Curve-Spiral groupwith the curve length is 0) entity defined by a previous entity, a next entity, the 'A' value or Length of two spirals.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public AlignmentSCS AddFreeSSBetweenTangents( int previousEntityId, int nextEntityId, double spiral1Param, double spiral2Param, SpiralParamType spType, bool isGreaterThan180, SpiralType spiralDefinition )
Visual Basic
Public Function AddFreeSSBetweenTangents ( _ previousEntityId As Integer, _ nextEntityId As Integer, _ spiral1Param As Double, _ spiral2Param As Double, _ spType As SpiralParamType, _ isGreaterThan180 As Boolean, _ spiralDefinition As SpiralType _ ) As AlignmentSCS
Visual C++
public: AlignmentSCS^ AddFreeSSBetweenTangents( int previousEntityId, int nextEntityId, double spiral1Param, double spiral2Param, SpiralParamType spType, bool isGreaterThan180, SpiralType spiralDefinition )
Parameters
- previousEntityId
- Type: System.Int32
Previous entity identifier.
- nextEntityId
- Type: System.Int32
Next entity identifier.
- spiral1Param
- Type: System.Double
First spiral parameter (length or A-value).
- spiral2Param
- Type: System.Double
Second spiral parameter (length or A-value).
- spType
- Type: Autodesk.Civil.DatabaseServices.SpiralParamType
Specifies the first and second spParam parameters' type.
- isGreaterThan180
- Type: System.Boolean
Specifies whether the curve encompasses more than 180 degrees (True) or less than 180 degrees (False).
- spiralDefinition
- Type: Autodesk.Civil.SpiralType
Definition of the spiral.