Click or drag to resize

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)
Since: 6.0
Syntax
public bool CastsShadows { get; set; }

Property Value

Type: Boolean
See Also