Overview Schemas Index

Inertia_characteristics_arm         


ENTITY Moments_of_inertia
          SUBTYPE OF (Shape_dependent_property_representation);
WHERE
          WR1: SIZEOF(QUERY (it <* SELF\Shape_dependent_property_representation.property_representation.items |
   'INERTIA_CHARACTERISTICS_ARM' + '.AXIS_PLACEMENT'IN TYPEOF(it) ))=1;
          WR2: SIZEOF(QUERY (it <* SELF\Shape_dependent_property_representation.property_representation.items |
   'INERTIA_CHARACTERISTICS_ARM' + '.INERTIA_MATRIX_ITEM' IN TYPEOF(it) ))=1;
          WR3: 'INERTIA_CHARACTERISTICS_ARM' + '.GEOMETRIC_COORDINATE_SPACE' IN 
          TYPEOF(SELF\Shape_dependent_property_representation.property_representation.context_of_items);
END_ENTITY; -- Moments_of_inertia

Entity data types and their attributes

Shape_dependent_property_representation
          characteristic_type: STRING;
          (OPT) description: STRING;
          described_element: shape_dependent_select;
          property_representation: Representation;
Moments_of_inertia
          -

Users: by entity attributes

Shape_dependent_property_representation
Moments_of_inertia

Users: by defined types, not used by any entity attribute

Moments_of_inertia
          -

Global rules for this entity data type

          -