|
ENTITY Camera_model_d3 SUBTYPE OF (Detailed_geometric_model_element); clipping : OPTIONAL Clipping_operator; hidden_element_appearance : OPTIONAL Appearance_assignment; hidden_line_removal : OPTIONAL BOOLEAN; sources : OPTIONAL SET [1:?] OF Light_source; view_projection : view_projection_type; view_window : Planar_box; WHERE WR1: NOT EXISTS(hidden_element_appearance) OR EXISTS(hidden_line_removal); END_ENTITY; -- Camera_model_d3 |
Entity data types and their attributesRepresentation_item(OPT) name: STRING; Detailed_geometric_model_element - Camera_model_d3 (OPT) clipping: Clipping_operator; (OPT) hidden_element_appearance: Appearance_assignment; (OPT) hidden_line_removal: BOOLEAN; (OPT) sources: SET [1:?] OF Light_source; view_projection: view_projection_type; view_window: Planar_box; |
Global rules for this entity data type- |