Adds an AlignmentSSCSS (Spiral-Spiral-Curve-Spiral-Spiral group) entity constrained by a next entity, spiral3 and spiral4 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.4.2516.0

Syntax

C#
public AlignmentSSCSS AddFloatingCSS(
	int nextEntityId,
	double radius,
	Point3d passThroughPoint,
	double sp3Param,
	double sp4Param,
	SpiralParamType spType,
	SpiralType spiralDefinition
)
Visual Basic
Public Function AddFloatingCSS ( _
	nextEntityId As Integer, _
	radius As Double, _
	passThroughPoint As Point3d, _
	sp3Param As Double, _
	sp4Param As Double, _
	spType As SpiralParamType, _
	spiralDefinition As SpiralType _
) As AlignmentSSCSS
Visual C++
public:
AlignmentSSCSS^ AddFloatingCSS(
	int nextEntityId, 
	double radius, 
	Point3d passThroughPoint, 
	double sp3Param, 
	double sp4Param, 
	SpiralParamType spType, 
	SpiralType spiralDefinition
)

Parameters

nextEntityId
Type: System..::..Int32
Next entity identifier.
radius
Type: System..::..Double
.
passThroughPoint
Type: Point3d
Pass-through point of the arc entity.
sp3Param
Type: System..::..Double
Third parameter (length or A-value).
sp4Param
Type: System..::..Double
Forth parameter (length or A-value).
spType
Type: Autodesk.Civil.DatabaseServices..::..SpiralParamType
Specifies the third and fourth spParam parameters' type.
spiralDefinition
Type: Autodesk.Civil..::..SpiralType
Specifies the spiral definition type.

See Also