RenderTexture.SetRepeat Method

RenderTextureSetRepeat Method

Set repeat value across UVW space. If the projection type is WCS or other type specified in model units, then this is the repeat across 1 meter of the model.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.7
Syntax
public virtual void SetRepeat(
	Vector3d value,
	RenderContentChangeContexts changeContext
)
Public Overridable Sub SetRepeat ( 
	value As Vector3d,
	changeContext As RenderContentChangeContexts
)

Parameters

value
Type: Rhino.GeometryVector3d

[Missing <param name="value"/> documentation for "M:Rhino.Render.RenderTexture.SetRepeat(Rhino.Geometry.Vector3d,Rhino.Render.RenderContent.ChangeContexts)"]

changeContext
Type: Rhino.RenderRenderContentChangeContexts

[Missing <param name="changeContext"/> documentation for "M:Rhino.Render.RenderTexture.SetRepeat(Rhino.Geometry.Vector3d,Rhino.Render.RenderContent.ChangeContexts)"]

See Also