@itwin/core-geometry 4.1.0-dev.3 → 4.1.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/curve/Arc3d.d.ts +70 -86
- package/lib/cjs/curve/Arc3d.d.ts.map +1 -1
- package/lib/cjs/curve/Arc3d.js +109 -96
- package/lib/cjs/curve/Arc3d.js.map +1 -1
- package/lib/cjs/curve/CurveCollection.d.ts +47 -30
- package/lib/cjs/curve/CurveCollection.d.ts.map +1 -1
- package/lib/cjs/curve/CurveCollection.js +63 -34
- package/lib/cjs/curve/CurveCollection.js.map +1 -1
- package/lib/cjs/curve/CurveLocationDetail.d.ts +40 -41
- package/lib/cjs/curve/CurveLocationDetail.d.ts.map +1 -1
- package/lib/cjs/curve/CurveLocationDetail.js +31 -35
- package/lib/cjs/curve/CurveLocationDetail.js.map +1 -1
- package/lib/cjs/curve/CurvePrimitive.d.ts +137 -92
- package/lib/cjs/curve/CurvePrimitive.d.ts.map +1 -1
- package/lib/cjs/curve/CurvePrimitive.js +114 -75
- package/lib/cjs/curve/CurvePrimitive.js.map +1 -1
- package/lib/cjs/curve/GeometryQuery.d.ts +26 -20
- package/lib/cjs/curve/GeometryQuery.d.ts.map +1 -1
- package/lib/cjs/curve/GeometryQuery.js +11 -9
- package/lib/cjs/curve/GeometryQuery.js.map +1 -1
- package/lib/cjs/curve/LineSegment3d.d.ts +34 -25
- package/lib/cjs/curve/LineSegment3d.d.ts.map +1 -1
- package/lib/cjs/curve/LineSegment3d.js +76 -38
- package/lib/cjs/curve/LineSegment3d.js.map +1 -1
- package/lib/cjs/curve/LineString3d.d.ts +70 -51
- package/lib/cjs/curve/LineString3d.d.ts.map +1 -1
- package/lib/cjs/curve/LineString3d.js +120 -71
- package/lib/cjs/curve/LineString3d.js.map +1 -1
- package/lib/cjs/curve/Query/StrokeCountMap.d.ts +14 -13
- package/lib/cjs/curve/Query/StrokeCountMap.d.ts.map +1 -1
- package/lib/cjs/curve/Query/StrokeCountMap.js +9 -8
- package/lib/cjs/curve/Query/StrokeCountMap.js.map +1 -1
- package/lib/cjs/curve/StrokeOptions.d.ts +29 -21
- package/lib/cjs/curve/StrokeOptions.d.ts.map +1 -1
- package/lib/cjs/curve/StrokeOptions.js +44 -22
- package/lib/cjs/curve/StrokeOptions.js.map +1 -1
- package/lib/cjs/geometry3d/Matrix3d.d.ts +2 -2
- package/lib/cjs/geometry3d/Matrix3d.js +2 -2
- package/lib/cjs/geometry3d/Matrix3d.js.map +1 -1
- package/lib/esm/curve/Arc3d.d.ts +70 -86
- package/lib/esm/curve/Arc3d.d.ts.map +1 -1
- package/lib/esm/curve/Arc3d.js +109 -96
- package/lib/esm/curve/Arc3d.js.map +1 -1
- package/lib/esm/curve/CurveCollection.d.ts +47 -30
- package/lib/esm/curve/CurveCollection.d.ts.map +1 -1
- package/lib/esm/curve/CurveCollection.js +63 -34
- package/lib/esm/curve/CurveCollection.js.map +1 -1
- package/lib/esm/curve/CurveLocationDetail.d.ts +40 -41
- package/lib/esm/curve/CurveLocationDetail.d.ts.map +1 -1
- package/lib/esm/curve/CurveLocationDetail.js +31 -35
- package/lib/esm/curve/CurveLocationDetail.js.map +1 -1
- package/lib/esm/curve/CurvePrimitive.d.ts +137 -92
- package/lib/esm/curve/CurvePrimitive.d.ts.map +1 -1
- package/lib/esm/curve/CurvePrimitive.js +114 -75
- package/lib/esm/curve/CurvePrimitive.js.map +1 -1
- package/lib/esm/curve/GeometryQuery.d.ts +26 -20
- package/lib/esm/curve/GeometryQuery.d.ts.map +1 -1
- package/lib/esm/curve/GeometryQuery.js +11 -9
- package/lib/esm/curve/GeometryQuery.js.map +1 -1
- package/lib/esm/curve/LineSegment3d.d.ts +34 -25
- package/lib/esm/curve/LineSegment3d.d.ts.map +1 -1
- package/lib/esm/curve/LineSegment3d.js +76 -38
- package/lib/esm/curve/LineSegment3d.js.map +1 -1
- package/lib/esm/curve/LineString3d.d.ts +70 -51
- package/lib/esm/curve/LineString3d.d.ts.map +1 -1
- package/lib/esm/curve/LineString3d.js +120 -71
- package/lib/esm/curve/LineString3d.js.map +1 -1
- package/lib/esm/curve/Query/StrokeCountMap.d.ts +14 -13
- package/lib/esm/curve/Query/StrokeCountMap.d.ts.map +1 -1
- package/lib/esm/curve/Query/StrokeCountMap.js +9 -8
- package/lib/esm/curve/Query/StrokeCountMap.js.map +1 -1
- package/lib/esm/curve/StrokeOptions.d.ts +29 -21
- package/lib/esm/curve/StrokeOptions.d.ts.map +1 -1
- package/lib/esm/curve/StrokeOptions.js +44 -22
- package/lib/esm/curve/StrokeOptions.js.map +1 -1
- package/lib/esm/geometry3d/Matrix3d.d.ts +2 -2
- package/lib/esm/geometry3d/Matrix3d.js +2 -2
- package/lib/esm/geometry3d/Matrix3d.js.map +1 -1
- package/package.json +3 -3
package/lib/cjs/curve/Arc3d.d.ts
CHANGED
|
@@ -26,42 +26,40 @@ import { LineString3d } from "./LineString3d";
|
|
|
26
26
|
import { StrokeOptions } from "./StrokeOptions";
|
|
27
27
|
/**
|
|
28
28
|
* Compact vector form of an elliptic arc defined by center, vectors for angle coordinates 0 and 90 degrees, and sweep.
|
|
29
|
-
* *
|
|
29
|
+
* * @see [Curve Collections]($docs/learning/geometry/CurvePrimitive.md) learning article for further details of the
|
|
30
|
+
* parameterization and meaning of the vectors.
|
|
30
31
|
* @public
|
|
31
32
|
*/
|
|
32
33
|
export interface ArcVectors {
|
|
33
|
-
/**
|
|
34
|
+
/** Center point of arc */
|
|
34
35
|
center: Point3d;
|
|
35
|
-
/**
|
|
36
|
+
/** Vector to point at angle 0 in parameter space */
|
|
36
37
|
vector0: Vector3d;
|
|
37
|
-
/**
|
|
38
|
+
/** Vector to point at angle 90 degrees in parameter space */
|
|
38
39
|
vector90: Vector3d;
|
|
39
|
-
/**
|
|
40
|
+
/** Angle swept by the subset of the complete arc */
|
|
40
41
|
sweep: AngleSweep;
|
|
41
42
|
}
|
|
42
43
|
/**
|
|
43
44
|
* Circular or elliptic arc.
|
|
44
|
-
*
|
|
45
45
|
* * The angle to point equation is:
|
|
46
|
-
*
|
|
47
|
-
* * `X = center + cos(theta) * vector0 + sin(theta) * vector90`
|
|
46
|
+
* * `X = center + cos(theta) * vector0 + sin(theta) * vector90`
|
|
48
47
|
* * When the two vectors are perpendicular and have equal length, it is a true circle.
|
|
49
48
|
* * Non-perpendicular vectors are always elliptic.
|
|
50
|
-
* *
|
|
49
|
+
* * Vectors of unequal length are always elliptic.
|
|
51
50
|
* * To create an ellipse in the common "major and minor axis" form of an ellipse:
|
|
52
51
|
* ** vector0 is the vector from the center to the major axis extreme.
|
|
53
52
|
* ** vector90 is the vector from the center to the minor axis extreme.
|
|
54
|
-
* ** note
|
|
55
|
-
* *
|
|
56
|
-
* * The unrestricted form is much easier to work with for common calculations -- stroking, projection to 2d,
|
|
53
|
+
* ** note that constructing the vectors to the extreme points makes them perpendicular.
|
|
54
|
+
* * The method toScaledMatrix3d() can be called to convert the unrestricted vector0,vector90 to perpendicular form.
|
|
55
|
+
* * The unrestricted form is much easier to work with for common calculations -- stroking, projection to 2d,
|
|
56
|
+
* intersection with plane.
|
|
57
57
|
* @public
|
|
58
58
|
*/
|
|
59
59
|
export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
60
60
|
/** String name for schema properties */
|
|
61
61
|
readonly curvePrimitiveType = "arc";
|
|
62
|
-
/**
|
|
63
|
-
* Test if this and other are both instances of Arc3d.
|
|
64
|
-
*/
|
|
62
|
+
/** Test if this and other are both instances of Arc3d. */
|
|
65
63
|
isSameGeometryClass(other: GeometryQuery): boolean;
|
|
66
64
|
private _center;
|
|
67
65
|
private _matrix;
|
|
@@ -71,40 +69,26 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
71
69
|
private static _workPointC;
|
|
72
70
|
private static _workVectorU;
|
|
73
71
|
private static _workVectorV;
|
|
74
|
-
/**
|
|
75
|
-
* read property for (clone of) center
|
|
76
|
-
*/
|
|
72
|
+
/** Read property for (clone of) center */
|
|
77
73
|
get center(): Point3d;
|
|
78
|
-
/**
|
|
79
|
-
* read property for (clone of) vector0
|
|
80
|
-
*/
|
|
74
|
+
/** Read property for (clone of) vector0 */
|
|
81
75
|
get vector0(): Vector3d;
|
|
82
|
-
/**
|
|
83
|
-
* read property for (clone of) vector90
|
|
84
|
-
*/
|
|
76
|
+
/** Read property for (clone of) vector90 */
|
|
85
77
|
get vector90(): Vector3d;
|
|
86
|
-
/**
|
|
87
|
-
* read property for (clone of) plane normal, with arbitrary length.
|
|
88
|
-
*/
|
|
78
|
+
/** Read property for (clone of) plane normal, with arbitrary length. */
|
|
89
79
|
get perpendicularVector(): Vector3d;
|
|
90
|
-
/**
|
|
91
|
-
* read property for (clone of!) matrix of vector0, vector90, unit normal
|
|
92
|
-
*/
|
|
80
|
+
/** Read property for (clone of) matrix of vector0, vector90, unit normal */
|
|
93
81
|
matrixClone(): Matrix3d;
|
|
94
|
-
/**
|
|
95
|
-
* read property for (reference to !!) matrix of vector0, vector90, unit normal
|
|
96
|
-
*/
|
|
82
|
+
/** Read property for (reference to) matrix of vector0, vector90, unit normal */
|
|
97
83
|
get matrixRef(): Matrix3d;
|
|
98
84
|
/** Sweep of the angle. */
|
|
99
85
|
get sweep(): AngleSweep;
|
|
100
86
|
set sweep(value: AngleSweep);
|
|
101
|
-
/**
|
|
102
|
-
* An Arc3d extends along its complete elliptic arc
|
|
103
|
-
*/
|
|
87
|
+
/** An Arc3d extends along its complete elliptic arc */
|
|
104
88
|
get isExtensibleFractionSpace(): boolean;
|
|
105
89
|
private constructor();
|
|
106
90
|
/**
|
|
107
|
-
*
|
|
91
|
+
* Return a clone of the arc, with transform applied
|
|
108
92
|
* @param transform
|
|
109
93
|
*/
|
|
110
94
|
cloneTransformed(transform: Transform): Arc3d;
|
|
@@ -122,9 +106,7 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
122
106
|
* @param sweep angle sweep
|
|
123
107
|
*/
|
|
124
108
|
set(center: Point3d, matrix: Matrix3d, sweep: AngleSweep | undefined): void;
|
|
125
|
-
/**
|
|
126
|
-
* Copy center, matrix, and sweep from other Arc3d.
|
|
127
|
-
*/
|
|
109
|
+
/** Copy center, matrix, and sweep from other Arc3d */
|
|
128
110
|
setFrom(other: Arc3d): void;
|
|
129
111
|
/** Return a clone of this arc. */
|
|
130
112
|
clone(): Arc3d;
|
|
@@ -163,13 +145,15 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
163
145
|
* @param result optional preallocated result
|
|
164
146
|
*/
|
|
165
147
|
static create(center: Point3d | undefined, vector0: Vector3d, vector90: Vector3d, sweep?: AngleSweep, result?: Arc3d): Arc3d;
|
|
166
|
-
/**
|
|
148
|
+
/**
|
|
149
|
+
* Return a clone of this arc, projected to given z value.
|
|
167
150
|
* * If `z` is omitted, the clone is at the z of the center.
|
|
168
151
|
* * Note that projection to fixed z can change circle into ellipse (and (rarely) ellipse to circle)
|
|
169
152
|
*/
|
|
170
153
|
cloneAtZ(z?: number): Arc3d;
|
|
171
154
|
/**
|
|
172
|
-
* Create an arc by center (cx,cy,xz) with vectors (ux,uy,uz) and (vx,vy,vz) to points at 0 and 90 degrees in
|
|
155
|
+
* Create an arc by center (cx,cy,xz) with vectors (ux,uy,uz) and (vx,vy,vz) to points at 0 and 90 degrees in
|
|
156
|
+
* parameter space.
|
|
173
157
|
* @param result optional preallocated result
|
|
174
158
|
*/
|
|
175
159
|
static createXYZXYZXYZ(cx: number, cy: number, cz: number, ux: number, uy: number, uz: number, vx: number, vy: number, vz: number, sweep?: AngleSweep, result?: Arc3d): Arc3d;
|
|
@@ -180,7 +164,8 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
180
164
|
* * note that the eccentricity is AT MOST ONE.
|
|
181
165
|
*/
|
|
182
166
|
quickEccentricity(): number;
|
|
183
|
-
/**
|
|
167
|
+
/**
|
|
168
|
+
* Create a circular arc defined by start point, any intermediate point, and end point.
|
|
184
169
|
* If the points are colinear, assemble them into a linestring.
|
|
185
170
|
*/
|
|
186
171
|
static createCircularStartMiddleEnd(pointA: XYAndZ, pointB: XYAndZ, pointC: XYAndZ, result?: Arc3d): Arc3d | LineString3d | undefined;
|
|
@@ -204,7 +189,8 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
204
189
|
* @param result optional preallocated result
|
|
205
190
|
*/
|
|
206
191
|
fractionToPointAndDerivative(fraction: number, result?: Ray3d): Ray3d;
|
|
207
|
-
/**
|
|
192
|
+
/**
|
|
193
|
+
* Construct a plane with
|
|
208
194
|
* * origin at the fractional position along the arc
|
|
209
195
|
* * x axis is the first derivative, i.e. tangent along the arc
|
|
210
196
|
* * y axis is the second derivative, i.e. in the plane and on the center side of the tangent.
|
|
@@ -253,20 +239,21 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
253
239
|
* Uses quadrature.
|
|
254
240
|
*/
|
|
255
241
|
curveLength(): number;
|
|
256
|
-
/** Gauss point quadrature count for evaluating curve length.
|
|
242
|
+
/** Gauss point quadrature count for evaluating curve length. (The number of intervals is adjusted to the arc sweep) */
|
|
257
243
|
static readonly quadratureGuassCount = 5;
|
|
258
244
|
/** In quadrature for arc length, use this interval (divided by quickEccentricity) */
|
|
259
245
|
static readonly quadratureIntervalAngleDegrees = 10;
|
|
260
|
-
/**
|
|
246
|
+
/**
|
|
247
|
+
* * If this is a circular arc, return the simple length derived from radius and sweep.
|
|
261
248
|
* * Otherwise (i.e. if this elliptical) fall through CurvePrimitive integrator.
|
|
262
249
|
*/
|
|
263
250
|
curveLengthBetweenFractions(fraction0: number, fraction1: number): number;
|
|
264
251
|
/**
|
|
265
252
|
* Return an approximate (but easy to compute) arc length.
|
|
266
253
|
* The estimate is:
|
|
267
|
-
* * Form 8 chords on full circle, proportionally fewer for partials
|
|
268
|
-
* *
|
|
269
|
-
* * For a circle, we know this crude approximation has to be increased by a factor (theta/(2
|
|
254
|
+
* * Form 8 chords on full circle, proportionally fewer for partials (but 2 extras if less than half circle).
|
|
255
|
+
* * Sum the chord lengths.
|
|
256
|
+
* * For a circle, we know this crude approximation has to be increased by a factor (theta/(2*sin(theta/2))).
|
|
270
257
|
* * Apply that factor.
|
|
271
258
|
* * Experiments confirm that this is within 3 percent for a variety of eccentricities and arc sweeps.
|
|
272
259
|
*/
|
|
@@ -287,13 +274,15 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
287
274
|
/**
|
|
288
275
|
* Return details of the closest point on the arc, optionally extending to full ellipse.
|
|
289
276
|
* @param spacePoint search for point closest to this point.
|
|
290
|
-
* @param extend if true, consider projections to the complete ellipse.
|
|
277
|
+
* @param extend if true, consider projections to the complete ellipse. If false, consider only endpoints and
|
|
278
|
+
* projections within the arc sweep.
|
|
291
279
|
* @param result optional preallocated result.
|
|
292
280
|
*/
|
|
293
281
|
closestPoint(spacePoint: Point3d, extend: VariantCurveExtendParameter, result?: CurveLocationDetail): CurveLocationDetail;
|
|
294
282
|
/** Reverse the sweep of the arc. */
|
|
295
283
|
reverseInPlace(): void;
|
|
296
|
-
/**
|
|
284
|
+
/**
|
|
285
|
+
* Apply a transform to the arc basis vectors.
|
|
297
286
|
* * nonuniform (i.e. skewing) transforms are allowed.
|
|
298
287
|
* * The transformed vector0 and vector90 are NOT squared up as major minor axes. (This is a good feature!!)
|
|
299
288
|
*/
|
|
@@ -303,20 +292,16 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
303
292
|
* @param plane
|
|
304
293
|
*/
|
|
305
294
|
isInPlane(plane: Plane3dByOriginAndUnitNormal): boolean;
|
|
306
|
-
/**
|
|
307
|
-
* Return true if the vector0 and vector90 are of equal length and perpendicular.
|
|
308
|
-
*/
|
|
295
|
+
/** Return true if the vector0 and vector90 are of equal length and perpendicular. */
|
|
309
296
|
get isCircular(): boolean;
|
|
310
|
-
/**
|
|
311
|
-
* Return true if the vector0 and vector90 are of equal length and perpendicular.
|
|
312
|
-
*/
|
|
297
|
+
/** Return true if the vector0 and vector90 are of equal length and perpendicular. */
|
|
313
298
|
circularRadiusXY(): number | undefined;
|
|
314
299
|
/** If the arc is circular, return its radius. Otherwise return undefined */
|
|
315
300
|
circularRadius(): number | undefined;
|
|
316
301
|
/** Return the larger of the two defining vectors. */
|
|
317
302
|
maxVectorLength(): number;
|
|
318
303
|
/**
|
|
319
|
-
*
|
|
304
|
+
* Compute intersections with a plane.
|
|
320
305
|
* @param plane plane to intersect
|
|
321
306
|
* @param result array of locations on the curve.
|
|
322
307
|
*/
|
|
@@ -334,9 +319,9 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
334
319
|
*/
|
|
335
320
|
extendRangeInSweep(range: Range3d, sweep: AngleSweep, transform?: Transform): void;
|
|
336
321
|
/**
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
322
|
+
* Returns a (high accuracy) range of the curve between fractional positions
|
|
323
|
+
* * Default implementation returns teh range of the curve from clonePartialCurve
|
|
324
|
+
*/
|
|
340
325
|
rangeBetweenFractions(fraction0: number, fraction1: number, transform?: Transform): Range3d;
|
|
341
326
|
/**
|
|
342
327
|
* Set up a SineCosinePolynomial as the function c+u*cos(theta)+v*sin(theta) where
|
|
@@ -346,9 +331,7 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
346
331
|
* @internal
|
|
347
332
|
*/
|
|
348
333
|
getPlaneAltitudeSineCosinePolynomial(plane: PlaneAltitudeEvaluator, result?: SineCosinePolynomial): SineCosinePolynomial;
|
|
349
|
-
/**
|
|
350
|
-
* Create a new arc which is a unit circle centered at the origin.
|
|
351
|
-
*/
|
|
334
|
+
/** Create a new arc which is a unit circle centered at the origin. */
|
|
352
335
|
static createUnitCircle(): Arc3d;
|
|
353
336
|
/**
|
|
354
337
|
* Create a new arc which is parallel to the xy plane, with given center and radius and optional angle sweep.
|
|
@@ -371,8 +354,7 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
371
354
|
* @param vector90 vector from center to ellipse point at 90 degrees in parameter space
|
|
372
355
|
*/
|
|
373
356
|
setVector0Vector90(vector0: Vector3d, vector90: Vector3d): void;
|
|
374
|
-
/** Return the arc definition with rigid matrix form with axis radii
|
|
375
|
-
*/
|
|
357
|
+
/** Return the arc definition with rigid matrix form with axis radii */
|
|
376
358
|
toScaledMatrix3d(): {
|
|
377
359
|
center: Point3d;
|
|
378
360
|
axes: Matrix3d;
|
|
@@ -380,19 +362,16 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
380
362
|
r90: number;
|
|
381
363
|
sweep: AngleSweep;
|
|
382
364
|
};
|
|
383
|
-
/** Return the arc definition with center, two vectors, and angle sweep;
|
|
384
|
-
*/
|
|
365
|
+
/** Return the arc definition with center, two vectors, and angle sweep; */
|
|
385
366
|
toVectors(): ArcVectors;
|
|
386
|
-
/** Return the arc definition with center, two vectors, and angle sweep, optionally transformed.
|
|
387
|
-
*/
|
|
367
|
+
/** Return the arc definition with center, two vectors, and angle sweep, optionally transformed. */
|
|
388
368
|
toTransformedVectors(transform?: Transform): {
|
|
389
369
|
center: Point3d;
|
|
390
370
|
vector0: Vector3d;
|
|
391
371
|
vector90: Vector3d;
|
|
392
372
|
sweep: AngleSweep;
|
|
393
373
|
};
|
|
394
|
-
/** Return the arc definition with center, two vectors, and angle sweep, transformed to 4d points.
|
|
395
|
-
*/
|
|
374
|
+
/** Return the arc definition with center, two vectors, and angle sweep, transformed to 4d points. */
|
|
396
375
|
toTransformedPoint4d(matrix: Matrix4d): {
|
|
397
376
|
center: Point4d;
|
|
398
377
|
vector0: Point4d;
|
|
@@ -412,28 +391,29 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
412
391
|
* @return {*} [center: [], vector0:[], vector90:[], sweep []}
|
|
413
392
|
*/
|
|
414
393
|
toJSON(): any;
|
|
415
|
-
/**
|
|
416
|
-
* Test if this arc is almost equal to another GeometryQuery object
|
|
417
|
-
*/
|
|
394
|
+
/** Test if this arc is almost equal to another GeometryQuery object */
|
|
418
395
|
isAlmostEqual(otherGeometry: GeometryQuery): boolean;
|
|
419
396
|
/** Emit strokes to caller-supplied linestring */
|
|
420
397
|
emitStrokes(dest: LineString3d, options?: StrokeOptions): void;
|
|
421
398
|
/** Emit strokes to caller-supplied handler */
|
|
422
399
|
emitStrokableParts(handler: IStrokeHandler, options?: StrokeOptions): void;
|
|
423
400
|
/**
|
|
424
|
-
*
|
|
401
|
+
* Return the stroke count required for given options.
|
|
425
402
|
* @param options StrokeOptions that determine count
|
|
426
403
|
*/
|
|
427
404
|
computeStrokeCountForOptions(options?: StrokeOptions): number;
|
|
428
405
|
/** Second step of double dispatch: call `handler.handleArc3d(this)` */
|
|
429
406
|
dispatchToGeometryHandler(handler: GeometryHandler): any;
|
|
430
|
-
/**
|
|
407
|
+
/**
|
|
408
|
+
* Return (if possible) an arc which is a portion of this curve.
|
|
431
409
|
* @param fractionA [in] start fraction
|
|
432
410
|
* @param fractionB [in] end fraction
|
|
433
411
|
*/
|
|
434
412
|
clonePartialCurve(fractionA: number, fractionB: number): Arc3d;
|
|
435
|
-
/**
|
|
436
|
-
*
|
|
413
|
+
/**
|
|
414
|
+
* Return an arc whose basis vectors are rotated by given angle within the current basis space.
|
|
415
|
+
* * the result arc will have its zero-degree point (new `vector0`) at the current
|
|
416
|
+
* `vector0 * cos(theta) + vector90 * sin(theta)`
|
|
437
417
|
* * the result sweep is adjusted so all fractional coordinates (e.g. start and end) evaluate to the same xyz.
|
|
438
418
|
* * Specifically, theta is subtracted from the original start and end angles.
|
|
439
419
|
* @param theta the angle (in the input arc space) which is to become the 0-degree point in the new arc.
|
|
@@ -442,7 +422,8 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
442
422
|
/**
|
|
443
423
|
* Find intervals of this CurvePrimitive that are interior to a clipper
|
|
444
424
|
* @param clipper clip structure (e.g.clip planes)
|
|
445
|
-
* @param announce(optional) function to be called announcing fractional intervals"
|
|
425
|
+
* @param announce(optional) function to be called announcing fractional intervals"
|
|
426
|
+
* ` announce(fraction0, fraction1, curvePrimitive)`
|
|
446
427
|
* @returns true if any "in" segments are announced.
|
|
447
428
|
*/
|
|
448
429
|
announceClipIntervals(clipper: Clipper, announce?: AnnounceNumberNumberCurvePrimitive): boolean;
|
|
@@ -453,8 +434,10 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
453
434
|
* * Return the arc along with the fractional positions of the tangency points.
|
|
454
435
|
* * In the returned object:
|
|
455
436
|
* * `arc` is the (bounded) arc
|
|
456
|
-
* * `fraction10` is the tangency point's position as an interpolating fraction of the line segment from
|
|
457
|
-
*
|
|
437
|
+
* * `fraction10` is the tangency point's position as an interpolating fraction of the line segment from
|
|
438
|
+
* `point1` (backwards) to `point0`
|
|
439
|
+
* * `fraction12` is the tangency point's position as an interpolating fraction of the line segment from
|
|
440
|
+
* `point1` (forward) to `point2`
|
|
458
441
|
* * `point` is the `point1` input.
|
|
459
442
|
* * If unable to construct the arc:
|
|
460
443
|
* * `point` is the `point1` input.
|
|
@@ -476,7 +459,8 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
476
459
|
* @param offsetDistanceOrOptions offset distance (positive to left of the instance curve), or options object
|
|
477
460
|
*/
|
|
478
461
|
constructOffsetXY(offsetDistanceOrOptions: number | OffsetOptions): CurvePrimitive | CurvePrimitive[] | undefined;
|
|
479
|
-
/**
|
|
462
|
+
/**
|
|
463
|
+
* Project instance geometry (via dispatch) onto the given ray, and return the extreme fractional parameters of projection.
|
|
480
464
|
* @param ray ray onto which the instance is projected. A `Vector3d` is treated as a `Ray3d` with zero origin.
|
|
481
465
|
* @param lowHigh optional receiver for output
|
|
482
466
|
* @returns range of fractional projection parameters onto the ray, where 0.0 is start of the ray and 1.0 is the end of the ray.
|
|
@@ -490,11 +474,11 @@ export declare class Arc3d extends CurvePrimitive implements BeJSONFunctions {
|
|
|
490
474
|
export interface ArcBlendData {
|
|
491
475
|
/** Constructed arc */
|
|
492
476
|
arc?: Arc3d;
|
|
493
|
-
/**
|
|
477
|
+
/** Fraction "moving backward" on the inbound curve */
|
|
494
478
|
fraction10: number;
|
|
495
|
-
/**
|
|
479
|
+
/** Fraction "moving forward" on the outbound curve */
|
|
496
480
|
fraction12: number;
|
|
497
|
-
/**
|
|
481
|
+
/** Optional reference point */
|
|
498
482
|
point?: Point3d;
|
|
499
483
|
}
|
|
500
484
|
//# sourceMappingURL=Arc3d.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Arc3d.d.ts","sourceRoot":"","sources":["../../../src/curve/Arc3d.ts"],"names":[],"mappings":"AAKA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAa,eAAe,EAAY,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC3F,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAChF,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,4BAA4B,EAAE,MAAM,4CAA4C,CAAC;AAC1F,OAAO,EAAE,yBAAyB,EAAE,MAAM,yCAAyC,CAAC;AACpF,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAA+B,MAAM,yBAAyB,CAAC;AAC5F,OAAO,EAAuC,2BAA2B,EAAE,MAAM,mBAAmB,CAAC;AACrG,OAAO,EAAqB,mBAAmB,EAAqB,MAAM,uBAAuB,CAAC;AAClG,OAAO,EAAE,kCAAkC,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACtF,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAGhD,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAIhD
|
|
1
|
+
{"version":3,"file":"Arc3d.d.ts","sourceRoot":"","sources":["../../../src/curve/Arc3d.ts"],"names":[],"mappings":"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"}
|