SCSSCSConstraintsCreateByEndPoint Method |
Creates an SCSSCSConstraints object that constrains the SCSSCS group by the end point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static SCSSCSConstraints CreateByEndPoint(
Point2d endPoint,
double sp1Param,
double arc1Radius,
double sp2Param,
double sp3Param,
double arc2Radius,
double sp4Param,
bool isParamAValue
)
Public Shared Function CreateByEndPoint (
endPoint As Point2d,
sp1Param As Double,
arc1Radius As Double,
sp2Param As Double,
sp3Param As Double,
arc2Radius As Double,
sp4Param As Double,
isParamAValue As Boolean
) As SCSSCSConstraints
public:
static SCSSCSConstraints^ CreateByEndPoint(
Point2d endPoint,
double sp1Param,
double arc1Radius,
double sp2Param,
double sp3Param,
double arc2Radius,
double sp4Param,
bool isParamAValue
)
Parameters
- endPoint Point2d
- The end 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.
- 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.
- arc2Radius Double
- The radius of the second arc.
- sp4Param Double
- The fourth 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).
Return Value
SCSSCSConstraints
See Also