ENTITY curve_style

(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP214
-- DIFF IN AP203e2
-- DIFF IN AP232
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
ENTITY curve_style
   SUBTYPE OF (founded_item);
      name : label;
      curve_font : OPTIONAL curve_font_or_scaled_curve_font_select;
      curve_width : OPTIONAL size_select;
      curve_colour : OPTIONAL colour;
   WHERE
      WR1:
         (EXISTS(curve_font) OR EXISTS(curve_width)) OR EXISTS(curve_colour);
END_ENTITY;

Explicit Attributes

Entity curve_style has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)curve_style
 curve_fontcurve_font_or_scaled_curve_font_select (SELECT)curve_style
 curve_widthsize_select (SELECT)curve_style
 curve_colourcolour (ENTITY)curve_style

Derived Attributes

Entity curve_style has the following local and inherited derived attributes:
AttributeTypeDefined By
 usersSET OF founded_item_select (SELECT)founded_item

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity curve_style inherits from the following supertypes:
  founded_item

Subtypes

Entity curve_style has the following subtypes:
    vector_style*
* - Immediate Subtypes

Referenced By

Entity curve_style and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 character_glyph_style_outline ENTITY curve_style
 character_glyph_style_stroke ENTITY curve_style
 curve_or_render SELECT curve_style
 dependent_instantiable_curve_style RULE curve_style
 draughting_annotation_occurrence ENTITY curve_style
 fill_area_style_hatching ENTITY curve_style
 founded_item ENTITY curve_style
 founded_item_select SELECT founded_item
 mechanical_design_geometric_presentation_representation ENTITY curve_style
 mechanical_design_shaded_presentation_representation ENTITY curve_style
 presentation_style_select SELECT curve_style
 subtype_exclusiveness_founded_item RULE founded_item
 subtype_mandatory_founded_item RULE founded_item
 validate_dependently_instantiable_entity_data_types RULE founded_item


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:14-04:00