ENTITY moments_of_inertia SUBTYPE OF (shape_dependent_property_representation, moments_of_inertia_representation); WHERE wr1: SIZEOF(QUERY (it <* SELF\Shape_dependent_property_representation.property_representation.items | 'INERTIA_CHARACTERISTICS_XIM' + '.AXIS2_PLACEMENT'IN TYPEOF(it) ))=1; wr2: SIZEOF(QUERY (it <* SELF\Shape_dependent_property_representation.property_representation.items | 'INERTIA_CHARACTERISTICS_XIM' + '.INERTIA_MATRIX_ITEM' IN TYPEOF(it) ))=1; wr3: 'INERTIA_CHARACTERISTICS_XIM' + '.GEOMETRIC_REPRESENTATION_CONTEXT' IN TYPEOF(SELF\Shape_dependent_property_representation.property_representation.context_of_items); END_ENTITY; -- moments_of_inertia |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_dependent_property_representation (RT) name->characteristic_type: STRING; (OPT) description_x: STRING; described_element: shape_dependent_select; (DER) property_representation: representation; (RT) (DER) description: text; (RT) (DER) context_of_items: representation_context; moments_of_inertia_representation - moments_of_inertia - |
Global rules for this entity data type- |
public interface EMoments_of_inertia extends EShape_dependent_property_representation, EMoments_of_inertia_representation |
public class CMoments_of_inertia implements EMoments_of_inertia |
public class AMoments_of_inertia extends AEntitypublic EMoments_of_inertia getByIndex(int index)public EMoments_of_inertia getCurrentMember(SdaiIterator it) |