ENTITY nearly_degenerate_surface_boundary SUBTYPE OF (geometry_with_local_near_degeneracy); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; WHERE wr1: ('SHAPE_DATA_QUALITY_CRITERIA_SCHEMA.' + 'SHAPE_DATA_QUALITY_VALUE_RANGE' IN TYPEOF(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)) AND ('MEASURE_SCHEMA.LENGTH_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.LENGTH_MEASURE'); wr3: validate_inspected_elements_type(SELF, ['SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'B_SPLINE_OR_RECTANGULAR_COMPOSITE_SURFACE_SELECT']); wr4: validate_locations_of_extreme_value_type(SELF, ['SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'BOUNDARY_CURVE_OF_B_SPLINE_OR_RECTANGULAR_COMPOSITE_SURFACE']); wr5: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- nearly_degenerate_surface_boundary |
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_geometry - geometry_with_local_near_degeneracy - nearly_degenerate_surface_boundary (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; |
Global rules for this entity data type- |
public interface ENearly_degenerate_surface_boundary extends EGeometry_with_local_near_degeneracy |
public class CNearly_degenerate_surface_boundary implements ENearly_degenerate_surface_boundary |
public class ANearly_degenerate_surface_boundary extends AEntitypublic ENearly_degenerate_surface_boundary getByIndex(int index)public ENearly_degenerate_surface_boundary getCurrentMember(SdaiIterator it) |