MaterialRefs.Create Method

MaterialRefsCreate Method

Call this method to create a MaterialRef which can be used when calling one of the Add methods.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public MaterialRef Create(
	MaterialRefCreateParams createParams
)
Public Function Create ( 
	createParams As MaterialRefCreateParams
) As MaterialRef

Parameters

createParams
Type: Rhino.DocObjectsMaterialRefCreateParams
Values used to initialize the MaterialRef

Return Value

Type: MaterialRef
A temporary MaterialRef object, the caller is responsible for disposing of this object.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also