|
ENTITY repositioned_neutral_sketch SUBTYPE OF (mapped_item, geometric_representation_item); DERIVE map : representation_map := SELF\mapped_item.mapping_source; WHERE WR1: 'SKETCH_SCHEMA.NEUTRAL_SKETCH_REPRESENTATION' IN TYPEOF(map.mapped_representation); WR2: 'GEOMETRY_SCHEMA.AXIS2_PLACEMENT_2D' IN TYPEOF(map.mapping_origin); WR3: 'GEOMETRY_SCHEMA.AXIS2_PLACEMENT_3D' IN TYPEOF(SELF\mapped_item.mapping_target); END_ENTITY; -- repositioned_neutral_sketch |
Entity data types and their attributesrepresentation_itemname: label; mapped_item mapping_source: representation_map; mapping_target: representation_item; geometric_representation_item (DER) dim: dimension_count; repositioned_neutral_sketch (DER) map: representation_map; |
Global rules for this entity data type- |