Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY surface_style_rendering;
          rendering_method : shading_surface_method;
          surface_colour : colour;
END_ENTITY; -- surface_style_rendering

Entity data types and their attributes

surface_style_rendering
          rendering_method: shading_surface_method;
          surface_colour: colour;

Known subtypes

          surface_style_rendering_with_properties (PRESENTATION_APPEARANCE_SCHEMA)

Users

surface_style_rendering
          surface_appearance_wireframe.styles
                    surface_style_element_select
          surface_side_style.styles
                    surface_style_element_select

Global rules for this entity data type

          -

public interface ESurface_style_rendering extends EEntity

rendering_method (explicit attribute)

          boolean testRendering_method(ESurface_style_rendering type)
          int getRendering_method(ESurface_style_rendering type)
          void setRendering_method(ESurface_style_rendering type, int value)
          void unsetRendering_method(ESurface_style_rendering type)

surface_colour (explicit attribute)

          boolean testSurface_colour(ESurface_style_rendering type)
          EColour getSurface_colour(ESurface_style_rendering type)
          void setSurface_colour(ESurface_style_rendering type, EColour value)
          void unsetSurface_colour(ESurface_style_rendering type)

public class CSurface_style_rendering implements ESurface_style_rendering

          static EAttribute attributeRendering_method(ESurface_style_rendering type)
          static EAttribute attributeSurface_colour(ESurface_style_rendering type)
          static int usedinSurface_colour(ESurface_style_rendering type, EColour instance, ASdaiModel domain, ASurface_style_rendering result)

public class ASurface_style_rendering extends AEntity

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