Mesh.ReleaseUnsafeLock Method

MeshReleaseUnsafeLock Method

Updates the Mesh data with the information that was stored via the MeshUnsafeLock.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void ReleaseUnsafeLock(
	MeshUnsafeLock meshData
)
Public Sub ReleaseUnsafeLock ( 
	meshData As MeshUnsafeLock
)

Parameters

meshData
Type: Rhino.GeometryMeshUnsafeLock
The data that will be unlocked.
See Also