|
ENTITY stationary_mass SUBTYPE OF (point_element_matrix); mass : ARRAY [1:3] OF context_dependent_measure; moments_of_inertia : symmetric_tensor2_3d; coordinate_system : fea_axis2_placement_3d; offset_vector : ARRAY [1:3] OF context_dependent_measure; END_ENTITY; -- stationary_mass |
Entity data types and their attributespoint_element_matrix- stationary_mass mass: ARRAY [1:3] OF context_dependent_measure; moments_of_inertia: symmetric_tensor2_3d; coordinate_system: fea_axis2_placement_3d; offset_vector: ARRAY [1:3] OF context_dependent_measure; |
Users: by entity attributespoint_element_matrixpoint_element_representation.matrix_set stationary_mass Users: by defined types, not used by any entity attributestationary_mass- |
Global rules for this entity data type- |