AlignmentEntityCollectionAddFreeSSCSS Method |
Creates an AlignmentSSCSS (ReverseSpiral-Spiral-Curve-Spiral-ReverseSpiral group) subentity defined by a previous element, a next element, an AeccGeSCSCSConstraints and a spiral definition type .
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentSSCSS AddFreeSSCSS(
int previousEntityId,
int nextEntityId,
double sp1Param,
double sp2Param,
double radius,
double sp3Param,
double sp4Param,
bool isGreaterThan180,
SpiralType spiralDefinition
)
Public Function AddFreeSSCSS (
previousEntityId As Integer,
nextEntityId As Integer,
sp1Param As Double,
sp2Param As Double,
radius As Double,
sp3Param As Double,
sp4Param As Double,
isGreaterThan180 As Boolean,
spiralDefinition As SpiralType
) As AlignmentSSCSS
public:
AlignmentSSCSS^ AddFreeSSCSS(
int previousEntityId,
int nextEntityId,
double sp1Param,
double sp2Param,
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).
- sp2Param Double
- 2nd 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