Derivation from coordinate system Application Object


A Derivation_from_coordinate_system is a relationship between:

that indicates the components of the derived Scale correspond to the components of the reference Scale.

EXAMPLE - The relationship between:

that indicates the component of the elasiticity Scale correspond to components of the position Scale, is a Derivation_from_coordinate_system.

EXPRESS specification:

*)
ENTITY Derivation_from_coordinate_system;
  derived  :  Scale;
  reference  :  Scale;
END_ENTITY;
(*

Attribute definitions:

derived: the Scale for a vector or tensor Property_space that uses the reference for each component.

reference: the Scale for a position Property_space that defines the coordinate system used by the derived.