IMaterials Methods |
The IMaterials type exposes the following members.
| Name | Description | |
|---|---|---|
| AddGyromagnetic |
Adds a new gyromagnetic material with the specified name. The created material properties are vacuum properties.
| |
| AddIsotropic |
Adds a new isotropic material with the specified name. The created material properties are vacuum properties.
| |
| Get |
Returns a material with the given name. If no material is found, ArgumentException is thrown.
| |
| GetByIndex |
Returns a material with the given index. If no material is found, ArgumentException is thrown.
| |
| Remove |
Removes material from the project.
|