Click or drag to resize

HistoryRecordSetMesh Method

[Missing <summary> documentation for "M:Rhino.DocObjects.HistoryRecord.SetMesh(System.Int32,Rhino.Geometry.Mesh)"]

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SetMesh(
	int id,
	Mesh value
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Rhino.DocObjects.HistoryRecord.SetMesh(System.Int32,Rhino.Geometry.Mesh)"]

value
Type: Rhino.GeometryMesh

[Missing <param name="value"/> documentation for "M:Rhino.DocObjects.HistoryRecord.SetMesh(System.Int32,Rhino.Geometry.Mesh)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.DocObjects.HistoryRecord.SetMesh(System.Int32,Rhino.Geometry.Mesh)"]

See Also