CurveLocationDetailPair Class
A pair of CurveLocationDetail.
Methods
| Name | Description | |
|---|---|---|
| constructor(detailA?: CurveLocationDetail, detailB?: CurveLocationDetail): CurveLocationDetailPair | ||
| clone(result?: CurveLocationDetailPair): CurveLocationDetailPair | Make a deep copy of this CurveLocationDetailPair | |
| createCapture(detailA: CurveLocationDetail, detailB: CurveLocationDetail, result?: CurveLocationDetailPair): CurveLocationDetailPair Static | Create a curve detail pair using references to two CurveLocationDetails |
Properties
| Name | Type | Description | |
|---|---|---|---|
| approachType | undefined | CurveCurveApproachType | enumeration of how the detail pairs relate. | |
| detailA | CurveLocationDetail | The first of the two details ... | |
| detailB | CurveLocationDetail | The second of the two details ... |
Defined in
Last Updated: 08 January, 2020