Click or drag to resize

RenderMeshProviderProgressForAll Method

Returns a complete list of progress reports for all providers for either the document or a collection of objects

Namespace:  Rhino.Render.CustomRenderMeshes
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public static RenderMeshProviderProgress[] ProgressForAll(
	RhinoDoc doc,
	Guid[] optional_objectIds
)

Parameters

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.Render.CustomRenderMeshes.RenderMeshProvider.ProgressForAll(Rhino.RhinoDoc,System.Guid[])"]

optional_objectIds
Type: SystemGuid

[Missing <param name="optional_objectIds"/> documentation for "M:Rhino.Render.CustomRenderMeshes.RenderMeshProvider.ProgressForAll(Rhino.RhinoDoc,System.Guid[])"]

Return Value

Type: RenderMeshProviderProgress

[Missing <returns> documentation for "M:Rhino.Render.CustomRenderMeshes.RenderMeshProvider.ProgressForAll(Rhino.RhinoDoc,System.Guid[])"]

See Also