AlignmentEntityCollectionAddFloatingSSC(Int32, Double, Double, SpiralParamType, Point3d, Point3d, SpiralType) Method |
Adds an AlignmentSSCSS (Spiral-Spiral-Curve-Spiral-Spiral group) entity constrained by a previous entity, spiral1 and spiral2 parameters,
two pass through points of the circular arc, and a spiral definition type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AlignmentSSCSS AddFloatingSSC(
int previousEntityId,
double sp1Param,
double sp2Param,
SpiralParamType spType,
Point3d passThroughPoint1,
Point3d passThroughPoint2,
SpiralType spiralDefinition
)
Public Function AddFloatingSSC (
previousEntityId As Integer,
sp1Param As Double,
sp2Param As Double,
spType As SpiralParamType,
passThroughPoint1 As Point3d,
passThroughPoint2 As Point3d,
spiralDefinition As SpiralType
) As AlignmentSSCSS
public:
AlignmentSSCSS^ AddFloatingSSC(
int previousEntityId,
double sp1Param,
double sp2Param,
SpiralParamType spType,
Point3d passThroughPoint1,
Point3d passThroughPoint2,
SpiralType spiralDefinition
)
Parameters
- previousEntityId Int32
- Previous entity identifier.
- sp1Param Double
- First spiral parameter (length or A-value).
- sp2Param Double
- Second spiral parameter (length or A-value).
- spType SpiralParamType
- Specifies the spParam parameters' type.
- passThroughPoint1 Point3d
- First pass-through point of the arc entity (point #1).
- passThroughPoint2 Point3d
- Second pass-through point of the arc entity (point #2).
- spiralDefinition SpiralType
- Specifies the spiral definition type.
Return Value
AlignmentSSCSS
See Also