2027 Structure
Changes 0
S

CloudPoint

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