Click or drag to resize

DecalSetVertSweep Method

Sets the angles of the decal's arc of 'vertical sweep'.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void SetVertSweep(
	double sta,
	double end
)

Parameters

sta
Type: SystemDouble

[Missing <param name="sta"/> documentation for "M:Rhino.Render.Decal.SetVertSweep(System.Double,System.Double)"]

end
Type: SystemDouble

[Missing <param name="end"/> documentation for "M:Rhino.Render.Decal.SetVertSweep(System.Double,System.Double)"]

See Also