Application.materialLibraries Property
Parent Object: ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
Returns the collection of material libraries currently available.
Syntax
"application_var" is a variable referencing an Application object.
|
Property Value
This is a read only property whose value is a MaterialLibraries.Samples
Name | Description |
Material API Sample | Demonstrates using materials and appearance using the API. To use the sample, create a new Python or C++ script and copy and paste this code, replacing the default code. The sample also used an external appearance library which you can get here. Copy that to any location on your computer and edit the path in the script. When running the script, have a design open that contains a body in the root component. |