The SCSSCSConstraints class. This class defines contraints for creating Spiral-Curve-Spiral-Spiral-Curve-Spiral (AlignmentSCSSCS) compound Alignment entities.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccGeSCSSCSConstraints>]
Autodesk.Civil.DatabaseServicesSCSSCSConstraints
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SCSSCSConstraints : [T:Autodesk.Civil.CivilWrapper<AeccGeSCSSCSConstraints>]
VB
Public Class SCSSCSConstraints Inherits [T:Autodesk.Civil.CivilWrapper<AeccGeSCSSCSConstraints>]
C++
public ref class SCSSCSConstraints : public [T:Autodesk.Civil.CivilWrapper<AeccGeSCSSCSConstraints>]
The SCSSCSConstraints type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateByArc1Angle | Creates an SCSSCSConstraints object that constrains the SCSSCS group by the angle of the first arc. |
![]() ![]() | CreateByArc1Length | Creates an SCSSCSConstraints object that constrains the SCSSCS group by the length of the first arc. |
![]() ![]() | CreateByArc1PassPt | Creates an SCSSCSConstraints object that constrains the SCSSCS group by the pass-through point of the first arc. |
![]() ![]() | CreateByArc2Angle | Creates an SCSSCSConstraints object that constrains the SCSSCS group by the second arc angle. |
![]() ![]() | CreateByArc2Length | Creates an SCSSCSConstraints object that constrains the SCSSCS group by the second arc length. |
![]() ![]() | CreateByArc2PassPt | Creates an SCSSCSConstraints object that constrains the SCSSCS group by the pass-through point for the second arc. |
![]() ![]() | CreateByEndPoint | Creates an SCSSCSConstraints object that constrains the SCSSCS group by the end point. |
![]() ![]() | CreateByStartPoint | Creates an SCSSCSConstraints object that constrains the SCSSCS group by the start point. |