2027 Constructor
Changes 0
C

RectangleLightShape(Double, Double)

Description:
Creates a rectangle light shape object with the given emit length and width.
Overloads (3):
RectangleLightShape(Double,Double)
public RectangleLightShape(
	double emitLength,
	double emitWidth
)
  • Double
    emitLength
    The emit length as a numerical value in feet between 1.0e-9 and 30000.0
  • Double
    emitWidth
    The emit width as a numerical value in feet between 1.0e-9 and 30000.0