ENTITY shape_dimension_representation SUBTYPE OF (shape_representation); SELF\representation.items : SET [1:?] OF shape_dimension_representation_item; WHERE wr1: SIZEOF (QUERY (temp <* items | NOT ( NOT('QUALIFIED_MEASURE_SCHEMA.MEASURE_REPRESENTATION_ITEM' IN TYPEOF (temp)) OR (('MEASURE_SCHEMA.LENGTH_MEASURE_WITH_UNIT' IN TYPEOF (temp)) OR ('MEASURE_SCHEMA.PLANE_ANGLE_MEASURE_WITH_UNIT' IN TYPEOF (temp))) ) )) = 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 (RT) items: SET [1:?] OF shape_dimension_representation_item; |
externally_defined_dimension_representation (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
limit_dimension_representation (EXTENDED_GEOMETRIC_TOLERANCE_XIM) |
singular_dimension_representation (EXTENDED_GEOMETRIC_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) |