Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY surface_style_fill_area
          SUBTYPE OF (founded_item);
          fill_area : fill_area_style;
END_ENTITY; -- surface_style_fill_area

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
surface_style_fill_area
          fill_area: fill_area_style;

Users

founded_item
          founded_item.users
                    founded_item_select
surface_style_fill_area
          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_fill_area extends EFounded_item

fill_area (explicit attribute)

          boolean testFill_area(ESurface_style_fill_area type)
          EFill_area_style getFill_area(ESurface_style_fill_area type)
          void setFill_area(ESurface_style_fill_area type, EFill_area_style value)
          void unsetFill_area(ESurface_style_fill_area type)

public class CSurface_style_fill_area implements ESurface_style_fill_area

          static EAttribute attributeFill_area(ESurface_style_fill_area type)
          static int usedinFill_area(ESurface_style_fill_area type, EFill_area_style instance, ASdaiModel domain, ASurface_style_fill_area result)

public class ASurface_style_fill_area extends AEntity

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