Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY surface_style_reflectance_ambient;
          ambient_reflectance : REAL;
END_ENTITY; -- surface_style_reflectance_ambient

Entity data types and their attributes

surface_style_reflectance_ambient
          ambient_reflectance: REAL;

Known subtypes

          surface_style_reflectance_ambient_diffuse (PRESENTATION_APPEARANCE_SCHEMA)

Users

surface_style_reflectance_ambient
          surface_style_rendering_with_properties.properties
                    rendering_properties_select

Global rules for this entity data type

          -

public interface ESurface_style_reflectance_ambient extends EEntity

ambient_reflectance (explicit attribute)

          boolean testAmbient_reflectance(ESurface_style_reflectance_ambient type)
          double getAmbient_reflectance(ESurface_style_reflectance_ambient type)
          void setAmbient_reflectance(ESurface_style_reflectance_ambient type, double value)
          void unsetAmbient_reflectance(ESurface_style_reflectance_ambient type)

public class CSurface_style_reflectance_ambient implements ESurface_style_reflectance_ambient

          static EAttribute attributeAmbient_reflectance(ESurface_style_reflectance_ambient type)

public class ASurface_style_reflectance_ambient extends AEntity

          public ESurface_style_reflectance_ambient getByIndex(int index)
          public ESurface_style_reflectance_ambient getCurrentMember(SdaiIterator it)