AlignmentEntityCollectionAddFreeSSBetweenCurves Method |
Adds an AlignmentSTS (Spiral-Line-Spiral group with the line length is 0) entity constrained by the two spiral parameters.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentSTS AddFreeSSBetweenCurves(
int previousEntityId,
int nextEntityId,
double spRatio,
SpiralParamType spType,
SpiralType spiralDefinition
)
Public Function AddFreeSSBetweenCurves (
previousEntityId As Integer,
nextEntityId As Integer,
spRatio As Double,
spType As SpiralParamType,
spiralDefinition As SpiralType
) As AlignmentSTS
public:
AlignmentSTS^ AddFreeSSBetweenCurves(
int previousEntityId,
int nextEntityId,
double spRatio,
SpiralParamType spType,
SpiralType spiralDefinition
)
Parameters
- previousEntityId Int32
- Previous entity identifier.
- nextEntityId Int32
- Next entity identifier.
- spRatio Double
- Specifies spiral1 and spiral2 ratio (length or A-value) .
- spType SpiralParamType
- Specifies the spRatio parameter's type.
- spiralDefinition SpiralType
- Specifies the spiral definition type.
Return Value
AlignmentSTS
See Also