Changes in 2020 vs 2025 1 missing 6 changed
Flip API Versions →Missing in 2020 (only available in 2025)
Changed members
Curve.CreateOffset(Double, XYZ)
| offsetDist | Double | The signed distance that controls the offset. |
| referenceVector | XYZ | A reference vector to define the offset direction. |
| → returns | Curve | The new curve. |
Curve.CreateReversed()
| → returns | Curve | The new curve. |
Curve.CreateTransformed(Transform)
| transform | Transform | The transform to apply. |
| → returns | Curve | The new curve. |
Curve.GetEndParameter(Int32)
| index | Int32 | 0 for the start or 1 for end of the curve. |
| → returns | Double | The parameter. |
Curve.GetEndPoint(Int32)
| index | Int32 | 0 for the start or 1 for end of the curve. |
| → returns | XYZ | The curve endpoint. |
Curve.GetEndPointReference(Int32)
| index | Int32 | Use 0 for the start point; 1 for the end point. |
| → returns | nullNothingnullptr→Reference | Reference to the point or if reference cannot be obtained. |