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:
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 Tools® EXPRESS to HTML Converter
2024-09-06T14:00:30-04:00