Creates an SCSCSConstraints object that constrains the SCSCS group by the second arc pass through point.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static SCSCSConstraints CreateByArc2PassPt( Point2d ptArc2PassThru, double sp1Param, double arc1Radius, double sp2Param, double arc2Radius, double sp3Param, bool isParamAValue )
VB
Public Shared Function CreateByArc2PassPt ( ptArc2PassThru As Point2d, sp1Param As Double, arc1Radius As Double, sp2Param As Double, arc2Radius As Double, sp3Param As Double, isParamAValue As Boolean ) As SCSCSConstraints
C++
public: static SCSCSConstraints^ CreateByArc2PassPt( Point2d ptArc2PassThru, double sp1Param, double arc1Radius, double sp2Param, double arc2Radius, double sp3Param, bool isParamAValue )
Parameters
- ptArc2PassThru Point2d
- The second arc pass through point.
- sp1Param Double
- The first spiral value. If isParamAValue is true, this is the spiral A value. If isParamAValue is false, this is the spiral length.
- arc1Radius Double
- The radius of the first arc.
- sp2Param Double
- The second spiral value. If isParamAValue is true, this is the spiral A value. If isParamAValue is false, this is the spiral length.
- arc2Radius Double
- The radius of the second arc.
- sp3Param Double
- The third spiral value. If isParamAValue is true, this is the spiral A value. If isParamAValue is false, this is the spiral length.
- isParamAValue Boolean
- Indicates whether the sp_Param parameters are A values (true) or lengths (false).