ENTITY colour_rgb
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
ENTITY colour_rgb
SUBTYPE OF (colour_specification);
red : REAL;
green : REAL;
blue : REAL;
WHERE
wr1 : {0.0 <= red <= 1.0};
wr2 : {0.0 <= green <= 1.0};
wr3 : {0.0 <= blue <= 1.0};
END_ENTITY;
Explicit Attributes
Entity colour_rgb has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity colour_rgb inherits from the following supertypes:
colour
colour_specification
Subtypes
No subtypesReferenced By
Entity colour_rgb and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:40:54-04:00