ENTITY wrongly_placed_void 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, ['TOPOLOGY_SCHEMA.ORIENTED_CLOSED_SHELL']); wr4: validate_accuracy_types(SELF, []); END_ENTITY; -- wrongly_placed_void |
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 - wrongly_placed_void (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; |
Global rules for this entity data type- |
public interface EWrongly_placed_void extends EErroneous_manifold_solid_brep |
public class CWrongly_placed_void implements EWrongly_placed_void |
public class AWrongly_placed_void extends AEntitypublic EWrongly_placed_void getByIndex(int index)public EWrongly_placed_void getCurrentMember(SdaiIterator it) |