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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentSSCSS AddFreeSCSS( int previousEntityId, int nextEntityId, double sp1Param, double radius, double sp3Param, double sp4Param, bool isGreaterThan180, SpiralType spiralDefinition )
VB
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
C++
public: AlignmentSSCSS^ AddFreeSCSS( int previousEntityId, int nextEntityId, double sp1Param, double radius, double sp3Param, double sp4Param, bool isGreaterThan180, SpiralType spiralDefinition )
Parameters
- previousEntityId Int32
- Previous entity identifier.
- nextEntityId Int32
- Next entity identifier.
- sp1Param Double
- 1st parameter (spiral length).
- radius Double
- .
- sp3Param Double
- 3rd parameter (spiral length).
- sp4Param Double
- 4th parameter (spiral length).
- isGreaterThan180 Boolean
- Specifies the defletion angle of whole curve group.
- spiralDefinition SpiralType
- Specifies the spiral definition type.