PointCloudUnsafeLock Class |
Namespace: Rhino.Geometry
The PointCloudUnsafeLock type exposes the following members.
| Name | Description | |
|---|---|---|
| ColorArray |
Retrieves a pointer to the raw array of colors, which are represented
as 32-bit integers in ARGB format, or null if none is available.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| NormalArray |
Retrieves a pointer to the raw array of point normals, or null if none is available.
| |
| PointArray |
Retrieves a pointer to the raw point array, which uses coordinates
defined with double precision floating point numbers, or null 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.) | |
| ValueArray |
Retrieves a pointer to the raw array of point values, or null if none is available.
|