public class CadSunObject extends CadBaseObject
The Cad sun object.
Constructor and Description |
---|
CadSunObject()
Initializes a new instance of the
CadSunObject class. |
Modifier and Type | Method and Description |
---|---|
CadIntParameter |
getAttribute421()
Gets or sets the attribute421.
|
CadShortParameter |
getColor()
Gets or sets the color.
|
CadBoolParameter |
getDaylightSavings()
Gets or sets a value indicating whether daylight savings.
|
CadDoubleParameter |
getIntensity()
Gets or sets the intensity.
|
CadIntParameter |
getJulianDay()
Gets or sets the julian day.
|
CadShortParameter |
getShadowMapSize()
Gets or sets the shadow map size.
|
CadBoolParameter |
getShadows()
Gets or sets a value indicating whether shadows.
|
CadShortParameter |
getShadowSoftness()
Gets or sets the shadow softness.
|
CadShortParameter |
getShadowType()
Gets or sets the shadow type.
|
CadBoolParameter |
getStatus()
Gets or sets a value indicating whether status.
|
CadIntParameter |
getTime()
Gets or sets the time.
|
CadIntParameter |
getVersionNumber()
Gets or sets the version number.
|
void |
setAttribute421(CadIntParameter value)
Gets or sets the attribute421.
|
void |
setColor(CadShortParameter value)
Gets or sets the color.
|
void |
setDaylightSavings(CadBoolParameter value)
Gets or sets a value indicating whether daylight savings.
|
void |
setIntensity(CadDoubleParameter value)
Gets or sets the intensity.
|
void |
setJulianDay(CadIntParameter value)
Gets or sets the julian day.
|
void |
setShadowMapSize(CadShortParameter value)
Gets or sets the shadow map size.
|
void |
setShadows(CadBoolParameter value)
Gets or sets a value indicating whether shadows.
|
void |
setShadowSoftness(CadShortParameter value)
Gets or sets the shadow softness.
|
void |
setShadowType(CadShortParameter value)
Gets or sets the shadow type.
|
void |
setStatus(CadBoolParameter value)
Gets or sets a value indicating whether status.
|
void |
setTime(CadIntParameter value)
Gets or sets the time.
|
void |
setVersionNumber(CadIntParameter value)
Gets or sets the version number.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadSunObject()
Initializes a new instance of the CadSunObject
class.
public CadIntParameter getAttribute421()
Gets or sets the attribute421.
public void setAttribute421(CadIntParameter value)
Gets or sets the attribute421.
value
- The attribute421.public CadShortParameter getColor()
Gets or sets the color.
public void setColor(CadShortParameter value)
Gets or sets the color.
public CadBoolParameter getDaylightSavings()
Gets or sets a value indicating whether daylight savings.
public void setDaylightSavings(CadBoolParameter value)
Gets or sets a value indicating whether daylight savings.
public CadDoubleParameter getIntensity()
Gets or sets the intensity.
public void setIntensity(CadDoubleParameter value)
Gets or sets the intensity.
public CadIntParameter getJulianDay()
Gets or sets the julian day.
public void setJulianDay(CadIntParameter value)
Gets or sets the julian day.
public CadShortParameter getShadowMapSize()
Gets or sets the shadow map size.
public void setShadowMapSize(CadShortParameter value)
Gets or sets the shadow map size.
public CadShortParameter getShadowSoftness()
Gets or sets the shadow softness.
public void setShadowSoftness(CadShortParameter value)
Gets or sets the shadow softness.
public CadShortParameter getShadowType()
Gets or sets the shadow type.
public void setShadowType(CadShortParameter value)
Gets or sets the shadow type.
public CadBoolParameter getShadows()
Gets or sets a value indicating whether shadows.
public void setShadows(CadBoolParameter value)
Gets or sets a value indicating whether shadows.
public CadBoolParameter getStatus()
Gets or sets a value indicating whether status.
public void setStatus(CadBoolParameter value)
Gets or sets a value indicating whether status.
public CadIntParameter getTime()
Gets or sets the time.
public void setTime(CadIntParameter value)
Gets or sets the time.
public CadIntParameter getVersionNumber()
Gets or sets the version number.
public void setVersionNumber(CadIntParameter value)
Gets or sets the version number.