Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY surface_style_transparent;
          transparency : REAL;
WHERE
          wr1: {0.0 <= transparency <= 1.0};
END_ENTITY; -- surface_style_transparent

Entity data types and their attributes

surface_style_transparent
          transparency: REAL;

Users

surface_style_transparent
          surface_style_rendering_with_properties.properties
                    rendering_properties_select

Global rules for this entity data type

          -

public interface ESurface_style_transparent extends EEntity

transparency (explicit attribute)

          boolean testTransparency(ESurface_style_transparent type)
          double getTransparency(ESurface_style_transparent type)
          void setTransparency(ESurface_style_transparent type, double value)
          void unsetTransparency(ESurface_style_transparent type)

public class CSurface_style_transparent implements ESurface_style_transparent

          static EAttribute attributeTransparency(ESurface_style_transparent type)

public class ASurface_style_transparent extends AEntity

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