Click or drag to resize

IMaterials Methods

The IMaterials type exposes the following members.

Methods
  NameDescription
Public methodAddGyromagnetic
Adds a new gyromagnetic material with the specified name. The created material properties are vacuum properties.
Public methodAddIsotropic
Adds a new isotropic material with the specified name. The created material properties are vacuum properties.
Public methodGet
Returns a material with the given name. If no material is found, ArgumentException is thrown.
Public methodGetByIndex
Returns a material with the given index. If no material is found, ArgumentException is thrown.
Public methodRemove
Removes material from the project.
Top
See Also