|
ENTITY surface_3d_element_group SUBTYPE OF (element_group); WHERE wr1: SIZEOF ( QUERY ( item <* elements | NOT ( 'structural_response_representation_schema.' + 'surface_3d_element_representation' IN TYPEOF ( item ) ) ) ) = 0 ; END_ENTITY; -- surface_3d_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; surface_3d_element_group - |
Global rules for this entity data type- |
public interface ESurface_3d_element_group extends EElement_group |
public class CSurface_3d_element_group implements ESurface_3d_element_group |
public class ASurface_3d_element_group extends AEntitypublic ESurface_3d_element_group getByIndex(int index)public ESurface_3d_element_group getCurrentMember(SdaiIterator it) |