Skip to content

M_Rhino_Geometry_Light_CreateSunLight

Will Pearson edited this page Aug 12, 2016 · 1 revision

Light.CreateSunLight Method (Sun)

Constructs a light which simulates a Sun.

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

Syntax

C#

public static Light CreateSunLight(
	Sun sun
)

VB

Public Shared Function CreateSunLight ( 
	sun As Sun
) As Light

Parameters

 

sun
Type: Sun
A Sun object from the Rhino.Render namespace.

Return Value

Type: Light
A light.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Light Class
CreateSunLight Overload
Rhino.Geometry Namespace

Clone this wiki locally