AlignmentEntityCollectionAddFreeSSBetweenTangents Method

Creates a AlignmentSCS (Spiral-Curve-Spiral groupwith the curve length is 0) entity defined by a previous entity, a next entity, the 'A' value or Length of two spirals.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentSCS AddFreeSSBetweenTangents(
	int previousEntityId,
	int nextEntityId,
	double spiral1Param,
	double spiral2Param,
	SpiralParamType spType,
	bool isGreaterThan180,
	SpiralType spiralDefinition
)

Parameters

previousEntityId  Int32
Previous entity identifier.
nextEntityId  Int32
Next entity identifier.
spiral1Param  Double
First spiral parameter (length or A-value).
spiral2Param  Double
Second spiral parameter (length or A-value).
spType  SpiralParamType
Specifies the first and second spParam parameters' type.
isGreaterThan180  Boolean
Specifies whether the curve encompasses more than 180 degrees (True) or less than 180 degrees (False).
spiralDefinition  SpiralType
Definition of the spiral.

Return Value

AlignmentSCS
See Also