|
ENTITY path_area_with_parameters SUBTYPE OF (complex_area, mapped_item); WHERE WR1: 'GEOMETRY_SCHEMA.CURVE' IN TYPEOF(SELF\mapped_item.mapping_target); WR2: 'CONSTRUCTIVE_SOLID_GEOMETRY_2D_MIM.CURVE_STYLE_PARAMETERS_REPRESENTATION' IN TYPEOF(SELF\mapped_item.mapping_source\representation_map.mapped_representation); WR3: SELF\mapped_item.mapping_source\representation_map.mapping_origin\representation_item.name = 'curve width'; END_ENTITY; -- path_area_with_parameters |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; primitive_2d - complex_area - mapped_item mapping_source: representation_map; mapping_target: representation_item; path_area_with_parameters - |
Global rules for this entity data type- |