Click or drag to resize

ObjectTableReplace Method (Guid, SubD)

Replaces one object with new subd object.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool Replace(
	Guid objectId,
	SubD subD
)

Parameters

objectId
Type: SystemGuid
Id of object to be replaced.
subD
Type: Rhino.GeometrySubD
new mesh to be added A duplicate of the mesh is added to the Rhino model.

Return Value

Type: Boolean
true if successful.
See Also