|
ENTITY camera_image SUPERTYPE OF (ONEOF (camera_image_2d_with_scale, camera_image_3d_with_scale)) SUBTYPE OF (mapped_item); SELF\mapped_item.mapping_source : camera_usage; SELF\mapped_item.mapping_target : planar_box; WHERE WR1: 'GEOMETRY_SCHEMA.GEOMETRIC_REPRESENTATION_ITEM' IN TYPEOF (SELF); END_ENTITY; -- camera_image |
Entity data types and their attributesrepresentation_itemname: label; mapped_item mapping_source: representation_map; mapping_target: representation_item; camera_image (RT) mapping_source: camera_usage; (RT) mapping_target: planar_box; |
| camera_image_2d_with_scale (presentation_organization_schema) |
| camera_image_3d_with_scale (presentation_organization_schema) |
Global rules for this entity data typerestrict_camera_image_in_view (automotive_design)subtype_mandatory_camera_image (automotive_design) |