HistoryRecord.SetBrep Method

HistoryRecordSetBrep Method

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

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SetBrep(
	int id,
	Brep value
)
Public Function SetBrep ( 
	id As Integer,
	value As Brep
) As Boolean

Parameters

id
Type: SystemInt32

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

value
Type: Rhino.GeometryBrep

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also