ENTITY colour_rgb

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP232/AP238 STEP-NC/AP242
ENTITY colour_rgb
   SUBTYPE OF (colour_specification);
      red : REAL;
      green : REAL;
      blue : REAL;
   WHERE
      WR1:
         (0.0 <= red) AND (red <= 1.0);
      wr2:
         (0.0 <= green) AND (green <= 1.0);
      wr3:
         (0.0 <= blue) AND (blue <= 1.0);
END_ENTITY;

Explicit Attributes

Entity colour_rgb has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)colour_specification
 redREALcolour_rgb
 greenREALcolour_rgb
 blueREALcolour_rgb

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity colour_rgb inherits from the following supertypes:
  colour
    colour_specification

Subtypes

    No subtypes

Referenced By

Entity colour_rgb and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 curve_style ENTITY colour
 dependent_instantiable_colour_rgb RULE colour_rgb
 fill_area_style_colour ENTITY colour
 fill_area_style_tile_coloured_region ENTITY colour
 light_source ENTITY colour
 multi_language_attribute_item SELECT colour
 point_style ENTITY colour
 subtype_exclusiveness_colour RULE colour
 subtype_mandatory_colour_specification RULE colour_specification
 surface_rendering_properties ENTITY colour
 surface_style_reflectance_ambient_diffuse_specular ENTITY colour
 surface_style_rendering ENTITY colour
 symbol_colour ENTITY colour
 text_style_for_defined_font ENTITY colour


[Top Level Definitions] [Exit]

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