Patches and Faces
 
 
 

This section provides an overview of how to work with Patches. It covers the main classes used when working with patches, and an example of creating a patch mesh.

The SDK provides a set of classes for creating and working with patches. A Patch is a three or four sided surface. Each edge of a patch is a bezier curve. Each edge has a vertex at the end and a vector attached to each of those ends. Inside a four sided patch are four interior vertices used to generate the surface inside. Inside a three sided patch are three interior vertices. Normally these vertices are set to be automatically calculated by the program to maintain continuity at the corners. They can however be set to be user-definable interior points.