Share

AlignmentEntityCollection.AddFloatingCSS(Int32, Point3d, 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, 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 AddFloatingCSS(
	int nextEntityId,
	Point3d passThroughPoint1,
	Point3d passThroughPoint2,
	double sp3Param,
	double sp4Param,
	SpiralParamType spType,
	SpiralType spiralDefinition
)

VB

Public Function AddFloatingCSS ( 
	nextEntityId As Integer,
	passThroughPoint1 As Point3d,
	passThroughPoint2 As Point3d,
	sp3Param As Double,
	sp4Param As Double,
	spType As SpiralParamType,
	spiralDefinition As SpiralType
) As AlignmentSSCSS

C++

public:
AlignmentSSCSS^ AddFloatingCSS(
	int nextEntityId, 
	Point3d passThroughPoint1, 
	Point3d passThroughPoint2, 
	double sp3Param, 
	double sp4Param, 
	SpiralParamType spType, 
	SpiralType spiralDefinition
)

Parameters

nextEntityId  Int32
Next entity identifier.
passThroughPoint1  Point3d
First pass-through point of the arc entity (point #1).
passThroughPoint2  Point3d
Second pass-through point of the arc entity (point #2).
sp3Param  Double
Third parameter (length or A-value).
sp4Param  Double
Forth parameter (length or A-value).
spType  SpiralParamType
Specifies the spParam parameters' type.
spiralDefinition  SpiralType
Specifies the spiral definition type.

Return Value

AlignmentSSCSS

See Also

Reference

Was this information helpful?