Skip to content

Commit

Permalink
fix(release): Trigger new release to get around rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey authored and Chris Mackey committed Apr 3, 2024
1 parent 1a07959 commit d8b0566
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ it returns consistent results between them (cPython 2 and 3, IronPython 2).
- Triangulate Planar Geometry
- Compute Mesh Face Areas, Centroids, and Normals
- Move Any Geometry
- Rotate Any Geometry Around an Axis
- Rotate Any Geometry Around an Axis (or in the XY plane)
- Mirror (Reflect) Any Geometry Over a Plane
- Scale Any Geometry from a Base Point
- Check if a 2D Point Inside 2D Polygon
- Compute [Pole of Inaccessibility](https://en.wikipedia.org/wiki/Pole_of_inaccessibility) for any 2D Polygon
- Check the Relationship Between 2D Polygons within a Tolerance (inside, outside, overlap)
- Group 2D Polygons According to Overlaps
- Perform 2D Polygon Boolean Operations (Union, Intersection, Difference)
- Intersect Colinear 2D Polygon Segments with one Another (for matching lengths)
- Join Line Segments into Polylines
Expand All @@ -43,7 +45,7 @@ it returns consistent results between them (cPython 2 and 3, IronPython 2).
- Generate a Quad Mesh Grid from a 3D Face
- Generate Sub-faces Based on Ratio with a Face (used for window generation)
- Generate Contours and Contour Fins from a Face (used to generate louvers, fins and overhangs)
- Split 3D Coplanar Faces with one Another (for matching areas)
- Split, Union, or Intersect 3D Coplanar Faces with one Another (for matching areas)
- Solve Adjacencies by Matching 3D Face Geometries
- Join 3D Faces into 3D Polyfaces
- Check if a 3D PolyFace is a Closed Solid
Expand Down

0 comments on commit d8b0566

Please sign in to comment.