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: 25.1.421.0 (25.1.421.0)
Syntaxpublic SurfaceMeshPrimitive(
	SetHint setHint
)
Public Sub New ( 
	setHint As SetHint
)
public:
SurfaceMeshPrimitive(
	SetHint setHint
)
new : 
        setHint : SetHint -> SurfaceMeshPrimitiveParameters
- 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
Remarks
See Also