ENTITY g1_discontinuity_between_adjacent_faces SUBTYPE OF (non_smooth_geometry_transition_across_edge); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; WHERE wr1: ('SHAPE_DATA_QUALITY_CRITERIA_SCHEMA.' + 'SHAPE_DATA_QUALITY_LOWER_VALUE_LIMIT' IN TYPEOF(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)) AND ('MEASURE_SCHEMA.PLANE_ANGLE_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.PLANE_ANGLE_MEASURE'); wr3: validate_inspected_elements_type(SELF, ['TOPOLOGY_SCHEMA.CONNECTED_FACE_SET']); wr4: validate_locations_of_extreme_value_type(SELF, ['SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'POINT_ON_EDGE_CURVE']); wr5: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.PLANE_ANGLE_MEASURE']); END_ENTITY; -- g1_discontinuity_between_adjacent_faces |
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_topology_and_geometry_relationship - non_smooth_geometry_transition_across_edge - g1_discontinuity_between_adjacent_faces (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; |
Global rules for this entity data type- |
public interface EG1_discontinuity_between_adjacent_faces extends ENon_smooth_geometry_transition_across_edge |
public class CG1_discontinuity_between_adjacent_faces implements EG1_discontinuity_between_adjacent_faces |
public class AG1_discontinuity_between_adjacent_faces extends AEntitypublic EG1_discontinuity_between_adjacent_faces getByIndex(int index)public EG1_discontinuity_between_adjacent_faces getCurrentMember(SdaiIterator it) |