ENTITY small_volume_solid SUBTYPE OF (inapt_manifold_solid_brep); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; WHERE wr1: ('SHAPE_DATA_QUALITY_CRITERIA_SCHEMA.' + 'SHAPE_DATA_QUALITY_UPPER_VALUE_LIMIT' IN TYPEOF(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)) AND ('MEASURE_SCHEMA.VOLUME_MEASURE' IN value_limit_type(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)); wr2: validate_measured_data_type(SELF, 'MEASURE_SCHEMA.VOLUME_MEASURE'); wr3: validate_inspected_elements_type(SELF, ['GEOMETRIC_MODEL_SCHEMA.MANIFOLD_SOLID_BREP']); wr4: validate_locations_of_extreme_value_type(SELF, []); wr5: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.VOLUME_MEASURE']); END_ENTITY; -- small_volume_solid |
Entity data types and their attributesrepresentation_itemname: label; data_quality_criterion - data_quality_measurement_requirement - shape_data_quality_criterion assessment_specification: shape_data_quality_assessment_specification_select; inapt_data - inapt_manifold_solid_brep - small_volume_solid (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; |
Global rules for this entity data type- |
public interface ESmall_volume_solid extends EInapt_manifold_solid_brep |
public class CSmall_volume_solid implements ESmall_volume_solid |
public class ASmall_volume_solid extends AEntitypublic ESmall_volume_solid getByIndex(int index)public ESmall_volume_solid getCurrentMember(SdaiIterator it) |