diff --git a/quasar_site/src/api_info.json b/quasar_site/src/api_info.json index 28873f89..dda00eac 100644 --- a/quasar_site/src/api_info.json +++ b/quasar_site/src/api_info.json @@ -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"] },