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
)
Public Function MaterialFromOriginalInstanceId (
id As Guid
) As RenderMaterial
Parameters
- id
- Type: SystemGuid
The original instance id
Return Value
Type:
RenderMaterialRenderMaterial
See Also