You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The need for a Sample class emerges when multiple samples are cut from a bulk material, each treated as a separate entity. These samples have the same material system but can have different geometry and sample IDs assigned.
The Sample class should allow the reuse of a material system (a composite system itself) for multiple sample entries via reference.
Sample also inherits composite system, and reference to its material system is made in the components using a SystemComponent.
The need for a
Sample
class emerges when multiple samples are cut from a bulk material, each treated as a separate entity. These samples have the same material system but can have different geometry and sample IDs assigned.The
Sample
class should allow the reuse of a material system (a composite system itself) for multiple sample entries via reference.Sample
also inherits composite system, and reference to its material system is made in thecomponents
using aSystemComponent
.The text was updated successfully, but these errors were encountered: