ENTITY shape_dimension_representation SUBTYPE OF (shape_representation); WHERE wr1: SIZEOF (QUERY (temp <* SELF\representation.items | NOT ('QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM' IN TYPEOF (temp)))) = 0; wr2: SIZEOF (SELF\representation.items) <= 3; wr3: SIZEOF (QUERY (pos_mri <* QUERY (real_mri <* SELF\representation.items | 'REAL' IN TYPEOF (real_mri\measure_with_unit.value_component) ) | NOT (pos_mri\measure_with_unit.value_component > 0.0 ))) = 0; END_ENTITY; -- shape_dimension_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_representation - shape_dimension_representation - |
externally_defined_dimension_representation (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
limit_dimension_representation (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
singular_dimension_representation (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
tolerance_range (DIMENSION_TOLERANCE_XIM) |
shape_dimension_representation_subtypes (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
Global rules for this entity data type- |
public interface EShape_dimension_representation extends EShape_representation |
public class CShape_dimension_representation implements EShape_dimension_representation |
public class AShape_dimension_representation extends AEntitypublic EShape_dimension_representation getByIndex(int index)public EShape_dimension_representation getCurrentMember(SdaiIterator it) |