API 文件集 > Solids and parts > Object ProPart > Function ProPartMaterialsGet
Function ProPartMaterialsGet
Description
Gets the array of material names existing in the part.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMaterial.h>
ProPartMaterialsGet
(
/* (In)
The part.
*/
ProName** p_matl_names_arr
/* (Out)
The material names array. You must preallocate this array using the function ProArrayAlloc().
*/
)
Returns
The function successfully returned the material names.
The input argument is invalid.
See Also
Sample Code References
這是否有幫助?