Click or drag to resize

SimulatedTexture Constructor (RhinoDoc, Texture)

Initializes a new instance of the SimulatedTexture class

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.6
Syntax
public SimulatedTexture(
	RhinoDoc doc,
	Texture texture
)

Parameters

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.Render.SimulatedTexture.#ctor(Rhino.RhinoDoc,Rhino.DocObjects.Texture)"]

texture
Type: Rhino.DocObjectsTexture

[Missing <param name="texture"/> documentation for "M:Rhino.Render.SimulatedTexture.#ctor(Rhino.RhinoDoc,Rhino.DocObjects.Texture)"]

See Also