Overview Schemas Index

STYLED_CURVE_XIM (jsdai.SStyled_curve_xim)


ENTITY predefined_curve_font
          SUBTYPE OF (draughting_pre_defined_curve_font);
          SELF\pre_defined_item.name RENAMED curve_font_name : STRING;
WHERE
          wr1:  SELF . curve_font_name IN [ 'continuous' , 'chain' , 'chain double dash' , 'dashed' , 'dotted' ] ;
END_ENTITY; -- predefined_curve_font

Entity data types and their attributes

pre_defined_item
          name: label;
pre_defined_curve_font
          -
draughting_pre_defined_curve_font
          -
predefined_curve_font
          (RT) name->curve_font_name: STRING;

Users

pre_defined_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
pre_defined_curve_font
          curve_style.curve_font
                    curve_font_or_scaled_curve_font_select
                              curve_style_font_select
          curve_style_font_and_scaling.curve_font
                    curve_style_font_select
draughting_pre_defined_curve_font
predefined_curve_font
          curve_appearance.font
                    curve_font_select

Global rules for this entity data type

          -

public interface EPredefined_curve_font extends EDraughting_pre_defined_curve_font


public class CPredefined_curve_font implements EPredefined_curve_font


public class APredefined_curve_font extends AEntity

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