RhinoCommon API
ObjectTableReplace Method (ObjRef, Mesh) |
Replaces one object with new mesh object.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool Replace( ObjRef objref, Mesh mesh )
Public Function Replace ( objref As ObjRef, mesh As Mesh ) As Boolean
Parameters
- objref
- Type: Rhino.DocObjectsObjRef
reference to old object to be replaced. The objref.Object() will be deleted. - mesh
- Type: Rhino.GeometryMesh
new mesh to be added A duplicate of the mesh is added to the Rhino model.
Return Value
Type: Booleantrue if successful.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.8