Description:

Adds a point cloud object to the document.

Syntax:
public Guid AddPointCloud(
IEnumerable<Point3d> points,
ObjectAttributes attributes
)
Parameters:
  • points
  • Type: IEnumerable<Point3d>
  • A list, an array or any enumerable set of Point3d .
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

Description:

Adds a point cloud object to the document.

Syntax:
public Guid AddPointCloud(
IEnumerable<Point3d> points
)
Parameters:
  • points
  • Type: IEnumerable<Point3d>
  • A list, an array or any enumerable set of Point3d .
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

Description:

Adds a point cloud object to the document.

Syntax:
public Guid AddPointCloud(
PointCloud cloud,
ObjectAttributes attributes
)
Parameters:
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

Description:

Adds a point cloud object to the document.

Syntax:
public Guid AddPointCloud(
PointCloud cloud
)
Parameters:
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0

AddPointCloud method

Class:  Rhino.FileIO.File3dmObjectTable

Nothing found