Skip to content

M_Rhino_Geometry_Mesh_ReleaseUnsafeLock

Will Pearson edited this page Aug 12, 2016 · 1 revision

Mesh.ReleaseUnsafeLock Method

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

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public void ReleaseUnsafeLock(
	MeshUnsafeLock meshData
)

VB

Public Sub ReleaseUnsafeLock ( 
	meshData As MeshUnsafeLock
)

Parameters

 

meshData
Type: Rhino.Geometry.MeshUnsafeLock
The data that will be unlocked.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Mesh Class
Rhino.Geometry Namespace

Clone this wiki locally