ENTITY inconsistent_face_and_closed_shell_normals SUBTYPE OF (erroneous_topology_and_geometry_relationship); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; WHERE wr1: validate_measured_data_type(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.BOOLEAN_VALUE'); wr2: validate_inspected_elements_type(SELF, ['TOPOLOGY_SCHEMA.FACE_SURFACE']); wr3: validate_locations_of_extreme_value_type(SELF, []); wr4: validate_accuracy_types(SELF, []); END_ENTITY; -- inconsistent_face_and_closed_shell_normals |
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; erroneous_data - erroneous_topology_and_geometry_relationship - inconsistent_face_and_closed_shell_normals (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; |
Global rules for this entity data type- |
public interface EInconsistent_face_and_closed_shell_normals extends EErroneous_topology_and_geometry_relationship |
public class CInconsistent_face_and_closed_shell_normals implements EInconsistent_face_and_closed_shell_normals |
public class AInconsistent_face_and_closed_shell_normals extends AEntitypublic EInconsistent_face_and_closed_shell_normals getByIndex(int index)public EInconsistent_face_and_closed_shell_normals getCurrentMember(SdaiIterator it) |