|
ENTITY node_with_solution_coordinate_system SUBTYPE OF (node); WHERE wr1: ( ( SIZEOF ( QUERY ( item <* SELF \ representation . items | 'structural_response_representation_schema.' + 'fea_axis2_placement_3d' IN TYPEOF ( item ) ) ) = 1 ) AND ( SELF \ representation . context_of_items \ geometric_representation_context . coordinate_space_dimension = 3 ) ) OR ( ( SIZEOF ( QUERY ( item <* SELF \ representation . items | 'structural_response_representation_schema.' + 'fea_axis2_placement_2d' IN TYPEOF ( item ) ) ) = 1 ) AND ( SELF \ representation . context_of_items \ geometric_representation_context . coordinate_space_dimension = 2 ) ) ; END_ENTITY; -- node_with_solution_coordinate_system |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; node_representation model_ref: fea_model; node - node_with_solution_coordinate_system - |
Global rules for this entity data type- |
public interface ENode_with_solution_coordinate_system extends ENode |
public class CNode_with_solution_coordinate_system implements ENode_with_solution_coordinate_system |
public class ANode_with_solution_coordinate_system extends AEntitypublic ENode_with_solution_coordinate_system getByIndex(int index)public ENode_with_solution_coordinate_system getCurrentMember(SdaiIterator it) |