ENTITY g2_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; assessment_specification_2 : shape_data_quality_assessment_by_numerical_test; flat_curvature_radius_tolerance : length_measure; 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: ('SHAPE_DATA_QUALITY_CRITERIA_SCHEMA.' + 'SHAPE_DATA_QUALITY_LOWER_VALUE_LIMIT' IN TYPEOF(assessment_specification_2\shape_data_quality_assessment_by_numerical_test.threshold)) AND ('MEASURE_SCHEMA.RATIO_MEASURE' IN value_limit_type(assessment_specification_2\shape_data_quality_assessment_by_numerical_test.threshold)); wr3: validate_measured_data_type(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'PLANE_ANGLE_AND_RATIO_PAIR'); wr4: validate_inspected_elements_type(SELF, ['TOPOLOGY_SCHEMA.CONNECTED_FACE_SET']); wr5: validate_locations_of_extreme_value_type(SELF, ['SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'POINT_ON_EDGE_CURVE']); wr6: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.RATIO_MEASURE']); END_ENTITY; -- g2_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 - g2_discontinuity_between_adjacent_faces (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; assessment_specification_2: shape_data_quality_assessment_by_numerical_test; flat_curvature_radius_tolerance: length_measure; |
Global rules for this entity data type- |
public interface EG2_discontinuity_between_adjacent_faces extends ENon_smooth_geometry_transition_across_edgeassessment_specification_2 (explicit attribute)boolean testAssessment_specification_2(EG2_discontinuity_between_adjacent_faces type)EShape_data_quality_assessment_by_numerical_test getAssessment_specification_2(EG2_discontinuity_between_adjacent_faces type) void setAssessment_specification_2(EG2_discontinuity_between_adjacent_faces type, EShape_data_quality_assessment_by_numerical_test value) void unsetAssessment_specification_2(EG2_discontinuity_between_adjacent_faces type) flat_curvature_radius_tolerance (explicit attribute)boolean testFlat_curvature_radius_tolerance(EG2_discontinuity_between_adjacent_faces type)double getFlat_curvature_radius_tolerance(EG2_discontinuity_between_adjacent_faces type) void setFlat_curvature_radius_tolerance(EG2_discontinuity_between_adjacent_faces type, double value) void unsetFlat_curvature_radius_tolerance(EG2_discontinuity_between_adjacent_faces type) |
public class CG2_discontinuity_between_adjacent_faces implements EG2_discontinuity_between_adjacent_facesstatic EAttribute attributeAssessment_specification_2(EG2_discontinuity_between_adjacent_faces type)static int usedinAssessment_specification_2(EG2_discontinuity_between_adjacent_faces type, EShape_data_quality_assessment_by_numerical_test instance, ASdaiModel domain, AG2_discontinuity_between_adjacent_faces result) static EAttribute attributeFlat_curvature_radius_tolerance(EG2_discontinuity_between_adjacent_faces type) |
public class AG2_discontinuity_between_adjacent_faces extends AEntitypublic EG2_discontinuity_between_adjacent_faces getByIndex(int index)public EG2_discontinuity_between_adjacent_faces getCurrentMember(SdaiIterator it) |