Click or drag to resize

TriangleMeshPrimitive Constructor (SetHint)

Initializes a triangle mesh primitive with the specified setHint .

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TriangleMeshPrimitive(
	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