Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY fea_curve_section_geometric_relationship;
          section_ref : curve_element_section_definition;
          item : analysis_item_within_representation;
WHERE
          wr1: 'GEOMETRY_SCHEMA.GEOMETRIC_REPRESENTATION_ITEM' IN TYPEOF(item.item);
END_ENTITY; -- fea_curve_section_geometric_relationship

Entity data types and their attributes

fea_curve_section_geometric_relationship
          section_ref: curve_element_section_definition;
          item: analysis_item_within_representation;

Users

fea_curve_section_geometric_relationship

Global rules for this entity data type

          -

public interface EFea_curve_section_geometric_relationship extends EEntity

section_ref (explicit attribute)

          boolean testSection_ref(EFea_curve_section_geometric_relationship type)
          ECurve_element_section_definition getSection_ref(EFea_curve_section_geometric_relationship type)
          void setSection_ref(EFea_curve_section_geometric_relationship type, ECurve_element_section_definition value)
          void unsetSection_ref(EFea_curve_section_geometric_relationship type)

item (explicit attribute)

          boolean testItem(EFea_curve_section_geometric_relationship type)
          EAnalysis_item_within_representation getItem(EFea_curve_section_geometric_relationship type)
          void setItem(EFea_curve_section_geometric_relationship type, EAnalysis_item_within_representation value)
          void unsetItem(EFea_curve_section_geometric_relationship type)

public class CFea_curve_section_geometric_relationship implements EFea_curve_section_geometric_relationship

          static EAttribute attributeSection_ref(EFea_curve_section_geometric_relationship type)
          static int usedinSection_ref(EFea_curve_section_geometric_relationship type, ECurve_element_section_definition instance, ASdaiModel domain, AFea_curve_section_geometric_relationship result)
          static EAttribute attributeItem(EFea_curve_section_geometric_relationship type)
          static int usedinItem(EFea_curve_section_geometric_relationship type, EAnalysis_item_within_representation instance, ASdaiModel domain, AFea_curve_section_geometric_relationship result)

public class AFea_curve_section_geometric_relationship extends AEntity

          public EFea_curve_section_geometric_relationship getByIndex(int index)
          public EFea_curve_section_geometric_relationship getCurrentMember(SdaiIterator it)