|
ENTITY volume_2d_element_group SUBTYPE OF (element_group); WHERE wr1: SIZEOF ( QUERY ( item <* elements | ( NOT ( 'structural_response_representation_schema.' + 'axisymmetric_volume_2d_element_representation' IN TYPEOF ( item ) ) AND NOT ( 'structural_response_representation_schema.' + 'plane_volume_2d_element_representation' IN TYPEOF ( item ) ) ) ) ) = 0 ; END_ENTITY; -- volume_2d_element_group |
Entity data types and their attributesgroupname: label; (OPT) description: text; (DER) id: identifier; fea_group model_ref: fea_model; element_group elements: SET [1:?] OF element_representation; volume_2d_element_group - |
Global rules for this entity data type- |
public interface EVolume_2d_element_group extends EElement_group |
public class CVolume_2d_element_group implements EVolume_2d_element_group |
public class AVolume_2d_element_group extends AEntitypublic EVolume_2d_element_group getByIndex(int index)public EVolume_2d_element_group getCurrentMember(SdaiIterator it) |