Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY axisymmetric_2d_element_property;
          angle : plane_angle_measure;
END_ENTITY; -- axisymmetric_2d_element_property

Entity data types and their attributes

axisymmetric_2d_element_property
          angle: plane_angle_measure;

Users

axisymmetric_2d_element_property
          axisymmetric_curve_2d_element_representation.angle_property
          axisymmetric_surface_2d_element_representation.angle_property
          axisymmetric_volume_2d_element_representation.angle_property

Global rules for this entity data type

          -

public interface EAxisymmetric_2d_element_property extends EEntity

angle (explicit attribute)

          boolean testAngle(EAxisymmetric_2d_element_property type)
          double getAngle(EAxisymmetric_2d_element_property type)
          void setAngle(EAxisymmetric_2d_element_property type, double value)
          void unsetAngle(EAxisymmetric_2d_element_property type)

public class CAxisymmetric_2d_element_property implements EAxisymmetric_2d_element_property

          static EAttribute attributeAngle(EAxisymmetric_2d_element_property type)

public class AAxisymmetric_2d_element_property extends AEntity

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