MaterialAsset.PhysicalPropertiesAsset Property
Parent Object: MaterialAssetDescription
Gets and sets the physical properties associated with the material. When assigning physical properties, the physical properties asset must exist in the same document as the material.
Syntax
MaterialAsset.PhysicalPropertiesAsset() As AssetProperty Value
This is a read/write property whose value is an Asset.Samples
Name | Description |
Write out all materials to a file. | This sample writes out information about all of the materials in all libraries. This can be useful when trying to use the API to modify existing materials by allowing to easily see what information is available for a material. |
Write out all document materials to a file. | This sample writes out information about all of the materials in the active document. This can be useful when trying to use the API to modify existing materials by allowing you to easily see what information is available for a material. |