Gets the angles of the decal's arc of 'vertical sweep'. Replaces StartLongitude and EndLongitude.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax public void VertSweep(
out double sta,
out double end
)
Public Sub VertSweep (
<OutAttribute> ByRef sta As Double,
<OutAttribute> ByRef end As Double
)
Parameters
- sta
- Type: SystemDouble
[Missing <param name="sta"/> documentation for "M:Rhino.Render.Decal.VertSweep(System.Double@,System.Double@)"]
- end
- Type: SystemDouble
[Missing <param name="end"/> documentation for "M:Rhino.Render.Decal.VertSweep(System.Double@,System.Double@)"]
See Also