API 文档 > Solids and parts > Object ProMaterial > Function ProMaterialUsageParametersCollect
Function ProMaterialUsageParametersCollect
Description
Collects all usage parameters for the specified material.
Synopsis
#include <ProMaterial.h>
ProMaterialUsageParametersCollect
(
ProMaterial* material
/* (In)
the material
*/
ProParameter** usageParams
/* (Out)
a list of usage parameters of material. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
)
Returns
Success
One or more arguments was invalid
这对您有帮助吗?