AlignmentEntityCollectionAddFreeSCSS Method

Creates an AlignmentSCSS (Spiral-Curve-Spiral-ReverseSpiral 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 AddFreeSCSS(
	int previousEntityId,
	int nextEntityId,
	double sp1Param,
	double radius,
	double sp3Param,
	double sp4Param,
	bool isGreaterThan180,
	SpiralType spiralDefinition
)

Parameters

previousEntityId  Int32
Previous entity identifier.
nextEntityId  Int32
Next entity identifier.
sp1Param  Double
1st parameter (spiral length).
radius  Double
.
sp3Param  Double
3rd parameter (spiral length).
sp4Param  Double
4th 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