Click or drag to resize

ObjectTableReplace Method (Guid, GeometryBase, Boolean)

Replaces the geometry in one object.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.9
Syntax
public bool Replace(
	Guid objectId,
	GeometryBase geometry,
	bool ignoreModes
)

Parameters

objectId
Type: SystemGuid
Id of object to be replaced.
geometry
Type: Rhino.GeometryGeometryBase

[Missing <param name="geometry"/> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.Replace(System.Guid,Rhino.Geometry.GeometryBase,System.Boolean)"]

ignoreModes
Type: SystemBoolean

[Missing <param name="ignoreModes"/> documentation for "M:Rhino.DocObjects.Tables.ObjectTable.Replace(System.Guid,Rhino.Geometry.GeometryBase,System.Boolean)"]

Return Value

Type: Boolean
true if successful.
See Also