ENTITY entirely_narrow_face SUBTYPE OF (topology_related_to_nearly_degenerate_geometry); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; width_tolerance : length_measure; 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, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- entirely_narrow_face |
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 - topology_related_to_nearly_degenerate_geometry - entirely_narrow_face (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; width_tolerance: length_measure; |
Global rules for this entity data type- |
public interface EEntirely_narrow_face extends ETopology_related_to_nearly_degenerate_geometrywidth_tolerance (explicit attribute)boolean testWidth_tolerance(EEntirely_narrow_face type)double getWidth_tolerance(EEntirely_narrow_face type) void setWidth_tolerance(EEntirely_narrow_face type, double value) void unsetWidth_tolerance(EEntirely_narrow_face type) |
public class CEntirely_narrow_face implements EEntirely_narrow_facestatic EAttribute attributeWidth_tolerance(EEntirely_narrow_face type) |
public class AEntirely_narrow_face extends AEntitypublic EEntirely_narrow_face getByIndex(int index)public EEntirely_narrow_face getCurrentMember(SdaiIterator it) |