ENTITY entirely_narrow_solid SUBTYPE OF (inapt_manifold_solid_brep); 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, ['GEOMETRIC_MODEL_SCHEMA.MANIFOLD_SOLID_BREP']); wr3: validate_locations_of_extreme_value_type(SELF, []); wr4: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- entirely_narrow_solid |
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_manifold_solid_brep - entirely_narrow_solid (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_solid extends EInapt_manifold_solid_brepwidth_tolerance (explicit attribute)boolean testWidth_tolerance(EEntirely_narrow_solid type)double getWidth_tolerance(EEntirely_narrow_solid type) void setWidth_tolerance(EEntirely_narrow_solid type, double value) void unsetWidth_tolerance(EEntirely_narrow_solid type) |
public class CEntirely_narrow_solid implements EEntirely_narrow_solidstatic EAttribute attributeWidth_tolerance(EEntirely_narrow_solid type) |
public class AEntirely_narrow_solid extends AEntitypublic EEntirely_narrow_solid getByIndex(int index)public EEntirely_narrow_solid getCurrentMember(SdaiIterator it) |