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.2.419.0 (24.2.419.0)
Syntax public SurfaceMeshPrimitive(
SetHint setHint
)
Public Sub New (
setHint As SetHint
)
public:
SurfaceMeshPrimitive(
SetHint setHint
)
new :
setHint : SetHint -> SurfaceMeshPrimitive
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 Remarks See Also