Click or drag to resize

ObjectTableReplace Method (Guid, PointCloud)

Replaces one object with new point cloud object.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Replace(
	Guid objectId,
	PointCloud pointcloud
)

Parameters

objectId
Type: SystemGuid
Id of object to be replaced.
pointcloud
Type: Rhino.GeometryPointCloud
new point cloud to be added A duplicate of the point cloud is added to the Rhino model.

Return Value

Type: Boolean
true if successful.
See Also