 | IMaterialsAddIsotropic Method |
Adds a new isotropic material with the specified name. The created material properties are vacuum properties.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxIMaterial AddIsotropic(
string name
)
Function AddIsotropic (
name As String
) As IMaterial
Dim instance As IMaterials
Dim name As String
Dim returnValue As IMaterial
returnValue = instance.AddIsotropic(name)
Parameters
- name
- Type: SystemString
Material name.
Return Value
Type:
IMaterialReference to newly created material.
See Also