Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY aligned_axis_tolerance;
          model_ref : fea_model;
          tolerance : context_dependent_measure;
END_ENTITY; -- aligned_axis_tolerance

Entity data types and their attributes

aligned_axis_tolerance
          model_ref: fea_model;
          tolerance: context_dependent_measure;

Users

aligned_axis_tolerance

Global rules for this entity data type

          -

public interface EAligned_axis_tolerance extends EEntity

model_ref (explicit attribute)

          boolean testModel_ref(EAligned_axis_tolerance type)
          EFea_model getModel_ref(EAligned_axis_tolerance type)
          void setModel_ref(EAligned_axis_tolerance type, EFea_model value)
          void unsetModel_ref(EAligned_axis_tolerance type)

tolerance (explicit attribute)

          boolean testTolerance(EAligned_axis_tolerance type)
          double getTolerance(EAligned_axis_tolerance type)
          void setTolerance(EAligned_axis_tolerance type, double value)
          void unsetTolerance(EAligned_axis_tolerance type)

public class CAligned_axis_tolerance implements EAligned_axis_tolerance

          static EAttribute attributeModel_ref(EAligned_axis_tolerance type)
          static int usedinModel_ref(EAligned_axis_tolerance type, EFea_model instance, ASdaiModel domain, AAligned_axis_tolerance result)
          static EAttribute attributeTolerance(EAligned_axis_tolerance type)

public class AAligned_axis_tolerance extends AEntity

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