Adds an AlignmentSSCSS (Spiral-Spiral-Curve-Spiral-Spiral group) entity constrained by a previous entity, spiral1 and spiral2 parameters, radius for circular arc, pass through point 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, double radius, Point3d passThroughPoint, SpiralType spiralDefinition )
VB
Public Function AddFloatingSSC ( previousEntityId As Integer, sp1Param As Double, sp2Param As Double, spType As SpiralParamType, radius As Double, passThroughPoint As Point3d, spiralDefinition As SpiralType ) As AlignmentSSCSS
C++
public: AlignmentSSCSS^ AddFloatingSSC( int previousEntityId, double sp1Param, double sp2Param, SpiralParamType spType, double radius, Point3d passThroughPoint, 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.
- radius Double
- Radius of the arc entity.
- passThroughPoint Point3d
- Pass-through point of the arc entity.
- spiralDefinition SpiralType
- Specifies the spiral definition type.