Share

CloudPoint Structure

Represents a point obtained from a Point cloud.

Inheritance Hierarchy

System.Object
  System.ValueType
    Autodesk.Revit.DB.PointClouds.CloudPoint


Namespace: Autodesk.Revit.DB.PointClouds
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public struct CloudPoint

The CloudPoint type exposes the following members.

Constructors

 NameDescription
Public methodCloudPoint Creates a new cloud point.

Methods

 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Operators

 NameDescription
Public operatorStatic memberImplicit(CloudPoint to XYZ) Creates an XYZ object from this point cloud.

Fields

 NameDescription
Public fieldColorThe color
Public fieldXThe X coordinate
Public fieldYThe Y coordinate
Public fieldZThe Z coordinate

See Also

Reference

Was this information helpful?