Derivation from uniaxial scale Application Object


A Derivation_from_uniaxial_scale is a relationship between:

that indicates the derived Scale applies the reference Scale for each component.

EXAMPLE - The relationship between:

that indicates each component of the position Scale is in metres, is a Derivation_from_uniaxial_scale.

EXAMPLE - The relationship between:

that indicates each component of the elasiticity Scale is in MPa, is a Derivation_from_uniaxial_scale.

EXPRESS specification:

*)
ENTITY Derivation_from_uniaxial_scale;
  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 uniaxial Property_space that is used by the derived.