Skip to content

Commit

Permalink
publish source from github.com/mcneel/rhino: 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcneel-build committed Sep 22, 2023
1 parent e254dae commit 1eef26a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quasar_site/src/api_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -111417,14 +111417,14 @@
{
"signature": "static SubDCreationOptions ConvexAndConcaveCornersAndInteriorCreases",
"protected": false,
"summary": "Look for convex corners at sub-D vertices with 2 edges or fewer that have an included angle ≤ 120 degrees. Look for concave corners at sub-D vertices with 3 edge or more that have an included angle ≥ 240 degrees.",
"summary": "Look for convex corners at sub-D vertices with 2 edges that have an included angle <= 90 degrees. Look for concave corners at sub-D vertices with 3 edge that have an included angle >= 270 degrees.",
"since": "8.0",
"property": ["get"]
},
{
"signature": "static SubDCreationOptions ConvexCornersAndInteriorCreases",
"protected": false,
"summary": "Look for convex corners at sub-D vertices with 2 edges or fewer that have an included angle ≤ 120 degrees.",
"summary": "Look for convex corners at sub-D vertices with 2 edges that have an included angle <= 90 degrees.",
"since": "7.0",
"property": ["get"]
},
Expand Down

0 comments on commit 1eef26a

Please sign in to comment.