ENTITY light_source
(* SCHEMA technical_data_packaging; *)
ENTITY light_source
SUPERTYPE OF (ONEOF (light_source_ambient,light_source_directional,
light_source_positional,light_source_spot))
SUBTYPE OF (geometric_representation_item);
light_colour : colour;
WHERE
wr1: (SIZEOF(USEDIN(SELF,'TECHNICAL_DATA_PACKAGING.' +
'STYLED_ITEM.ITEM')) = 0);
END_ENTITY; -- light_source
Explicit Attributes
Entity light_source has the following local and inherited explicit attributes:
Derived Attributes
Entity light_source has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity light_source inherits from the following supertypes:
representation_item
geometric_representation_item
Subtypes
Entity light_source has the following subtypes:
light_source_ambient*
light_source_directional*
light_source_positional*
light_source_spot*
* - Immediate Subtypes
Referenced By
Entity light_source and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:35-04:00