|
ENTITY interconnect_module_cavity_surface SUBTYPE OF (interconnect_module_surface_feature); reference_surface : cavity_reference_select; WHERE wr1: SELF :<>: reference_surface ; wr2: SIZEOF ( QUERY ( ucur <* USEDIN ( SELF , 'part_feature_location_xim.usage_concept_usage_relationship_armx.' + 'associated_usage' ) | NOT ( 'part_template_extension_xim.planar_closed_path_shape_model_with_parameters' IN TYPEOF ( ucur . associated_shape_definition ) ) ) ) = 0 ; END_ENTITY; -- interconnect_module_cavity_surface |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; shape_element (OPT) id_x: STRING; (RT) name->element_name: STRING; (RT) of_shape->containing_shape: item_shape; (RT) (DER) product_definitional: LOGICAL; (RT) (DER) id: identifier; shape_feature (OPT) connection_area: SET [1:?] OF connection_zone; (DER) surface_conditions: SET [0:?] OF surface_condition; part_feature (RT) containing_shape->associated_definition: part_usage_view; (OPT) material_state_change: material_state_change_enumeration; (OPT) precedent_feature: part_feature; (RT) (DER) description: text; (INV) subsequent_feature: SET [0:1] OF part_feature FOR precedent_feature; interconnect_module_surface_feature (RT) containing_shape: interconnect_module_usage_view; interconnect_module_cavity_surface reference_surface: cavity_reference_select; |
Global rules for this entity data type- |
public interface EInterconnect_module_cavity_surface extends EInterconnect_module_surface_featurereference_surface (explicit attribute)int testReference_surface(EInterconnect_module_cavity_surface type)case 1 EEntity getReference_surface(EInterconnect_module_cavity_surface type) void setReference_surface(EInterconnect_module_cavity_surface type, EEntity value, EEntity node1) void unsetReference_surface(EInterconnect_module_cavity_surface type) |
public class CInterconnect_module_cavity_surface implements EInterconnect_module_cavity_surfacestatic EAttribute attributeReference_surface(EInterconnect_module_cavity_surface type)static int usedinReference_surface(EInterconnect_module_cavity_surface type, EEntity instance, ASdaiModel domain, AInterconnect_module_cavity_surface result) |
public class AInterconnect_module_cavity_surface extends AEntitypublic EInterconnect_module_cavity_surface getByIndex(int index)public EInterconnect_module_cavity_surface getCurrentMember(SdaiIterator it) |