Creates an AlignmentSCSS (Spiral-Curve-Spiral-ReverseSpiral group) subentity defined by a previous element, a next element, an AeccGeSCSCSConstraints and a spiral definition type .
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public AlignmentSSCSS AddFreeSCSS( int previousEntityId, int nextEntityId, double sp1Param, double radius, double sp3Param, double sp4Param, bool isGreaterThan180, SpiralType spiralDefinition )
Visual Basic
Public Function AddFreeSCSS ( _ previousEntityId As Integer, _ nextEntityId As Integer, _ sp1Param As Double, _ radius As Double, _ sp3Param As Double, _ sp4Param As Double, _ isGreaterThan180 As Boolean, _ spiralDefinition As SpiralType _ ) As AlignmentSSCSS
Visual C++
public: AlignmentSSCSS^ AddFreeSCSS( int previousEntityId, int nextEntityId, double sp1Param, double radius, double sp3Param, double sp4Param, bool isGreaterThan180, SpiralType spiralDefinition )
Parameters
- previousEntityId
- Type: System.Int32
Previous entity identifier.
- nextEntityId
- Type: System.Int32
Next entity identifier.
- sp1Param
- Type: System.Double
1st parameter (spiral length).
- radius
- Type: System.Double
.
- sp3Param
- Type: System.Double
3rd parameter (spiral length).
- sp4Param
- Type: System.Double
4th parameter (spiral length).
- isGreaterThan180
- Type: System.Boolean
Specifies the defletion angle of whole curve group.
- spiralDefinition
- Type: Autodesk.Civil.SpiralType
Specifies the spiral definition type.