> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Transform Material

Transforms a material from basis Source {X,Y,Z} to new basis Destination {X,Y,Z} with tensor omega\_ij=dot(Destination\_i,Source\_j).

### Inputs

| Name          | Type                                                               | Description                            |
| ------------- | ------------------------------------------------------------------ | -------------------------------------- |
| Material      | [Material](../../../../block-documentation/types/material)         | The underlying material.               |
| Source x      | [Vector Field](../../../../block-documentation/types/vector-field) | First component of source frame.       |
| Source y      | [Vector Field](../../../../block-documentation/types/vector-field) | Second component of source frame.      |
| Source z      | [Vector Field](../../../../block-documentation/types/vector-field) | Third component of source frame.       |
| Destination x | [Vector Field](../../../../block-documentation/types/vector-field) | First component of destination frame.  |
| Destination y | [Vector Field](../../../../block-documentation/types/vector-field) | Second component of destination frame. |
| Destination z | [Vector Field](../../../../block-documentation/types/vector-field) | Third component of destination frame.  |

### Outputs

| Type                                                                               |
| ---------------------------------------------------------------------------------- |
| [Anisotropic Material](../../../../block-documentation/types/anisotropic-material) |
