AlignmentEntityCollectionAddFloatingCSS(Int32, Double, Point3d, Double, Double, SpiralParamType, SpiralType) Method

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.8.0.292
Syntax
public AlignmentSSCSS AddFloatingCSS(
	int nextEntityId,
	double radius,
	Point3d passThroughPoint,
	double sp3Param,
	double sp4Param,
	SpiralParamType spType,
	SpiralType spiralDefinition
)

Parameters

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

Return Value

AlignmentSSCSS
See Also