ENTITY draughting_pre_defined_colour

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)

ENTITY draughting_pre_defined_colour
	SUBTYPE OF (pre_defined_colour);
WHERE
	WR1 : SELF.name IN
      ['red',
       'green',
       'blue',
       'yellow',
       'magenta',
       'cyan',
       'black',
       'white'];
END_ENTITY;

Explicit Attributes

Entity draughting_pre_defined_colour has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)pre_defined_item

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity draughting_pre_defined_colour inherits from the following supertypes:
  pre_defined_item
    pre_defined_colour
  colour

Subtypes

    No subtypes

Referenced By

Entity draughting_pre_defined_colour and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 curve_style ENTITY colour
 fill_area_style_colour ENTITY colour
 fill_area_style_tile_coloured_region ENTITY colour
 light_source ENTITY colour
 managed_design_object SELECT pre_defined_item
 multi_language_attribute_item SELECT colour
 point_style ENTITY colour
 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
2012-03-27T17:15:31-04:00