ENTITY intersecting_shells_in_solid SUBTYPE OF (erroneous_manifold_solid_brep); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; interference_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.BREP_WITH_VOIDS']); wr3: validate_locations_of_extreme_value_type(SELF, ['GEOMETRY_SCHEMA.SURFACE_CURVE']); wr4: validate_accuracy_types(SELF, []); END_ENTITY; -- intersecting_shells_in_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; erroneous_data - erroneous_manifold_solid_brep - intersecting_shells_in_solid (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; interference_tolerance: length_measure; |
Global rules for this entity data type- |
public interface EIntersecting_shells_in_solid extends EErroneous_manifold_solid_brepinterference_tolerance (explicit attribute)boolean testInterference_tolerance(EIntersecting_shells_in_solid type)double getInterference_tolerance(EIntersecting_shells_in_solid type) void setInterference_tolerance(EIntersecting_shells_in_solid type, double value) void unsetInterference_tolerance(EIntersecting_shells_in_solid type) |
public class CIntersecting_shells_in_solid implements EIntersecting_shells_in_solidstatic EAttribute attributeInterference_tolerance(EIntersecting_shells_in_solid type) |
public class AIntersecting_shells_in_solid extends AEntitypublic EIntersecting_shells_in_solid getByIndex(int index)public EIntersecting_shells_in_solid getCurrentMember(SdaiIterator it) |