Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadMaterial

    • Constructor Detail

      • CadMaterial

        public CadMaterial()

        Initializes a new instance of the CadMaterial class.

    • Method Detail

      • getMaterialName

        public CadStringParameter getMaterialName()

        Gets or sets the name of the material.

        Returns:
        The name of the material.
      • setMaterialName

        public void setMaterialName(CadStringParameter value)

        Gets or sets the name of the material.

        Parameters:
        value - The name of the material.
      • getDescription

        public CadStringParameter getDescription()

        Gets or sets the description.

        Returns:
        The description.
      • setDescription

        public void setDescription(CadStringParameter value)

        Gets or sets the description.

        Parameters:
        value - The description.
      • getAmbientColorMethod

        public CadShortParameter getAmbientColorMethod()

        Gets or sets the ambient color method.

        Returns:
        The ambient color method.
      • setAmbientColorMethod

        public void setAmbientColorMethod(CadShortParameter value)

        Gets or sets the ambient color method.

        Parameters:
        value - The ambient color method.
      • getAmbientColorFactor

        public CadDoubleParameter getAmbientColorFactor()

        Gets or sets the ambient color factor.

        Returns:
        The ambient color factor.
      • setAmbientColorFactor

        public void setAmbientColorFactor(CadDoubleParameter value)

        Gets or sets the ambient color factor.

        Parameters:
        value - The ambient color factor.
      • getAmbientColorValue

        public CadIntParameter getAmbientColorValue()

        Gets or sets the ambient color value.

        Returns:
        The ambient color value.
      • setAmbientColorValue

        public void setAmbientColorValue(CadIntParameter value)

        Gets or sets the ambient color value.

        Parameters:
        value - The ambient color value.
      • getDiffuseColorMethod

        public CadShortParameter getDiffuseColorMethod()

        Gets or sets the diffuse color method.

        Returns:
        The diffuse color method.
      • setDiffuseColorMethod

        public void setDiffuseColorMethod(CadShortParameter value)

        Gets or sets the diffuse color method.

        Parameters:
        value - The diffuse color method.
      • getDiffuseColorFactor

        public CadDoubleParameter getDiffuseColorFactor()

        Gets or sets the diffuse color factor.

        Returns:
        The diffuse color factor.
      • setDiffuseColorFactor

        public void setDiffuseColorFactor(CadDoubleParameter value)

        Gets or sets the diffuse color factor.

        Parameters:
        value - The diffuse color factor.
      • getDiffuseColorValue

        public CadIntParameter getDiffuseColorValue()

        Gets or sets the diffuse color value.

        Returns:
        The diffuse color value.
      • setDiffuseColorValue

        public void setDiffuseColorValue(CadIntParameter value)

        Gets or sets the diffuse color value.

        Parameters:
        value - The diffuse color value.
      • getDiffuseMapBlendFactor

        public CadDoubleParameter getDiffuseMapBlendFactor()

        Gets or sets the diffuse map blend factor.

        Returns:
        The diffuse map blend factor.
      • setDiffuseMapBlendFactor

        public void setDiffuseMapBlendFactor(CadDoubleParameter value)

        Gets or sets the diffuse map blend factor.

        Parameters:
        value - The diffuse map blend factor.
      • getDiffuseMapSource

        public CadShortParameter getDiffuseMapSource()

        Gets or sets the diffuse map source.

        Returns:
        The diffuse map source.
      • setDiffuseMapSource

        public void setDiffuseMapSource(CadShortParameter value)

        Gets or sets the diffuse map source.

        Parameters:
        value - The diffuse map source.
      • getDiffuseMapFileName

        public CadStringParameter getDiffuseMapFileName()

        Gets or sets the name of the diffuse map file.

        Returns:
        The name of the diffuse map file.
      • setDiffuseMapFileName

        public void setDiffuseMapFileName(CadStringParameter value)

        Gets or sets the name of the diffuse map file.

        Parameters:
        value - The name of the diffuse map file.
      • getDiffuseMapMapperProjectionMethod

        public CadShortParameter getDiffuseMapMapperProjectionMethod()

        Gets or sets the diffuse map mapper projection method.

        Returns:
        The diffuse map mapper projection method.
      • setDiffuseMapMapperProjectionMethod

        public void setDiffuseMapMapperProjectionMethod(CadShortParameter value)

        Gets or sets the diffuse map mapper projection method.

        Parameters:
        value - The diffuse map mapper projection method.
      • getTilingMethod

        public CadShortParameter getTilingMethod()

        Gets or sets the tiling method.

        Returns:
        The tiling method.
      • setTilingMethod

        public void setTilingMethod(CadShortParameter value)

        Gets or sets the tiling method.

        Parameters:
        value - The tiling method.
      • getAutoTransformMethod

        public CadShortParameter getAutoTransformMethod()

        Gets or sets the automatic transform method.

        Returns:
        The automatic transform method.
      • setAutoTransformMethod

        public void setAutoTransformMethod(CadShortParameter value)

        Gets or sets the automatic transform method.

        Parameters:
        value - The automatic transform method.
      • getDiffuseTransformMatrix

        public List<CadDoubleParameter> getDiffuseTransformMatrix()

        Gets or sets the diffuse transform matrix.

        Returns:
        The diffuse transform matrix.
      • setDiffuseTransformMatrix

        public void setDiffuseTransformMatrix(List<CadDoubleParameter> value)

        Gets or sets the diffuse transform matrix.

        Parameters:
        value - The diffuse transform matrix.
      • getSpecularGlossFactor

        public CadDoubleParameter getSpecularGlossFactor()

        Gets or sets the specular gloss factor.

        Returns:
        The specular gloss factor.
      • setSpecularGlossFactor

        public void setSpecularGlossFactor(CadDoubleParameter value)

        Gets or sets the specular gloss factor.

        Parameters:
        value - The specular gloss factor.
      • getSpecularColorMethod

        public CadShortParameter getSpecularColorMethod()

        Gets or sets the specular color method.

        Returns:
        The specular color method.
      • setSpecularColorMethod

        public void setSpecularColorMethod(CadShortParameter value)

        Gets or sets the specular color method.

        Parameters:
        value - The specular color method.
      • getSpecularColorFactor

        public CadDoubleParameter getSpecularColorFactor()

        Gets or sets the specular color factor.

        Returns:
        The specular color factor.
      • setSpecularColorFactor

        public void setSpecularColorFactor(CadDoubleParameter value)

        Gets or sets the specular color factor.

        Parameters:
        value - The specular color factor.
      • getSpecularColorValue

        public CadIntParameter getSpecularColorValue()

        Gets or sets the specular color value.

        Returns:
        The specular color value.
      • setSpecularColorValue

        public void setSpecularColorValue(CadIntParameter value)

        Gets or sets the specular color value.

        Parameters:
        value - The specular color value.
      • getSpecularMapBlendFactor

        public CadDoubleParameter getSpecularMapBlendFactor()

        Gets or sets the specular map blend factor.

        Returns:
        The specular map blend factor.
      • setSpecularMapBlendFactor

        public void setSpecularMapBlendFactor(CadDoubleParameter value)

        Gets or sets the specular map blend factor.

        Parameters:
        value - The specular map blend factor.
      • getSpecularMapSource

        public CadShortParameter getSpecularMapSource()

        Gets or sets the specular map source.

        Returns:
        The specular map source.
      • setSpecularMapSource

        public void setSpecularMapSource(CadShortParameter value)

        Gets or sets the specular map source.

        Parameters:
        value - The specular map source.
      • getSpecularMapFileName

        public CadStringParameter getSpecularMapFileName()

        Gets or sets the name of the specular map file.

        Returns:
        The name of the specular map file.
      • setSpecularMapFileName

        public void setSpecularMapFileName(CadStringParameter value)

        Gets or sets the name of the specular map file.

        Parameters:
        value - The name of the specular map file.
      • getSpecularMapMapperProjectionMethod

        public CadShortParameter getSpecularMapMapperProjectionMethod()

        Gets or sets the specular map mapper projection method.

        Returns:
        The specular map mapper projection method.
      • setSpecularMapMapperProjectionMethod

        public void setSpecularMapMapperProjectionMethod(CadShortParameter value)

        Gets or sets the specular map mapper projection method.

        Parameters:
        value - The specular map mapper projection method.
      • getSpecularMapMapperTilingMethod

        public CadShortParameter getSpecularMapMapperTilingMethod()

        Gets or sets the specular map mapper tiling method.

        Returns:
        The specular map mapper tiling method.
      • setSpecularMapMapperTilingMethod

        public void setSpecularMapMapperTilingMethod(CadShortParameter value)

        Gets or sets the specular map mapper tiling method.

        Parameters:
        value - The specular map mapper tiling method.
      • getSpecularMapMapperAutoTransformMethod

        public CadShortParameter getSpecularMapMapperAutoTransformMethod()

        Gets or sets the specular map mapper automatic transform method.

        Returns:
        The specular map mapper automatic transform method.
      • setSpecularMapMapperAutoTransformMethod

        public void setSpecularMapMapperAutoTransformMethod(CadShortParameter value)

        Gets or sets the specular map mapper automatic transform method.

        Parameters:
        value - The specular map mapper automatic transform method.
      • getSpecularMapMapperTransformMatrix

        public List<CadDoubleParameter> getSpecularMapMapperTransformMatrix()

        Gets or sets the specular map mapper transform matrix.

        Returns:
        The specular map mapper transform matrix.
      • setSpecularMapMapperTransformMatrix

        public void setSpecularMapMapperTransformMatrix(List<CadDoubleParameter> value)

        Gets or sets the specular map mapper transform matrix.

        Parameters:
        value - The specular map mapper transform matrix.
      • getReflectionMapBlendFactor

        public CadDoubleParameter getReflectionMapBlendFactor()

        Gets or sets the reflection map blend factor.

        Returns:
        The reflection map blend factor.
      • setReflectionMapBlendFactor

        public void setReflectionMapBlendFactor(CadDoubleParameter value)

        Gets or sets the reflection map blend factor.

        Parameters:
        value - The reflection map blend factor.
      • getReflectionMapSource

        public CadShortParameter getReflectionMapSource()

        Gets or sets the reflection map source.

        Returns:
        The reflection map source.
      • setReflectionMapSource

        public void setReflectionMapSource(CadShortParameter value)

        Gets or sets the reflection map source.

        Parameters:
        value - The reflection map source.
      • getReflectionMapFileName

        public CadStringParameter getReflectionMapFileName()

        Gets or sets the name of the reflection map file.

        Returns:
        The name of the reflection map file.
      • setReflectionMapFileName

        public void setReflectionMapFileName(CadStringParameter value)

        Gets or sets the name of the reflection map file.

        Parameters:
        value - The name of the reflection map file.
      • getReflectionMapMapperProjectionMethod

        public CadShortParameter getReflectionMapMapperProjectionMethod()

        Gets or sets the reflection map mapper projection method.

        Returns:
        The reflection map mapper projection method.
      • setReflectionMapMapperProjectionMethod

        public void setReflectionMapMapperProjectionMethod(CadShortParameter value)

        Gets or sets the reflection map mapper projection method.

        Parameters:
        value - The reflection map mapper projection method.
      • getReflectionMapMapperTilingMethod

        public CadShortParameter getReflectionMapMapperTilingMethod()

        Gets or sets the reflection map mapper tiling method.

        Returns:
        The reflection map mapper tiling method.
      • setReflectionMapMapperTilingMethod

        public void setReflectionMapMapperTilingMethod(CadShortParameter value)

        Gets or sets the reflection map mapper tiling method.

        Parameters:
        value - The reflection map mapper tiling method.
      • getReflectionMapMapperAutoTransformMethod

        public CadShortParameter getReflectionMapMapperAutoTransformMethod()

        Gets or sets the reflection map mapper automatic transform method.

        Returns:
        The reflection map mapper automatic transform method.
      • setReflectionMapMapperAutoTransformMethod

        public void setReflectionMapMapperAutoTransformMethod(CadShortParameter value)

        Gets or sets the reflection map mapper automatic transform method.

        Parameters:
        value - The reflection map mapper automatic transform method.
      • getReflectionMapMapperTransformMatrix

        public List<CadDoubleParameter> getReflectionMapMapperTransformMatrix()

        Gets or sets the reflection map mapper transform matrix.

        Returns:
        The reflection map mapper transform matrix.
      • setReflectionMapMapperTransformMatrix

        public void setReflectionMapMapperTransformMatrix(List<CadDoubleParameter> value)

        Gets or sets the reflection map mapper transform matrix.

        Parameters:
        value - The reflection map mapper transform matrix.
      • getOpacityPercent

        public CadDoubleParameter getOpacityPercent()

        Gets or sets the opacity percent.

        Returns:
        The opacity percent.
      • setOpacityPercent

        public void setOpacityPercent(CadDoubleParameter value)

        Gets or sets the opacity percent.

        Parameters:
        value - The opacity percent.
      • getOpacityMapBlendFactor

        public CadDoubleParameter getOpacityMapBlendFactor()

        Gets or sets the opacity map blend factor.

        Returns:
        The opacity map blend factor.
      • setOpacityMapBlendFactor

        public void setOpacityMapBlendFactor(CadDoubleParameter value)

        Gets or sets the opacity map blend factor.

        Parameters:
        value - The opacity map blend factor.
      • getOpacityMapSource

        public CadShortParameter getOpacityMapSource()

        Gets or sets the opacity map source.

        Returns:
        The opacity map source.
      • setOpacityMapSource

        public void setOpacityMapSource(CadShortParameter value)

        Gets or sets the opacity map source.

        Parameters:
        value - The opacity map source.
      • getOpacityMapFileName

        public CadStringParameter getOpacityMapFileName()

        Gets or sets the name of the opacity map file.

        Returns:
        The name of the opacity map file.
      • setOpacityMapFileName

        public void setOpacityMapFileName(CadStringParameter value)

        Gets or sets the name of the opacity map file.

        Parameters:
        value - The name of the opacity map file.
      • getOpacityMapMapperProjectionMethod

        public CadShortParameter getOpacityMapMapperProjectionMethod()

        Gets or sets the opacity map mapper projection method.

        Returns:
        The opacity map mapper projection method.
      • setOpacityMapMapperProjectionMethod

        public void setOpacityMapMapperProjectionMethod(CadShortParameter value)

        Gets or sets the opacity map mapper projection method.

        Parameters:
        value - The opacity map mapper projection method.
      • getOpacityMapMapperTilingMethod

        public CadShortParameter getOpacityMapMapperTilingMethod()

        Gets or sets the opacity map mapper tiling method.

        Returns:
        The opacity map mapper tiling method.
      • setOpacityMapMapperTilingMethod

        public void setOpacityMapMapperTilingMethod(CadShortParameter value)

        Gets or sets the opacity map mapper tiling method.

        Parameters:
        value - The opacity map mapper tiling method.
      • getOpacityMapMapperAutoTransformMethod

        public CadShortParameter getOpacityMapMapperAutoTransformMethod()

        Gets or sets the opacity map mapper automatic transform method.

        Returns:
        The opacity map mapper automatic transform method.
      • setOpacityMapMapperAutoTransformMethod

        public void setOpacityMapMapperAutoTransformMethod(CadShortParameter value)

        Gets or sets the opacity map mapper automatic transform method.

        Parameters:
        value - The opacity map mapper automatic transform method.
      • getOpacityMapMapperTransformMatrix

        public List<CadDoubleParameter> getOpacityMapMapperTransformMatrix()

        Gets or sets the opacity map mapper transform matrix.

        Returns:
        The opacity map mapper transform matrix.
      • setOpacityMapMapperTransformMatrix

        public void setOpacityMapMapperTransformMatrix(List<CadDoubleParameter> value)

        Gets or sets the opacity map mapper transform matrix.

        Parameters:
        value - The opacity map mapper transform matrix.
      • getBumpMapBlendFactor

        public CadDoubleParameter getBumpMapBlendFactor()

        Gets or sets the bump map blend factor.

        Returns:
        The bump map blend factor.
      • setBumpMapBlendFactor

        public void setBumpMapBlendFactor(CadDoubleParameter value)

        Gets or sets the bump map blend factor.

        Parameters:
        value - The bump map blend factor.
      • getBumpMapSource

        public CadShortParameter getBumpMapSource()

        Gets or sets the bump map source.

        Returns:
        The bump map source.
      • setBumpMapSource

        public void setBumpMapSource(CadShortParameter value)

        Gets or sets the bump map source.

        Parameters:
        value - The bump map source.
      • getBumpMapFileName

        public CadStringParameter getBumpMapFileName()

        Gets or sets the name of the bump map file.

        Returns:
        The name of the bump map file.
      • setBumpMapFileName

        public void setBumpMapFileName(CadStringParameter value)

        Gets or sets the name of the bump map file.

        Parameters:
        value - The name of the bump map file.
      • getBumpMapMapperProjectionMethod

        public CadShortParameter getBumpMapMapperProjectionMethod()

        Gets or sets the bump map mapper projection method.

        Returns:
        The bump map mapper projection method.
      • setBumpMapMapperProjectionMethod

        public void setBumpMapMapperProjectionMethod(CadShortParameter value)

        Gets or sets the bump map mapper projection method.

        Parameters:
        value - The bump map mapper projection method.
      • getBumpMapMapperTilingMethod

        public CadShortParameter getBumpMapMapperTilingMethod()

        Gets or sets the bump map mapper tiling method.

        Returns:
        The bump map mapper tiling method.
      • setBumpMapMapperTilingMethod

        public void setBumpMapMapperTilingMethod(CadShortParameter value)

        Gets or sets the bump map mapper tiling method.

        Parameters:
        value - The bump map mapper tiling method.
      • getBumpMapMapperAutoTransformMethod

        public CadShortParameter getBumpMapMapperAutoTransformMethod()

        Gets or sets the bump map mapper automatic transform method.

        Returns:
        The bump map mapper automatic transform method.
      • setBumpMapMapperAutoTransformMethod

        public void setBumpMapMapperAutoTransformMethod(CadShortParameter value)

        Gets or sets the bump map mapper automatic transform method.

        Parameters:
        value - The bump map mapper automatic transform method.
      • getBumpMapMapperTransformMatrix

        public List<CadDoubleParameter> getBumpMapMapperTransformMatrix()

        Gets or sets the bump map mapper transform matrix.

        Returns:
        The bump map mapper transform matrix.
      • setBumpMapMapperTransformMatrix

        public void setBumpMapMapperTransformMatrix(List<CadDoubleParameter> value)

        Gets or sets the bump map mapper transform matrix.

        Parameters:
        value - The bump map mapper transform matrix.
      • getRefractionIndex

        public CadDoubleParameter getRefractionIndex()

        Gets or sets the index of the refraction.

        Returns:
        The index of the refraction.
      • setRefractionIndex

        public void setRefractionIndex(CadDoubleParameter value)

        Gets or sets the index of the refraction.

        Parameters:
        value - The index of the refraction.
      • getRefractionMapBlendFactor

        public CadDoubleParameter getRefractionMapBlendFactor()

        Gets or sets the refraction map blend factor.

        Returns:
        The refraction map blend factor.
      • setRefractionMapBlendFactor

        public void setRefractionMapBlendFactor(CadDoubleParameter value)

        Gets or sets the refraction map blend factor.

        Parameters:
        value - The refraction map blend factor.
      • getRefractionMapSource

        public CadShortParameter getRefractionMapSource()

        Gets or sets the refraction map source.

        Returns:
        The refraction map source.
      • setRefractionMapSource

        public void setRefractionMapSource(CadShortParameter value)

        Gets or sets the refraction map source.

        Parameters:
        value - The refraction map source.
      • getRefractionMapFileName

        public CadStringParameter getRefractionMapFileName()

        Gets or sets the name of the refraction map file.

        Returns:
        The name of the refraction map file.
      • setRefractionMapFileName

        public void setRefractionMapFileName(CadStringParameter value)

        Gets or sets the name of the refraction map file.

        Parameters:
        value - The name of the refraction map file.
      • getRefractionMapMapperProjectionMethod

        public CadShortParameter getRefractionMapMapperProjectionMethod()

        Gets or sets the refraction map mapper projection method.

        Returns:
        The refraction map mapper projection method.
      • setRefractionMapMapperProjectionMethod

        public void setRefractionMapMapperProjectionMethod(CadShortParameter value)

        Gets or sets the refraction map mapper projection method.

        Parameters:
        value - The refraction map mapper projection method.
      • getRefractionMapMapperTilingMethod

        public CadShortParameter getRefractionMapMapperTilingMethod()

        Gets or sets the refraction map mapper tiling method.

        Returns:
        The refraction map mapper tiling method.
      • setRefractionMapMapperTilingMethod

        public void setRefractionMapMapperTilingMethod(CadShortParameter value)

        Gets or sets the refraction map mapper tiling method.

        Parameters:
        value - The refraction map mapper tiling method.
      • getRefractionMapMapperAutoTransformMethod

        public CadShortParameter getRefractionMapMapperAutoTransformMethod()

        Gets or sets the refraction map mapper automatic transform method.

        Returns:
        The refraction map mapper automatic transform method.
      • setRefractionMapMapperAutoTransformMethod

        public void setRefractionMapMapperAutoTransformMethod(CadShortParameter value)

        Gets or sets the refraction map mapper automatic transform method.

        Parameters:
        value - The refraction map mapper automatic transform method.
      • getRefractionMapMapperTransformMatrix

        public List<CadDoubleParameter> getRefractionMapMapperTransformMatrix()

        Gets or sets the refraction map mapper transform matrix.

        Returns:
        The refraction map mapper transform matrix.
      • setRefractionMapMapperTransformMatrix

        public void setRefractionMapMapperTransformMatrix(List<CadDoubleParameter> value)

        Gets or sets the refraction map mapper transform matrix.

        Parameters:
        value - The refraction map mapper transform matrix.
      • getColorBleedScale

        public CadDoubleParameter getColorBleedScale()

        Gets or sets the color bleed scale.

        Returns:
        The color bleed scale.
      • setColorBleedScale

        public void setColorBleedScale(CadDoubleParameter value)

        Gets or sets the color bleed scale.

        Parameters:
        value - The color bleed scale.
      • getIndirectDumpScale

        public CadDoubleParameter getIndirectDumpScale()

        Gets or sets the indirect dump scale.

        Returns:
        The indirect dump scale.
      • setIndirectDumpScale

        public void setIndirectDumpScale(CadDoubleParameter value)

        Gets or sets the indirect dump scale.

        Parameters:
        value - The indirect dump scale.
      • getReflectanceScale

        public CadDoubleParameter getReflectanceScale()

        Gets or sets the reflectance scale.

        Returns:
        The reflectance scale.
      • setReflectanceScale

        public void setReflectanceScale(CadDoubleParameter value)

        Gets or sets the reflectance scale.

        Parameters:
        value - The reflectance scale.
      • getTransmittanceScale

        public CadDoubleParameter getTransmittanceScale()

        Gets or sets the transmittance scale.

        Returns:
        The transmittance scale.
      • setTransmittanceScale

        public void setTransmittanceScale(CadDoubleParameter value)

        Gets or sets the transmittance scale.

        Parameters:
        value - The transmittance scale.
      • getTwoSidedMaterial

        public CadBoolParameter getTwoSidedMaterial()

        Gets or sets the two sided material.

        Returns:
        The two sided material.
      • setTwoSidedMaterial

        public void setTwoSidedMaterial(CadBoolParameter value)

        Gets or sets the two sided material.

        Parameters:
        value - The two sided material.
      • getLuminance

        public CadDoubleParameter getLuminance()

        Gets or sets the luminance.

        Returns:
        The luminance.
      • setLuminance

        public void setLuminance(CadDoubleParameter value)

        Gets or sets the luminance.

        Parameters:
        value - The luminance.
      • getLuminanceMode

        public CadShortParameter getLuminanceMode()

        Gets or sets the luminance mode.

        Returns:
        The luminance mode.
      • setLuminanceMode

        public void setLuminanceMode(CadShortParameter value)

        Gets or sets the luminance mode.

        Parameters:
        value - The luminance mode.
      • getNormalMapMethod

        public CadShortParameter getNormalMapMethod()

        Gets or sets the normal map method.

        Returns:
        The normal map method.
      • setNormalMapMethod

        public void setNormalMapMethod(CadShortParameter value)

        Gets or sets the normal map method.

        Parameters:
        value - The normal map method.
      • getNormalMapStrength

        public CadDoubleParameter getNormalMapStrength()

        Gets or sets the normal map strength.

        Returns:
        The normal map strength.
      • setNormalMapStrength

        public void setNormalMapStrength(CadDoubleParameter value)

        Gets or sets the normal map strength.

        Parameters:
        value - The normal map strength.
      • getNormalMapBlendFactor

        public CadDoubleParameter getNormalMapBlendFactor()

        Gets or sets the normal map blend factor.

        Returns:
        The normal map blend factor.
      • setNormalMapBlendFactor

        public void setNormalMapBlendFactor(CadDoubleParameter value)

        Gets or sets the normal map blend factor.

        Parameters:
        value - The normal map blend factor.
      • getNormalMapSource

        public CadShortParameter getNormalMapSource()

        Gets or sets the normal map source.

        Returns:
        The normal map source.
      • setNormalMapSource

        public void setNormalMapSource(CadShortParameter value)

        Gets or sets the normal map source.

        Parameters:
        value - The normal map source.
      • getNormalMapSourceFileName

        public CadStringParameter getNormalMapSourceFileName()

        Gets or sets the name of the normal map source file.

        Returns:
        The name of the normal map source file.
      • setNormalMapSourceFileName

        public void setNormalMapSourceFileName(CadStringParameter value)

        Gets or sets the name of the normal map source file.

        Parameters:
        value - The name of the normal map source file.
      • getNormalMapperProjection

        public CadShortParameter getNormalMapperProjection()

        Gets or sets the normal mapper projection.

        Returns:
        The normal mapper projection.
      • setNormalMapperProjection

        public void setNormalMapperProjection(CadShortParameter value)

        Gets or sets the normal mapper projection.

        Parameters:
        value - The normal mapper projection.
      • getNormalMapperTiling

        public CadShortParameter getNormalMapperTiling()

        Gets or sets the normal mapper tiling.

        Returns:
        The normal mapper tiling.
      • setNormalMapperTiling

        public void setNormalMapperTiling(CadShortParameter value)

        Gets or sets the normal mapper tiling.

        Parameters:
        value - The normal mapper tiling.
      • getNormalMapperAutoTransform

        public CadShortParameter getNormalMapperAutoTransform()

        Gets or sets the normal mapper automatic transform.

        Returns:
        The normal mapper automatic transform.
      • setNormalMapperAutoTransform

        public void setNormalMapperAutoTransform(CadShortParameter value)

        Gets or sets the normal mapper automatic transform.

        Parameters:
        value - The normal mapper automatic transform.
      • getNormalMapperTransform

        public CadDoubleParameter getNormalMapperTransform()

        Gets or sets the normal mapper transform.

        Returns:
        The normal mapper transform.
      • setNormalMapperTransform

        public void setNormalMapperTransform(CadDoubleParameter value)

        Gets or sets the normal mapper transform.

        Parameters:
        value - The normal mapper transform.
      • getMaterialsAnonymous

        public CadBoolParameter getMaterialsAnonymous()

        Gets or sets the materials anonymous.

        Returns:
        The materials anonymous.
      • setMaterialsAnonymous

        public void setMaterialsAnonymous(CadBoolParameter value)

        Gets or sets the materials anonymous.

        Parameters:
        value - The materials anonymous.
      • getGlobalIlluminationMode

        public CadShortParameter getGlobalIlluminationMode()

        Gets or sets the global illumination mode.

        Returns:
        The global illumination mode.
      • setGlobalIlluminationMode

        public void setGlobalIlluminationMode(CadShortParameter value)

        Gets or sets the global illumination mode.

        Parameters:
        value - The global illumination mode.
      • getFinalGatherMode

        public CadShortParameter getFinalGatherMode()

        Gets or sets the final gather mode.

        Returns:
        The final gather mode.
      • setFinalGatherMode

        public void setFinalGatherMode(CadShortParameter value)

        Gets or sets the final gather mode.

        Parameters:
        value - The final gather mode.
      • getGenProcName

        public CadStringParameter getGenProcName()

        Gets or sets the name of the gen proc.

        Returns:
        The name of the gen proc.
      • setGenProcName

        public void setGenProcName(CadStringParameter value)

        Gets or sets the name of the gen proc.

        Parameters:
        value - The name of the gen proc.
      • getGenProcValBool

        public CadBoolParameter getGenProcValBool()

        Gets or sets the gen proc value bool.

        Returns:
        The gen proc value bool.
      • setGenProcValBool

        public void setGenProcValBool(CadBoolParameter value)

        Gets or sets the gen proc value bool.

        Parameters:
        value - The gen proc value bool.
      • getGenProcValInt

        public CadIntParameter getGenProcValInt()

        Gets or sets the gen proc value int.

        Returns:
        The gen proc value int.
      • setGenProcValInt

        public void setGenProcValInt(CadIntParameter value)

        Gets or sets the gen proc value int.

        Parameters:
        value - The gen proc value int.
      • getGenProcValReal

        public CadDoubleParameter getGenProcValReal()

        Gets or sets the gen proc value real.

        Returns:
        The gen proc value real.
      • setGenProcValReal

        public void setGenProcValReal(CadDoubleParameter value)

        Gets or sets the gen proc value real.

        Parameters:
        value - The gen proc value real.
      • getGenProcValText

        public CadStringParameter getGenProcValText()

        Gets or sets the gen proc value text.

        Returns:
        The gen proc value text.
      • setGenProcValText

        public void setGenProcValText(CadStringParameter value)

        Gets or sets the gen proc value text.

        Parameters:
        value - The gen proc value text.
      • getGenProcTableEnd

        public CadBoolParameter getGenProcTableEnd()

        Gets or sets the gen proc table end.

        Returns:
        The gen proc table end.
      • setGenProcTableEnd

        public void setGenProcTableEnd(CadBoolParameter value)

        Gets or sets the gen proc table end.

        Parameters:
        value - The gen proc table end.
      • getGenProcValColorIndex

        public CadIntParameter getGenProcValColorIndex()

        Gets or sets the index of the gen proc value color.

        Returns:
        The index of the gen proc value color.
      • setGenProcValColorIndex

        public void setGenProcValColorIndex(CadIntParameter value)

        Gets or sets the index of the gen proc value color.

        Parameters:
        value - The index of the gen proc value color.
      • getGenProcValColorRGB

        public CadIntParameter getGenProcValColorRGB()

        Gets or sets the gen proc value color RGB.

        Returns:
        The gen proc value color RGB.
      • setGenProcValColorRGB

        public void setGenProcValColorRGB(CadIntParameter value)

        Gets or sets the gen proc value color RGB.

        Parameters:
        value - The gen proc value color RGB.
      • getGenProcValColorName

        public CadStringParameter getGenProcValColorName()

        Gets or sets the name of the gen proc value color.

        Returns:
        The name of the gen proc value color.
      • setGenProcValColorName

        public void setGenProcValColorName(CadStringParameter value)

        Gets or sets the name of the gen proc value color.

        Parameters:
        value - The name of the gen proc value color.
      • getMapUTile

        public CadShortParameter getMapUTile()

        Gets or sets the map u tile.

        Returns:
        The map u tile.
      • setMapUTile

        public void setMapUTile(CadShortParameter value)

        Gets or sets the map u tile.

        Parameters:
        value - The map u tile.
      • getTranslucence

        public CadDoubleParameter getTranslucence()

        Gets or sets the translucence.

        Returns:
        The translucence.
      • setTranslucence

        public void setTranslucence(CadDoubleParameter value)

        Gets or sets the translucence.

        Parameters:
        value - The translucence.
      • getSelfIlluminaton

        public CadIntParameter getSelfIlluminaton()

        Gets or sets the self illuminaton.

        Returns:
        The self illuminaton.
      • setSelfIlluminaton

        public void setSelfIlluminaton(CadIntParameter value)

        Gets or sets the self illuminaton.

        Parameters:
        value - The self illuminaton.
      • getReflectivity

        public CadDoubleParameter getReflectivity()

        Gets or sets the reflectivity.

        Returns:
        The reflectivity.
      • setReflectivity

        public void setReflectivity(CadDoubleParameter value)

        Gets or sets the reflectivity.

        Parameters:
        value - The reflectivity.
      • getIlluminationModel

        public CadIntParameter getIlluminationModel()

        Gets or sets the illumination model.

        Returns:
        The illumination model.
      • setIlluminationModel

        public void setIlluminationModel(CadIntParameter value)

        Gets or sets the illumination model.

        Parameters:
        value - The illumination model.
      • getChannelFlags

        public CadIntParameter getChannelFlags()

        Gets or sets the channel flags.

        Returns:
        The channel flags.
      • setChannelFlags

        public void setChannelFlags(CadIntParameter value)

        Gets or sets the channel flags.

        Parameters:
        value - The channel flags.