Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE surface_style_element_select = SELECT (
          surface_style_fill_area,
          surface_style_boundary,
          surface_style_silhouette,
          surface_style_segmentation_curve,
          surface_style_control_grid,
          surface_style_parameter_line,
          surface_style_rendering);
END_TYPE; -- surface_style_element_select

Users

          surface_appearance_wireframe.styles
          surface_side_style.styles

public class ASurface_style_element_select extends AEntitySelect implements Aggregate

          case 1:
              boolean isMember(EEntity value)
              EEntity getByIndex(int index)
              EEntity getCurrentMember(SdaiIterator iter)
              void setByIndex(int index, EEntity value)
              void setCurrentMember(SdaiIterator iter, EEntity value)
              void addBefore(SdaiIterator iter, EEntity value)
              void addAfter(SdaiIterator iter, EEntity value)
              void addUnordered(EEntity value)
              void addByIndex(int index, EEntity value)
              void removeUnordered(EEntity value)