MeshUnsafeLock Class |
Namespace: Rhino.Geometry
The MeshUnsafeLock type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FaceNormalsArray |
Retrieves a pointer to the raw mesh face normals array, which uses vectors
defined with single precision floating point numbers, or throws an exception if none is available.
| |
| FacesArray |
Retrieves a pointer to the raw faces array, which uses 4 integers for each face.
MeshFace.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| NormalVector3fArray |
Retrieves a pointer to the raw mesh vertex normal array, which uses vectors
defined with single precision floating point numbers, or throws an exception if none is available.
| |
| Release |
Releases the lock and updates the underlying unmanaged data structures.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| VertexColorsArray |
Retrieves a pointer to the raw mesh vertex colors array, which uses RGBA integers
or throws an exception if none is available.
| |
| VertexPoint3dArray |
Retrieves a pointer to the raw mesh vertex array, which uses coordinates
defined with double precision floating point numbers, or throws an exception if none is available.
| |
| VertexPoint3fArray |
Retrieves a pointer to the raw mesh vertex array, which uses coordinates
defined with single precision floating point numbers, or null if none is available.
|