Click or drag to resize

RenderMeshProviderGetParameter Method

Runtime access to specific parameters on for a given objectId relating to this primitive provider.

Namespace:  Rhino.Render.CustomRenderMeshes
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public virtual Object GetParameter(
	RhinoDoc doc,
	Guid objectId,
	string parameterName
)

Parameters

doc
Type: RhinoRhinoDoc
The Rhino document of interest.
objectId
Type: SystemGuid
The objectId for which the parameter should be supplied.
parameterName
Type: SystemString
The name of the parameter.

Return Value

Type: Object
The value of the parameter for the specified ObjectId. IConvertable.
See Also