Click or drag to resize

SurfaceMeshPrimitive Constructor (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.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SurfaceMeshPrimitive(
	SetHint setHint
)

Parameters

setHint
Type: AGI.Foundation.GraphicsSetHint
The expected usage for Set methods. See the Set Hint topic for more information on selecting an appropriate value.
Exceptions
ExceptionCondition
UnsupportedCaseExceptionsetHint must be Infrequent or Frequent. Partial is not supported by this primitive.
Remarks
See Also