M_Rhino_Geometry_Light_GetSpotLightRadii - mcneel/rhinocommon-api-docs GitHub Wiki

Light.GetSpotLightRadii Method

Gets the spot light radii.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool GetSpotLightRadii(
	out double innerRadius,
	out double outerRadius
)

VB

Public Function GetSpotLightRadii ( 
	<OutAttribute> ByRef innerRadius As Double,
	<OutAttribute> ByRef outerRadius As Double
) As Boolean

Parameters

 

innerRadius
Type: System.Double
The inner radius. This out parameter is assigned during this call.
outerRadius
Type: System.Double
The outer radius. This out parameter is assigned during this call.

Return Value

Type: Boolean
true if operation succeeded; otherwise, false.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Light Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️