Skip to content

Commit

Permalink
Merge pull request #1166 from Dessia-tech/fix_local_disc
Browse files Browse the repository at this point in the history
Fix local discretization
  • Loading branch information
WirajanDASILVA authored Nov 30, 2023
2 parents 131519e + e7e2c3c commit f897207
Show file tree
Hide file tree
Showing 8 changed files with 7,015 additions and 42 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Circle2D: Now, it needs a Frame2D and a radius instead of a Center and a Radius. This allows to easily control the circle's direction (clockwise/counterclockwise)
- Arc2D: Arc 2D now must follow the same rotation direction of its circle.
- LineSegment2D/3D: The line attribute from which the line segment was defined was converted to a property, for performance and memory efficiency reasons.
- BSplineCurve: improve line_intersections performance.
- BSplineCurve: improve line_intersections performance.

#### faces.py
- Face3D: create a generic method for calculating intersections between two faces: _generic_face_intersections.
Expand Down
Loading

0 comments on commit f897207

Please sign in to comment.