ENTITY partly_overlapping_solids SUBTYPE OF (inapt_manifold_solid_brep); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; interference_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.AREA_MEASURE' IN value_limit_type(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)); wr2: validate_measured_data_type(SELF, 'MEASURE_SCHEMA.AREA_MEASURE'); wr3: validate_inspected_elements_type(SELF, ['GEOMETRIC_MODEL_SCHEMA.MANIFOLD_SOLID_BREP', 'GEOMETRIC_MODEL_SCHEMA.MANIFOLD_SOLID_BREP']); wr4: validate_locations_of_extreme_value_type(SELF, ['TOPOLOGY_SCHEMA.SUBFACE','TOPOLOGY_SCHEMA.SUBFACE']); wr5: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.AREA_MEASURE']); END_ENTITY; -- partly_overlapping_solids |
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 - partly_overlapping_solids (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; interference_tolerance: length_measure; |
Global rules for this entity data type- |
public interface EPartly_overlapping_solids extends EInapt_manifold_solid_brepinterference_tolerance (explicit attribute)boolean testInterference_tolerance(EPartly_overlapping_solids type)double getInterference_tolerance(EPartly_overlapping_solids type) void setInterference_tolerance(EPartly_overlapping_solids type, double value) void unsetInterference_tolerance(EPartly_overlapping_solids type) |
public class CPartly_overlapping_solids implements EPartly_overlapping_solidsstatic EAttribute attributeInterference_tolerance(EPartly_overlapping_solids type) |
public class APartly_overlapping_solids extends AEntitypublic EPartly_overlapping_solids getByIndex(int index)public EPartly_overlapping_solids getCurrentMember(SdaiIterator it) |