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- |
public interface EAbrupt_change_of_surface_normal extends EGeometry_with_local_irregularitysmall_vector_tolerance (explicit attribute)boolean testSmall_vector_tolerance(EAbrupt_change_of_surface_normal type)double getSmall_vector_tolerance(EAbrupt_change_of_surface_normal type) void setSmall_vector_tolerance(EAbrupt_change_of_surface_normal type, double value) void unsetSmall_vector_tolerance(EAbrupt_change_of_surface_normal type) test_point_distance_tolerance (explicit attribute)boolean testTest_point_distance_tolerance(EAbrupt_change_of_surface_normal type)double getTest_point_distance_tolerance(EAbrupt_change_of_surface_normal type) void setTest_point_distance_tolerance(EAbrupt_change_of_surface_normal type, double value) void unsetTest_point_distance_tolerance(EAbrupt_change_of_surface_normal type) |
public class CAbrupt_change_of_surface_normal implements EAbrupt_change_of_surface_normalstatic EAttribute attributeSmall_vector_tolerance(EAbrupt_change_of_surface_normal type)static EAttribute attributeTest_point_distance_tolerance(EAbrupt_change_of_surface_normal type) |
public class AAbrupt_change_of_surface_normal extends AEntitypublic EAbrupt_change_of_surface_normal getByIndex(int index)public EAbrupt_change_of_surface_normal getCurrentMember(SdaiIterator it) |