Class SubdivisionSurface
Provides functionality to perform a Catmull-Clark Subdivision-Surface algorithm on a Geometry.
Inheritance
System.Object
SubdivisionSurface
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Jometri
Assembly: Fusee.Jometri.dll
Syntax
public class SubdivisionSurface
Methods
CatmullClarkSubdivision(Geometry)
Performs a Catmull-Clark Subdivision-Surface algorithm on a given geometry which is stored as DCEL.
Declaration
public static Geometry CatmullClarkSubdivision(Geometry geometry)
Parameters
Type | Name | Description |
---|---|---|
Geometry | geometry | The geometry to perform the SD on. |
Returns
Type | Description |
---|---|
Geometry | A smoother geometry with |