Click or drag to resize

CustomRenderMeshProviderRegisterProviders Method

Call this method once from your plug-ins OnLoad override for each assembly containing a custom mesh provider. Only publicly exported classes derived from CustomRenderMeshProvider with a public constructor that has no parameters will get registered.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public static void RegisterProviders(
	Assembly assembly,
	Guid pluginId
)

Parameters

assembly
Type: System.ReflectionAssembly
Assembly to search for valid CustomRenderMeshProvider derived classes.
pluginId
Type: SystemGuid
The plug-in that owns the custom mesh providers.
See Also