Adds an AlignmentSSCSS (Spiral-Spiral-Curve-Spiral-Spiral group) entity constrained by a previous entity, spiral1 and spiral2 parameters, two pass through points of the circular arc, and a spiral definition type.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentSSCSS AddFloatingSSC( int previousEntityId, double sp1Param, double sp2Param, SpiralParamType spType, Point3d passThroughPoint1, Point3d passThroughPoint2, SpiralType spiralDefinition )
VB
Public Function AddFloatingSSC ( previousEntityId As Integer, sp1Param As Double, sp2Param As Double, spType As SpiralParamType, passThroughPoint1 As Point3d, passThroughPoint2 As Point3d, spiralDefinition As SpiralType ) As AlignmentSSCSS
C++
public: AlignmentSSCSS^ AddFloatingSSC( int previousEntityId, double sp1Param, double sp2Param, SpiralParamType spType, Point3d passThroughPoint1, Point3d passThroughPoint2, SpiralType spiralDefinition )
Parameters
- previousEntityId Int32
- Previous entity identifier.
- sp1Param Double
- First spiral parameter (length or A-value).
- sp2Param Double
- Second spiral parameter (length or A-value).
- spType SpiralParamType
- Specifies the spParam parameters' type.
- passThroughPoint1 Point3d
- First pass-through point of the arc entity (point #1).
- passThroughPoint2 Point3d
- Second pass-through point of the arc entity (point #2).
- spiralDefinition SpiralType
- Specifies the spiral definition type.