Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


ENTITY curve_style_rendering;
          rendering_method : shading_curve_method;
          rendering_properties : surface_rendering_properties;
END_ENTITY; -- curve_style_rendering

Entity data types and their attributes

curve_style_rendering
          rendering_method: shading_curve_method;
          rendering_properties: surface_rendering_properties;

Users

curve_style_rendering
          surface_style_boundary.style_of_boundary
                    curve_or_render
          surface_style_control_grid.style_of_control_grid
                    curve_or_render
          surface_style_parameter_line.style_of_parameter_lines
                    curve_or_render
          surface_style_segmentation_curve.style_of_segmentation_curve
                    curve_or_render
          surface_style_silhouette.style_of_silhouette
                    curve_or_render

Global rules for this entity data type

          -

public interface ECurve_style_rendering extends EEntity

rendering_method (explicit attribute)

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

rendering_properties (explicit attribute)

          boolean testRendering_properties(ECurve_style_rendering type)
          ESurface_rendering_properties getRendering_properties(ECurve_style_rendering type)
          void setRendering_properties(ECurve_style_rendering type, ESurface_rendering_properties value)
          void unsetRendering_properties(ECurve_style_rendering type)

public class CCurve_style_rendering implements ECurve_style_rendering

          static EAttribute attributeRendering_method(ECurve_style_rendering type)
          static EAttribute attributeRendering_properties(ECurve_style_rendering type)
          static int usedinRendering_properties(ECurve_style_rendering type, ESurface_rendering_properties instance, ASdaiModel domain, ACurve_style_rendering result)

public class ACurve_style_rendering extends AEntity

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