ObjectAttributes.CastsShadows Property

ObjectAttributesCastsShadows Property

Gets or sets an object's casts shadows property, or whether or not an object casts shadows on other objects and a ground plane.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool CastsShadows { get; set; }
Public Property CastsShadows As Boolean
	Get
	Set

Property Value

Type: Boolean
Version Information

Rhino for Windows

Supported in: 6.8
See Also