RVTDocs.com

CloudPoint

Constructor
Description:
Creates a new cloud point.
Syntax
public CloudPoint(
	float x,
	float y,
	float z,
	int color
)
Parameters
Parameter Type Description
x Single The X coordinate.
y Single The Y coordinate.
z Single The Z coordinate.
color Int32 The color.
Return Value