MeshUnsafeLock Class

MeshUnsafeLock Class

Permits access to the underlying mesh raw data structures in an unsafe way.
Inheritance Hierarchy
SystemObject
  Rhino.GeometryMeshUnsafeLock

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class MeshUnsafeLock : IDisposable
Public NotInheritable Class MeshUnsafeLock
	Implements IDisposable

The MeshUnsafeLock type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRelease
Releases the lock and updates the underlying unmanaged data structures.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVertexPoint3fArray
Retrieves a pointer to the raw mesh vertex array, which uses coordinates defined with single precision floating point numbers.
Top
Remarks
This lock object needs to be disposed before using the Mesh in other calculations and this can be achieved with the using keyword (Using in VB.Net).
Version Information

Rhino for Windows

Supported in: 6.14
See Also