RhinoObjectDestroyMeshes Method |
Destroys cached meshes of type meshType
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic virtual void DestroyMeshes(
MeshType meshType
)
Public Overridable Sub DestroyMeshes (
meshType As MeshType
)
Parameters
- meshType
- Type: Rhino.GeometryMeshType
type of meshes to create
Return Value
Type:
number of meshes created
See Also