Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY plane_2d_element_property
          SUPERTYPE OF (simple_plane_2d_element_property);
          depth : context_dependent_measure;
END_ENTITY; -- plane_2d_element_property

Entity data types and their attributes

plane_2d_element_property
          depth: context_dependent_measure;

Known subtypes

          simple_plane_2d_element_property (STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA)

Users

plane_2d_element_property
          plane_curve_2d_element_representation.depth_property
          plane_surface_2d_element_representation.depth_property
          plane_volume_2d_element_representation.depth_property

Global rules for this entity data type

          -

public interface EPlane_2d_element_property extends EEntity

depth (explicit attribute)

          boolean testDepth(EPlane_2d_element_property type)
          double getDepth(EPlane_2d_element_property type)
          void setDepth(EPlane_2d_element_property type, double value)
          void unsetDepth(EPlane_2d_element_property type)

public class CPlane_2d_element_property implements EPlane_2d_element_property

          static EAttribute attributeDepth(EPlane_2d_element_property type)

public class APlane_2d_element_property extends AEntity

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