| SubDCreationOptions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Rhino.Geometry
 Syntax
SyntaxThe SubDCreationOptions type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | SubDCreationOptions | 
            Create default options
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ConcaveCornerTest | 
            Get or sets the concave corner test option.
             | 
|   | ConvexAndConcaveCornersAndInteriorCreases | 
            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 edges or more that have an
            included angle ≥ 240 degrees.
             | 
|   | ConvexCornersAndInteriorCreases | 
            Look for convex corners at sub-D vertices with 2 edges or fewer that have an
            included angle ≤ 120 degrees.
             | 
|  | ConvexCornerTest | 
            Get or sets the convex corner test option.
             | 
|   | InteriorCreases | 
            Create an interior sub-D crease along all input mesh double edges
             | 
|  | InteriorCreaseTest | 
            Get or sets the interior crease test option.
             | 
|  | InterpolateMeshVertices | 
            If false, input mesh vertex locations will be used to set SubD vertex control net locations.
            If true, input mesh vertex locations will be used to set SubD vertex limit surface locations.
             | 
|  | MaximumConvexCornerAngleRadians | 
            If ConvexCornerTest == ConvexCornerOption.AtMeshCorner, then an input mesh boundary
            vertex becomes a SubD corner when the number of edges that end at the
            vertex is <= MaximumConvexCornerEdgeCount edges and the corner angle
            is <= MaximumConvexCornerAngleRadians.
             | 
|  | MaximumConvexCornerEdgeCount | 
            If ConvexCornerTest == ConvexCornerOption.AtMeshCorner, then an input mesh boundary
            vertex becomes a SubD corner when the number of edges that end at the
            vertex is <= MaximumConvexCornerEdgeCount edges and the corner angle
            is <= MaximumConvexCornerAngleRadians.
             | 
|  | MinimumConcaveCornerAngleRadians | 
            If ConcaveCornerTest == ConcaveCornerOption.AtMeshCorner, then an
            input mesh boundary vertex becomes a SubD corner when the number of
            edges that end at the vertex is >= MinimumConcaveCornerEdgeCount edges
            and the corner angle is >= MinimumConcaveCornerAngleRadians.
             | 
|  | MinimumConcaveCornerEdgeCount | 
            If ConcaveCornerTest == ConcaveCornerOption.AtMeshCorner, then an
            input mesh boundary vertex becomes a SubD corner when the number of
            edges that end at the vertex is >= MinimumConcaveCornerEdgeCount edges
            and the corner angle is >= MinimumConcaveCornerAngleRadians.
             | 
|   | Smooth | 
            No interior creases and no corners.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | 
            Delete unmanaged pointer for this
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | 
            Finalizer
            (Overrides ObjectFinalize.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also