forked from iTwin/itwinjs-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 86069: Area booleans for Loop and ParityRegion objects.
* (new) static RegionOps.regionBooleanXY - boolean operations among regions with curved boundaries. (Major feature) * Supporting changes * (new) enum RegionBinaryOpType {Union, Intersection, Parity, AMinusB, BMinusA. * curveCollection.cyclicCurvePrimitive -- optional second argument to suppress cyclic behavior. * curveChain.primitiveIndex to CurveLocationDetailPointAndDerivative * static CurveLocationDetail.createCurveEvaluatedFractionPointAndDerivative * CurveCollection and CurvePrimitive - implementations of collectCurvePrimitives and collectCurvePrimitivesGo have additional optional argument to request exploding linestrings to line segments.
- Loading branch information
1 parent
15a22d7
commit b99a594
Showing
22 changed files
with
1,185 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
common/changes/@bentley/geometry-core/EDLAreaBoolean_2020-05-11-12-24.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@bentley/geometry-core", | ||
"comment": "(alpha) boolean operations among regions with curved boundaries.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@bentley/geometry-core", | ||
"email": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.