Click or drag to resize

ChangeQueueMaterialFromOriginalInstanceId Method

Get the RenderMaterial from the ChangeQueue material cache from the original instance id

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.5
Syntax
public RenderMaterial MaterialFromOriginalInstanceId(
	Guid id
)

Parameters

id
Type: SystemGuid
The original instance id

Return Value

Type: RenderMaterial
RenderMaterial
See Also