|
ENTITY plane_surface_2d_element_representation SUBTYPE OF (element_representation); model_ref : fea_model_2d; element_descriptor : plane_surface_2d_element_descriptor; property : surface_element_property; depth_property : plane_2d_element_property; material : element_material; UNIQUE ur1 : model_ref, name; WHERE wr1: model_ref . type_of_2d_analysis = planar ; wr2: SIZEOF ( QUERY ( item <* SELF \ representation . items | 'structural_response_representation_schema.' + 'parametric_surface_2d_element_coordinate_system' IN TYPEOF ( item ) ) ) + SIZEOF ( QUERY ( item <* SELF \ representation . items | 'structural_response_representation_schema.' + 'aligned_surface_2d_element_coordinate_system' IN TYPEOF ( item ) ) ) = 1 ; wr3: SIZEOF ( QUERY ( item1 <* material . properties | ( SIZEOF ( QUERY ( item2 <* item1 \ property_definition_representation . used_representation . items | SIZEOF ( [ 'structural_response_representation_schema.' + 'fea_linear_elasticity' , 'structural_response_representation_schema.' + 'fea_mass_density' , 'structural_response_representation_schema.' + 'fea_area_density' , 'structural_response_representation_schema.' + 'fea_tangential_coefficient_of_linear_thermal_expansion' , 'structural_response_representation_schema.' + 'fea_secant_coefficient_of_linear_thermal_expansion' , 'structural_response_representation_schema.' + 'fea_moisture_absorption' , 'structural_response_representation_schema.' + 'fea_shell_membrane_stiffness' , 'structural_response_representation_schema.' + 'fea_shell_bending_stiffness' , 'structural_response_representation_schema.' + 'fea_shell_membrane_bending_coupling_stiffness' , 'structural_response_representation_schema.' + 'fea_shell_shear_stiffness' ] * TYPEOF ( item2 ) ) = 1 ) ) = 1 ) ) ) >= 1 ; wr4: 'representation_schema.parametric_representation_context' IN TYPEOF ( SELF \ representation . context_of_items ) ; fu1: required_1d_nodes ( SELF \ element_representation . node_list , element_descriptor \ element_descriptor . topology_order ) ; END_ENTITY; -- plane_surface_2d_element_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; element_representation node_list: LIST [1:?] OF node_representation; plane_surface_2d_element_representation model_ref: fea_model_2d; element_descriptor: plane_surface_2d_element_descriptor; property: surface_element_property; depth_property: plane_2d_element_property; material: element_material; |
Global rules for this entity data type- |
public interface EPlane_surface_2d_element_representation extends EElement_representationmodel_ref (explicit attribute)boolean testModel_ref(EPlane_surface_2d_element_representation type)EFea_model_2d getModel_ref(EPlane_surface_2d_element_representation type) void setModel_ref(EPlane_surface_2d_element_representation type, EFea_model_2d value) void unsetModel_ref(EPlane_surface_2d_element_representation type) element_descriptor (explicit attribute)boolean testElement_descriptor(EPlane_surface_2d_element_representation type)EPlane_surface_2d_element_descriptor getElement_descriptor(EPlane_surface_2d_element_representation type) void setElement_descriptor(EPlane_surface_2d_element_representation type, EPlane_surface_2d_element_descriptor value) void unsetElement_descriptor(EPlane_surface_2d_element_representation type) property (explicit attribute)boolean testProperty(EPlane_surface_2d_element_representation type)ESurface_element_property getProperty(EPlane_surface_2d_element_representation type) void setProperty(EPlane_surface_2d_element_representation type, ESurface_element_property value) void unsetProperty(EPlane_surface_2d_element_representation type) depth_property (explicit attribute)boolean testDepth_property(EPlane_surface_2d_element_representation type)EPlane_2d_element_property getDepth_property(EPlane_surface_2d_element_representation type) void setDepth_property(EPlane_surface_2d_element_representation type, EPlane_2d_element_property value) void unsetDepth_property(EPlane_surface_2d_element_representation type) material (explicit attribute)boolean testMaterial(EPlane_surface_2d_element_representation type)EElement_material getMaterial(EPlane_surface_2d_element_representation type) void setMaterial(EPlane_surface_2d_element_representation type, EElement_material value) void unsetMaterial(EPlane_surface_2d_element_representation type) |
public class CPlane_surface_2d_element_representation implements EPlane_surface_2d_element_representationstatic EAttribute attributeModel_ref(EPlane_surface_2d_element_representation type)static int usedinModel_ref(EPlane_surface_2d_element_representation type, EFea_model_2d instance, ASdaiModel domain, APlane_surface_2d_element_representation result) static EAttribute attributeElement_descriptor(EPlane_surface_2d_element_representation type) static int usedinElement_descriptor(EPlane_surface_2d_element_representation type, EPlane_surface_2d_element_descriptor instance, ASdaiModel domain, APlane_surface_2d_element_representation result) static EAttribute attributeProperty(EPlane_surface_2d_element_representation type) static int usedinProperty(EPlane_surface_2d_element_representation type, ESurface_element_property instance, ASdaiModel domain, APlane_surface_2d_element_representation result) static EAttribute attributeDepth_property(EPlane_surface_2d_element_representation type) static int usedinDepth_property(EPlane_surface_2d_element_representation type, EPlane_2d_element_property instance, ASdaiModel domain, APlane_surface_2d_element_representation result) static EAttribute attributeMaterial(EPlane_surface_2d_element_representation type) static int usedinMaterial(EPlane_surface_2d_element_representation type, EElement_material instance, ASdaiModel domain, APlane_surface_2d_element_representation result) |
public class APlane_surface_2d_element_representation extends AEntitypublic EPlane_surface_2d_element_representation getByIndex(int index)public EPlane_surface_2d_element_representation getCurrentMember(SdaiIterator it) |