CloudPoint
Description:
Represents a point obtained from a Point cloud.
Represents a point obtained from a Point cloud.
Inheritance Hierarchy:
System.Object
System.ValueType
Autodesk.Revit.DB.PointClouds.CloudPoint
System.Object
System.ValueType
Autodesk.Revit.DB.PointClouds.CloudPoint
public struct CloudPoint
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CloudPoint(Single, Single, Single, Int32) | None | Creates a new cloud point. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals | None | Indicates whether this instance and a specified object are equal. (Inherited from ValueType ) | ValueType |
| GetHashCode | None | Returns the hash code for this instance. (Inherited from ValueType ) | ValueType |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns the fully qualified type name of this instance. (Inherited from ValueType ) | ValueType |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Implicit(CloudPoint to XYZ) | XYZ | Creates an XYZ object from this point cloud. |