Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY curve_3d_element_length_integration_explicit;
          integration_positions_and_weights : SET [1:?] OF curve_3d_element_position_weight;
END_ENTITY; -- curve_3d_element_length_integration_explicit

Entity data types and their attributes

curve_3d_element_length_integration_explicit
          integration_positions_and_weights: SET [1:?] OF curve_3d_element_position_weight;

Users

curve_3d_element_length_integration_explicit
          curve_3d_element_integration.element_length
                    curve_3d_element_length_integration

Global rules for this entity data type

          -

public interface ECurve_3d_element_length_integration_explicit extends EEntity

integration_positions_and_weights (explicit attribute)

          boolean testIntegration_positions_and_weights(ECurve_3d_element_length_integration_explicit type)
          ACurve_3d_element_position_weight getIntegration_positions_and_weights(ECurve_3d_element_length_integration_explicit type)
          ACurve_3d_element_position_weight createIntegration_positions_and_weights(ECurve_3d_element_length_integration_explicit type)
          void unsetIntegration_positions_and_weights(ECurve_3d_element_length_integration_explicit type)

public class CCurve_3d_element_length_integration_explicit implements ECurve_3d_element_length_integration_explicit

          static EAttribute attributeIntegration_positions_and_weights(ECurve_3d_element_length_integration_explicit type)
          static int usedinIntegration_positions_and_weights(ECurve_3d_element_length_integration_explicit type, ECurve_3d_element_position_weight instance, ASdaiModel domain, ACurve_3d_element_length_integration_explicit result)

public class ACurve_3d_element_length_integration_explicit extends AEntity

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