Skip to content

T_Rhino_Geometry_SubD_ConvexCornerOption

Will Pearson edited this page Aug 12, 2016 · 1 revision

SubD.ConvexCornerOption Enumeration

Defines how convex corners are treated.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public enum ConvexCornerOption

VB

Public Enumeration ConvexCornerOption

Members

 

Member name Value Description
Unset 0 The option is not set.
None 1 No convex coners.
AtMeshCorner 2 A convext subd corner will appear at input mesh/ boundary vertices where the corner angle <= MaximumConvexCornerAngleRadians() and the number of edges the end at the vertex is <= MaximumConvexCornerEdgeCount().

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Rhino.Geometry Namespace

Clone this wiki locally