Skip to content

CloudPoint

Public Constructor

Creates a new cloud point.

Namespace: Autodesk.Revit.DB.PointClouds

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public CloudPoint(
float x,
float y,
float z,
int color
)

Parameters

xSingle

The X coordinate.

ySingle

The Y coordinate.

zSingle

The Z coordinate.

colorInt32

The color.