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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentSSCSS AddFreeSSCS(
int previousEntityId,
int nextEntityId,
double sp1Param,
double sp2Param,
double radius,
double sp3Param,
bool isGreaterThan180,
SpiralType spiralDefinition
)
Public Function AddFreeSSCS (
previousEntityId As Integer,
nextEntityId As Integer,
sp1Param As Double,
sp2Param As Double,
radius As Double,
sp3Param As Double,
isGreaterThan180 As Boolean,
spiralDefinition As SpiralType
) As AlignmentSSCSS
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