SCSSCSConstraints Class

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.292
Syntax
public class SCSSCSConstraints : [T:Autodesk.Civil.CivilWrapper<AeccGeSCSSCSConstraints>]

The SCSSCSConstraints type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateByArc1Angle Creates an SCSSCSConstraints object that constrains the SCSSCS group by the angle of the first arc.
Public methodStatic memberCreateByArc1Length Creates an SCSSCSConstraints object that constrains the SCSSCS group by the length of the first arc.
Public methodStatic memberCreateByArc1PassPt Creates an SCSSCSConstraints object that constrains the SCSSCS group by the pass-through point of the first arc.
Public methodStatic memberCreateByArc2Angle Creates an SCSSCSConstraints object that constrains the SCSSCS group by the second arc angle.
Public methodStatic memberCreateByArc2Length Creates an SCSSCSConstraints object that constrains the SCSSCS group by the second arc length.
Public methodStatic memberCreateByArc2PassPt Creates an SCSSCSConstraints object that constrains the SCSSCS group by the pass-through point for the second arc.
Public methodStatic memberCreateByEndPoint Creates an SCSSCSConstraints object that constrains the SCSSCS group by the end point.
Public methodStatic memberCreateByStartPoint Creates an SCSSCSConstraints object that constrains the SCSSCS group by the start point.
Top
Remarks
An object of this type is required by the AlignmentEntityCollection::AddFreeSCSSCS method.
See Also