SurfaceMeshPrimitive Constructor | 
| Name | Description | |
|---|---|---|
| SurfaceMeshPrimitive | 
Initializes a default surface mesh primitive.  This is
equivalent to constructing a surface mesh with a
SetHint
of Frequent and a
SurfaceMeshRenderingMethod
of Automatic.
  | |
| SurfaceMeshPrimitive(SetHint) | 
Initializes a surface mesh primitive with the specified setHint.
This is equivalent to constructing a surface mesh with the specified
setHint and a
SurfaceMeshRenderingMethod
of Automatic.
  | |
| SurfaceMeshPrimitive(SetHint, SurfaceMeshRenderingMethod) | 
Initializes a surface mesh primitive with the specified setHint
and renderingMethod.
  |