IMaterials Interface |
Namespace: EMInvent.InventSim.COMServer
The IMaterials type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveMaterial |
Get or sets active material which is used when adding new objects.
| |
| Count |
Gets number of materials in the project.
|
| 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.
|