ConstructCurveBetweenCurves Class
Context for constructing a curve that is interpolated between two other curves.
- The only callable method is the static
InterpolateBetween. - Other methods are called only by
dispatchToGeometryHandler
Extends
Methods
| Name | Description | |
|---|---|---|
| handleArc3d(arc0: Arc3d): any | To be directly called only by double dispatcher Assumes this.geometry1 was set by calling context. |
|
| handleLineSegment3d(segment0: LineSegment3d): any | To be directly called only by double dispatcher Assumes this.geometry1 was set by calling context. |
|
| handleLineString3d(ls0: LineString3d): any | To be directly called only by double dispatcher Assumes this.geometry1 was set by calling context. |
|
| interpolateBetween(geometry0: GeometryQuery, fraction: number, geometry1: GeometryQuery): GeometryQuery | undefined Static | Construct a geometry item which is fractionally interpolated between two others. |
Inherited methods
Defined in
Last Updated: 08 January, 2020