@itwin/core-geometry 3.0.0 → 3.1.0-dev.12
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/CHANGELOG.md +3 -38
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,41 +1,6 @@
|
|
|
1
1
|
# Change Log - @itwin/core-geometry
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
4
|
-
|
|
5
|
-
## 3.0.0
|
|
6
|
-
Mon, 24 Jan 2022 14:00:52 GMT
|
|
7
|
-
|
|
8
|
-
### Updates
|
|
9
|
-
|
|
10
|
-
- Add clonePartialCurve for spirals. Proper length computation for partial spirals.
|
|
11
|
-
- Create interpolation curve for through points construction.
|
|
12
|
-
- InterpolationCurve3d support
|
|
13
|
-
- add HalfEdgeGraphOps.expandConvexFaces
|
|
14
|
-
- Add curve tests to increase coverage
|
|
15
|
-
- add periodic B-spline curve ctor
|
|
16
|
-
- Upgrade target to ES2019 and deliver both a CommonJs and ESModule version of package
|
|
17
|
-
- Fix bug in polygon booleans when inputs are disjoint
|
|
18
|
-
- In wire offset, improve handling of arcs offset beyond their center
|
|
19
|
-
- When a UnionOfConvexClipPlaneSets clips a polyface, aggressively stitch shards.
|
|
20
|
-
- Produce triangles (instead of quads) (when requested) in AddUVGridBody.
|
|
21
|
-
- Documentation file for ClipPlane structures
|
|
22
|
-
- When building planes for a ClipShape, pre-filter the shape edges to remove danglers that violate triangulation requirements
|
|
23
|
-
- Correct problems with all-convex mask clips
|
|
24
|
-
- ClipUtilities.createComplementaryClips -- method to create a UnionOfConvexClipPlaneSets which covers the space outside of a ConvexClipPlaneSet
|
|
25
|
-
- Correct implementation of "mask" ClipPrimitive
|
|
26
|
-
- Implement appendPolygonClip in deep boolean trees.
|
|
27
|
-
- When building index for CurveChainWithDistanceIndex, refer to primary primitives rather than to stroked pieces.
|
|
28
|
-
- Various code coverage. Fix infinitie loop in "out of graph" case in InsertAndRetriangulateContext
|
|
29
|
-
- Fix poor accuracy of closestPoint for BSplineCurve3dH and Integrated Spirals
|
|
30
|
-
- Tests of area analysis for road section project. Shared-edge annotation from constructAllXYRegions
|
|
31
|
-
- Fix plane constructions on xy clipper from polyline offset
|
|
32
|
-
- Apply tolerance when determining if ClipShape polygon is closed.
|
|
33
|
-
- rename to @itwin/core-geometry
|
|
34
|
-
- remove ClientRequestContext and its subclasses
|
|
35
|
-
- Switching to consume new Projects-Client
|
|
36
|
-
- Renamed an iModel's parent container to iTwin
|
|
37
|
-
- Moved Point3d.interpolatePointAndTangent to Ray3d.interpolatePointAndTangent.
|
|
38
|
-
- Support for TypeDoc v0.22.7. Fix various broken docs links.
|
|
3
|
+
This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
|
|
39
4
|
|
|
40
5
|
## 2.19.28
|
|
41
6
|
Wed, 12 Jan 2022 14:52:38 GMT
|
|
@@ -794,7 +759,7 @@ Fri, 22 Nov 2019 14:03:34 GMT
|
|
|
794
759
|
|
|
795
760
|
### Updates
|
|
796
761
|
|
|
797
|
-
- PolyfaceQuery services: PolyfaceQuery.markAllEdgeVisibility PolyfaceQuery.markPairedEdgesInvisible PolyfaceQuery.setSingleEdgeVisibility PolyfaceQuery.computeFacetUnitNormal
|
|
762
|
+
- PolyfaceQuery services: PolyfaceQuery.markAllEdgeVisibility PolyfaceQuery.markPairedEdgesInvisible PolyfaceQuery.setSingleEdgeVisibility PolyfaceQuery.computeFacetUnitNormal
|
|
798
763
|
- Correct sectioning of meshes with (a) nonconvex facets and (b) multicomponent plane intersections
|
|
799
764
|
- Intersect Ray with Sphere
|
|
800
765
|
- Spherical patch range; optional result in range3d.corners()
|
|
@@ -925,7 +890,7 @@ Mon, 13 May 2019 15:52:05 GMT
|
|
|
925
890
|
- Triangulation bug (multiple holes not linked correctly)
|
|
926
891
|
- Fix broken links
|
|
927
892
|
- Put sourcemap in npm package.
|
|
928
|
-
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
893
|
+
- Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
|
|
929
894
|
- New code for regularizing a single face.
|
|
930
895
|
- Upgrade TypeDoc dependency to 0.14.2
|
|
931
896
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-geometry",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.1.0-dev.12",
|
|
4
4
|
"description": "iTwin.js Core Geometry library",
|
|
5
5
|
"main": "lib/cjs/core-geometry.js",
|
|
6
6
|
"module": "lib/esm/core-geometry.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"url": "http://www.bentley.com"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@itwin/build-tools": "3.0.
|
|
25
|
-
"@itwin/eslint-plugin": "3.0.
|
|
24
|
+
"@itwin/build-tools": "3.1.0-dev.12",
|
|
25
|
+
"@itwin/eslint-plugin": "3.1.0-dev.12",
|
|
26
26
|
"@types/chai": "^4.1.4",
|
|
27
27
|
"@types/flatbuffers": "~1.10.0",
|
|
28
28
|
"@types/mocha": "^8.2.2",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"typescript": "~4.4.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@itwin/core-bentley": "3.0.
|
|
40
|
+
"@itwin/core-bentley": "3.1.0-dev.12",
|
|
41
41
|
"flatbuffers": "~1.12.0"
|
|
42
42
|
},
|
|
43
43
|
"nyc": {
|