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.4.2516.0
Syntax
C# |
---|
public AlignmentSSCSS AddFreeSSCS(
int previousEntityId,
int nextEntityId,
double sp1Param,
double sp2Param,
double radius,
double sp3Param,
bool isGreaterThan180,
SpiralType spiralDefinition
) |
Visual Basic |
---|
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 |
Visual C++ |
---|
public:
AlignmentSSCSS^ AddFreeSSCS(
int previousEntityId,
int nextEntityId,
double sp1Param,
double sp2Param,
double radius,
double sp3Param,
bool isGreaterThan180,
SpiralType spiralDefinition
) |
Parameters
- previousEntityId
- Type: System..::..Int32
Previous entity identifier.
- nextEntityId
- Type: System..::..Int32
Next entity identifier.
- sp1Param
- Type: System..::..Double
1st parameter (spiral length).
- sp2Param
- Type: System..::..Double
2nd parameter (spiral length).
- radius
- Type: System..::..Double
.
- sp3Param
- Type: System..::..Double
3rd parameter (spiral length).
- isGreaterThan180
- Type: System..::..Boolean
Specifies the defletion angle of whole curve group.
- spiralDefinition
- Type: Autodesk.Civil..::..SpiralType
Specifies the spiral definition type.
See Also