Click or drag to resize

RenderTextureSimulateTexture Method (SimulatedTexture, RenderTextureTextureGeneration, Int32, RhinoObject)

[Missing <summary> documentation for "M:Rhino.Render.RenderTexture.SimulateTexture(Rhino.Render.SimulatedTexture@,Rhino.Render.RenderTexture.TextureGeneration,System.Int32,Rhino.DocObjects.RhinoObject)"]

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public virtual void SimulateTexture(
	ref SimulatedTexture simulation,
	RenderTextureTextureGeneration tg,
	int size = -1,
	RhinoObject obj = null
)

Parameters

simulation
Type: Rhino.RenderSimulatedTexture

[Missing <param name="simulation"/> documentation for "M:Rhino.Render.RenderTexture.SimulateTexture(Rhino.Render.SimulatedTexture@,Rhino.Render.RenderTexture.TextureGeneration,System.Int32,Rhino.DocObjects.RhinoObject)"]

tg
Type: Rhino.RenderRenderTextureTextureGeneration

[Missing <param name="tg"/> documentation for "M:Rhino.Render.RenderTexture.SimulateTexture(Rhino.Render.SimulatedTexture@,Rhino.Render.RenderTexture.TextureGeneration,System.Int32,Rhino.DocObjects.RhinoObject)"]

size (Optional)
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Rhino.Render.RenderTexture.SimulateTexture(Rhino.Render.SimulatedTexture@,Rhino.Render.RenderTexture.TextureGeneration,System.Int32,Rhino.DocObjects.RhinoObject)"]

obj (Optional)
Type: Rhino.DocObjectsRhinoObject

[Missing <param name="obj"/> documentation for "M:Rhino.Render.RenderTexture.SimulateTexture(Rhino.Render.SimulatedTexture@,Rhino.Render.RenderTexture.TextureGeneration,System.Int32,Rhino.DocObjects.RhinoObject)"]

See Also