Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_3d_element_position_weight;
          integration_position : curve_volume_element_location;
          integration_weight : context_dependent_measure;
END_ENTITY; -- curve_3d_element_position_weight

Entity data types and their attributes

curve_3d_element_position_weight
          integration_position: curve_volume_element_location;
          integration_weight: context_dependent_measure;

Users

curve_3d_element_position_weight
          curve_3d_element_length_integration_explicit.integration_positions_and_weights

Global rules for this entity data type

          -

public interface ECurve_3d_element_position_weight extends EEntity

integration_position (explicit attribute)

          boolean testIntegration_position(ECurve_3d_element_position_weight type)
          ECurve_volume_element_location getIntegration_position(ECurve_3d_element_position_weight type)
          void setIntegration_position(ECurve_3d_element_position_weight type, ECurve_volume_element_location value)
          void unsetIntegration_position(ECurve_3d_element_position_weight type)

integration_weight (explicit attribute)

          boolean testIntegration_weight(ECurve_3d_element_position_weight type)
          double getIntegration_weight(ECurve_3d_element_position_weight type)
          void setIntegration_weight(ECurve_3d_element_position_weight type, double value)
          void unsetIntegration_weight(ECurve_3d_element_position_weight type)

public class CCurve_3d_element_position_weight implements ECurve_3d_element_position_weight

          static EAttribute attributeIntegration_position(ECurve_3d_element_position_weight type)
          static int usedinIntegration_position(ECurve_3d_element_position_weight type, ECurve_volume_element_location instance, ASdaiModel domain, ACurve_3d_element_position_weight result)
          static EAttribute attributeIntegration_weight(ECurve_3d_element_position_weight type)

public class ACurve_3d_element_position_weight extends AEntity

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