Click or drag to resize

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
)

Parameters

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