|
ENTITY abrupt_change_of_surface_normal SUBTYPE OF (geometry_with_local_irregularity); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; small_vector_tolerance : length_measure; test_point_distance_tolerance : length_measure; WHERE WR1: validate_measured_data_type(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.BOOLEAN_VALUE'); WR2: validate_inspected_elements_type(SELF, ['GEOMETRY_SCHEMA.SURFACE']); WR3: validate_locations_of_extreme_value_type(SELF, ['GEOMETRY_SCHEMA.POINT_ON_SURFACE', 'GEOMETRY_SCHEMA.POINT_ON_SURFACE']); WR4: validate_accuracy_types(SELF, []); END_ENTITY; -- abrupt_change_of_surface_normal |
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_irregularity - abrupt_change_of_surface_normal (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; small_vector_tolerance: length_measure; test_point_distance_tolerance: length_measure; |
Global rules for this entity data type- |