Click or drag to resize

ReplayHistoryResultUpdateToMesh Method

[Missing <summary> documentation for "M:Rhino.DocObjects.ReplayHistoryResult.UpdateToMesh(Rhino.Geometry.Mesh,Rhino.DocObjects.ObjectAttributes)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool UpdateToMesh(
	Mesh mesh,
	ObjectAttributes attributes
)

Parameters

mesh
Type: Rhino.GeometryMesh

[Missing <param name="mesh"/> documentation for "M:Rhino.DocObjects.ReplayHistoryResult.UpdateToMesh(Rhino.Geometry.Mesh,Rhino.DocObjects.ObjectAttributes)"]

attributes
Type: Rhino.DocObjectsObjectAttributes

[Missing <param name="attributes"/> documentation for "M:Rhino.DocObjects.ReplayHistoryResult.UpdateToMesh(Rhino.Geometry.Mesh,Rhino.DocObjects.ObjectAttributes)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.ReplayHistoryResult.UpdateToMesh(Rhino.Geometry.Mesh,Rhino.DocObjects.ObjectAttributes)"]

See Also