Click or drag to resize

DecalHorzSweep Method

Gets the angles of the decal's arc of 'horizontal sweep'. Replaces StartLatitude and EndLatitude.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void HorzSweep(
	out double sta,
	out double end
)

Parameters

sta
Type: SystemDouble

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

end
Type: SystemDouble

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

See Also