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.4.2516.0

Syntax

C#
public AlignmentSSCSS AddFloatingSSC(
	int previousEntityId,
	double sp1Param,
	double sp2Param,
	SpiralParamType spType,
	Point3d passThroughPoint1,
	Point3d passThroughPoint2,
	SpiralType spiralDefinition
)
Visual Basic
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
Visual C++
public:
AlignmentSSCSS^ AddFloatingSSC(
	int previousEntityId, 
	double sp1Param, 
	double sp2Param, 
	SpiralParamType spType, 
	Point3d passThroughPoint1, 
	Point3d passThroughPoint2, 
	SpiralType spiralDefinition
)

Parameters

previousEntityId
Type: System..::..Int32
Previous entity identifier.
sp1Param
Type: System..::..Double
First spiral parameter (length or A-value).
sp2Param
Type: System..::..Double
Second spiral parameter (length or A-value).
spType
Type: Autodesk.Civil.DatabaseServices..::..SpiralParamType
Specifies the spParam parameters' type.
passThroughPoint1
Type: Point3d
First pass-through point of the arc entity (point #1).
passThroughPoint2
Type: Point3d
Second pass-through point of the arc entity (point #2).
spiralDefinition
Type: Autodesk.Civil..::..SpiralType
Specifies the spiral definition type.

See Also