ENTITY solid_with_wrong_number_of_voids SUBTYPE OF (erroneous_manifold_solid_brep); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; WHERE wr1: validate_measured_data_type(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.BOOLEAN_VALUE'); wr2: validate_inspected_elements_type(SELF, ['GEOMETRIC_MODEL_SCHEMA.BREP_WITH_VOIDS']); wr3: validate_locations_of_extreme_value_type(SELF, []); wr4: validate_accuracy_types(SELF, []); END_ENTITY; -- solid_with_wrong_number_of_voids |
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; erroneous_data - erroneous_manifold_solid_brep - solid_with_wrong_number_of_voids (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; |
Global rules for this entity data type- |
public interface ESolid_with_wrong_number_of_voids extends EErroneous_manifold_solid_brep |
public class CSolid_with_wrong_number_of_voids implements ESolid_with_wrong_number_of_voids |
public class ASolid_with_wrong_number_of_voids extends AEntitypublic ESolid_with_wrong_number_of_voids getByIndex(int index)public ESolid_with_wrong_number_of_voids getCurrentMember(SdaiIterator it) |