Material(...)
This method creates a Material object.
Path
mdb.models[name].Material session.odbs[name].Material
Required arguments
- name
A String specifying the name of the new material.
Optional arguments
- description
A String specifying user description of the material. The default value is an empty string.
- materialIdentifier
A String specifying material identifier for customer use. The default value is an empty string.
Return value
A Material object.
Exceptions
InvalidNameError.