AlignmentEntityCollectionAddFreeSSCS Method

Creates an AlignmentSSCS (ReverseSpiral-Spiral-Curve-Spiral group) subentity defined by a previous element, a next element, an AeccGeSCSCSConstraints and a spiral definition type .

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentSSCSS AddFreeSSCS(
	int previousEntityId,
	int nextEntityId,
	double sp1Param,
	double sp2Param,
	double radius,
	double sp3Param,
	bool isGreaterThan180,
	SpiralType spiralDefinition
)

Parameters

previousEntityId  Int32
Previous entity identifier.
nextEntityId  Int32
Next entity identifier.
sp1Param  Double
1st parameter (spiral length).
sp2Param  Double
2nd parameter (spiral length).
radius  Double
.
sp3Param  Double
3rd parameter (spiral length).
isGreaterThan180  Boolean
Specifies the defletion angle of whole curve group.
spiralDefinition  SpiralType
Specifies the spiral definition type.

Return Value

AlignmentSSCSS
See Also