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