RhinoCommon API
MeshUnsafeLock Class |
Permits access to the underlying mesh raw data structures in an unsafe way.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
The MeshUnsafeLock type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| Release |
Releases the lock and updates the underlying unmanaged data structures.
| |
| ToString | (Inherited from Object.) | |
| VertexPoint3fArray |
Retrieves a pointer to the raw mesh vertex array, which uses coordinates
defined with single precision floating point numbers.
|
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).