ENTITY non_manifold_at_vertex SUBTYPE OF (inapt_topology); 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.CONNECTED_FACE_SET']); wr3: validate_locations_of_extreme_value_type(SELF, ['TOPOLOGY_SCHEMA.VERTEX_POINT']); wr4: validate_accuracy_types(SELF, []); END_ENTITY; -- non_manifold_at_vertex |
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 - non_manifold_at_vertex (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; |
Global rules for this entity data type- |
public interface ENon_manifold_at_vertex extends EInapt_topology |
public class CNon_manifold_at_vertex implements ENon_manifold_at_vertex |
public class ANon_manifold_at_vertex extends AEntitypublic ENon_manifold_at_vertex getByIndex(int index)public ENon_manifold_at_vertex getCurrentMember(SdaiIterator it) |