Description:
Adds a point cloud object to the document.
Syntax:
Parameters:
- points
- Type: IEnumerable<Point3d>
- A list, an array or any enumerable set of Point3d .
- attributes
- Type: DocObjects.ObjectAttributes
- Attributes to apply to point cloud.
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
)
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:
Parameters:
- cloud
- Type: PointCloud
- PointCloud to add.
- attributes
- Type: DocObjects.ObjectAttributes
- attributes to apply to point cloud.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0
Description:
Adds a point cloud object to the document.
Syntax:
Parameters:
- cloud
- Type: PointCloud
- PointCloud to add.
Returns:
Type: Guid
A unique identifier for the object.
Available since:
5.0