RVTDocs.com

CloudPoint Structure

Description:
Represents a point obtained from a Point cloud.
Inheritance Hierarchy:
System.Object
  System.ValueType
    Autodesk.Revit.DB.PointClouds.CloudPoint
Syntax
public struct CloudPoint
CloudPoint Structure Members:
Name Description Inherited From
CloudPoint Creates a new cloud point.
Name Description Inherited From
Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType ) ValueType
GetHashCode Returns the hash code for this instance. (Inherited from ValueType ) ValueType
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns the fully qualified type name of this instance. (Inherited from ValueType ) ValueType
Name Description Inherited From
Implicit(CloudPoint to XYZ) Creates an XYZ object from this point cloud.
Name Description Inherited From
Color The color
X The X coordinate
Y The Y coordinate
Z The Z coordinate