Share

Autodesk.AutoCAD.GraphicsInterface.ExtendedLightShape Enumeration

Description

This .NET class wraps the AcGiShadowParameters2::ExtendedLightShape ObjectARX class.

It gives the collection of shape of the extended light source.

Visual Basic

Public Enum ExtendedLightShape
  Linear
  Rectangle
  Disk
  Cylinder
  Sphere
End Enum

C#

public enum ExtendedLightShape {
  Linear,
  Rectangle,
  Disk,
  Cylinder,
  Sphere
}

Members

Members Description
Linear Linear lamps (communicated to mental ray as degenerate rectangles).
Rectangle Rectangular extended light source.
Disk Disk-shaped extended light source.
Cylinder Cylindrical extended light source.
Sphere Spherical extended light source.

Was this information helpful?