Click or drag to resize

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
)

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