ENTITY tolerance_zone_circular_or_cylindrical_or_spherical_boundary SUBTYPE OF (tolerance_zone_boundary_armx); DERIVE SELF\shape_aspect.description : text := 'circular or cylindrical or spherical'; INVERSE size_characteristic : diametrical_boundary_size_characteristic FOR sized_boundary; END_ENTITY; -- tolerance_zone_circular_or_cylindrical_or_spherical_boundary |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; non_feature_shape_element (RT) of_shape->scope: ee_product_definition_with_annotation_elements; (RT) (DER) product_definitional: LOGICAL; (INV) element_shape: SET [0:?] OF non_feature_shape_model FOR associated_element; (INV) associated_usage_concept: SET [0:?] OF usage_concept_usage_relationship_armx FOR associated_usage; tolerance_zone_boundary - tolerance_zone_boundary_armx - tolerance_zone_circular_or_cylindrical_or_spherical_boundary (RT) (DER) description: text; (INV) size_characteristic: diametrical_boundary_size_characteristic FOR sized_boundary; |
Global rules for this entity data type- |
public interface ETolerance_zone_circular_or_cylindrical_or_spherical_boundary extends ETolerance_zone_boundary_armxsize_characteristic (inverse attribute)ADiametrical_boundary_size_characteristic getSize_characteristic(ETolerance_zone_circular_or_cylindrical_or_spherical_boundary type, ASdaiModel domain) |
public class CTolerance_zone_circular_or_cylindrical_or_spherical_boundary implements ETolerance_zone_circular_or_cylindrical_or_spherical_boundarystatic EAttribute attributeDescription(ETolerance_zone_circular_or_cylindrical_or_spherical_boundary type)static EAttribute attributeSize_characteristic(ETolerance_zone_circular_or_cylindrical_or_spherical_boundary type) |
public class ATolerance_zone_circular_or_cylindrical_or_spherical_boundary extends AEntitypublic ETolerance_zone_circular_or_cylindrical_or_spherical_boundary getByIndex(int index)public ETolerance_zone_circular_or_cylindrical_or_spherical_boundary getCurrentMember(SdaiIterator it) |