Click or drag to resize

SurfaceMeshPrimitive Constructor

Overload List
  NameDescription
Public methodSurfaceMeshPrimitive
Initializes a default surface mesh primitive. This is equivalent to constructing a surface mesh with a SetHint of Frequent and a SurfaceMeshRenderingMethod of Automatic.
Public methodSurfaceMeshPrimitive(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.
Public methodSurfaceMeshPrimitive(SetHint, SurfaceMeshRenderingMethod)
Initializes a surface mesh primitive with the specified setHint and renderingMethod.
Top
See Also