public class CadLight extends CadBaseEntity
Class describing CadLight
Constructor and Description |
---|
CadLight()
Initializes a new instance of the
CadLight class. |
Modifier and Type | Method and Description |
---|---|
double |
getAttenuationEndLimit()
Gets or sets the attenuation end limit.
|
boolean |
getAttenuationLimits()
Gets or sets a value indicating whether [attenuation limits].
|
double |
getAttenuationStartLimit()
Gets or sets the attenuation start limit.
|
short |
getAttenuationType()
Gets or sets the type of the attenuation.
|
Integer |
getAttribute421()
Gets or sets the attribute 421.
|
Short |
getAttribute63()
Gets or sets the attribute 63.
|
boolean |
getCastShadows()
Gets or sets a value indicating whether [cast shadows].
|
double |
getFalloffAngle()
Gets or sets the falloff angle.
|
double |
getHotspotAngle()
Gets or sets the hotspot angle.
|
double |
getIntenSity()
Gets or sets the inten sity.
|
String |
getLightName()
Gets or sets the name of the light.
|
Cad3DPoint |
getLightPosition()
Gets or sets the light position.
|
short |
getLightType()
Gets or sets the type of the light.
|
boolean |
getPlotGlyph()
Gets or sets a value indicating whether [plot glyph].
|
int |
getShadowMapSize()
Gets or sets the size of the shadow map.
|
short |
getShadowMapSoftness()
Gets or sets the shadow map softness.
|
short |
getShadowType()
Gets or sets the type of the shadow.
|
boolean |
getStatus()
Gets or sets a value indicating whether this
CadLight is status. |
Cad3DPoint |
getTargetLocation()
Gets or sets the target location.
|
int |
getTypeName()
Gets the name of the type.
|
int |
getVersionNumber()
Gets or sets the version number.
|
void |
setAttenuationEndLimit(double value)
Gets or sets the attenuation end limit.
|
void |
setAttenuationLimits(boolean value)
Gets or sets a value indicating whether [attenuation limits].
|
void |
setAttenuationStartLimit(double value)
Gets or sets the attenuation start limit.
|
void |
setAttenuationType(short value)
Gets or sets the type of the attenuation.
|
void |
setAttribute421(Integer value)
Gets or sets the attribute 421.
|
void |
setAttribute63(Short value)
Gets or sets the attribute 63.
|
void |
setCastShadows(boolean value)
Gets or sets a value indicating whether [cast shadows].
|
void |
setFalloffAngle(double value)
Gets or sets the falloff angle.
|
void |
setHotspotAngle(double value)
Gets or sets the hotspot angle.
|
void |
setIntenSity(double value)
Gets or sets the inten sity.
|
void |
setLightName(String value)
Gets or sets the name of the light.
|
void |
setLightPosition(Cad3DPoint value)
Gets or sets the light position.
|
void |
setLightType(short value)
Gets or sets the type of the light.
|
void |
setPlotGlyph(boolean value)
Gets or sets a value indicating whether [plot glyph].
|
void |
setShadowMapSize(int value)
Gets or sets the size of the shadow map.
|
void |
setShadowMapSoftness(short value)
Gets or sets the shadow map softness.
|
void |
setShadowType(short value)
Gets or sets the type of the shadow.
|
void |
setStatus(boolean value)
Gets or sets a value indicating whether this
CadLight is status. |
void |
setTargetLocation(Cad3DPoint value)
Gets or sets the target location.
|
void |
setVersionNumber(int value)
Gets or sets the version number.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadLight()
Initializes a new instance of the CadLight
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public final Short getAttribute63()
Gets or sets the attribute 63.
public final void setAttribute63(Short value)
Gets or sets the attribute 63.
value
- The attribute 63.public final Integer getAttribute421()
Gets or sets the attribute 421.
public final void setAttribute421(Integer value)
Gets or sets the attribute 421.
value
- The attribute 421.public final int getVersionNumber()
Gets or sets the version number.
public final void setVersionNumber(int value)
Gets or sets the version number.
value
- The version number.public final String getLightName()
Gets or sets the name of the light.
public final void setLightName(String value)
Gets or sets the name of the light.
value
- The name of the light.public final short getLightType()
Gets or sets the type of the light.
public final void setLightType(short value)
Gets or sets the type of the light.
value
- The type of the light.public final boolean getStatus()
Gets or sets a value indicating whether this CadLight
is status.
true
if status; otherwise, false
.public final void setStatus(boolean value)
Gets or sets a value indicating whether this CadLight
is status.
value
- true
if status; otherwise, false
.public final boolean getPlotGlyph()
Gets or sets a value indicating whether [plot glyph].
true
if [plot glyph]; otherwise, false
.public final void setPlotGlyph(boolean value)
Gets or sets a value indicating whether [plot glyph].
value
- true
if [plot glyph]; otherwise, false
.public final double getIntenSity()
Gets or sets the inten sity.
public final void setIntenSity(double value)
Gets or sets the inten sity.
value
- The inten sity.public final Cad3DPoint getLightPosition()
Gets or sets the light position.
public final void setLightPosition(Cad3DPoint value)
Gets or sets the light position.
value
- The light position.public final Cad3DPoint getTargetLocation()
Gets or sets the target location.
public final void setTargetLocation(Cad3DPoint value)
Gets or sets the target location.
value
- The target location.public final short getAttenuationType()
Gets or sets the type of the attenuation.
public final void setAttenuationType(short value)
Gets or sets the type of the attenuation.
value
- The type of the attenuation.public final boolean getAttenuationLimits()
Gets or sets a value indicating whether [attenuation limits].
true
if [attenuation limits]; otherwise, false
.public final void setAttenuationLimits(boolean value)
Gets or sets a value indicating whether [attenuation limits].
value
- true
if [attenuation limits]; otherwise, false
.public final double getAttenuationStartLimit()
Gets or sets the attenuation start limit.
public final void setAttenuationStartLimit(double value)
Gets or sets the attenuation start limit.
value
- The attenuation start limit.public final double getAttenuationEndLimit()
Gets or sets the attenuation end limit.
public final void setAttenuationEndLimit(double value)
Gets or sets the attenuation end limit.
value
- The attenuation end limit.public final double getHotspotAngle()
Gets or sets the hotspot angle.
public final void setHotspotAngle(double value)
Gets or sets the hotspot angle.
value
- The hotspot angle.public final double getFalloffAngle()
Gets or sets the falloff angle.
public final void setFalloffAngle(double value)
Gets or sets the falloff angle.
value
- The falloff angle.public final boolean getCastShadows()
Gets or sets a value indicating whether [cast shadows].
true
if [cast shadows]; otherwise, false
.public final void setCastShadows(boolean value)
Gets or sets a value indicating whether [cast shadows].
value
- true
if [cast shadows]; otherwise, false
.public final short getShadowType()
Gets or sets the type of the shadow.
public final void setShadowType(short value)
Gets or sets the type of the shadow.
value
- The type of the shadow.public final int getShadowMapSize()
Gets or sets the size of the shadow map.
public final void setShadowMapSize(int value)
Gets or sets the size of the shadow map.
value
- The size of the shadow map.public final short getShadowMapSoftness()
Gets or sets the shadow map softness.
public final void setShadowMapSoftness(short value)
Gets or sets the shadow map softness.
value
- The shadow map softness.