2027 Method
Changes 0
M

FabricationConfiguration.GetAllMaterials

Description:
Gets all material identifiers in the fabrication configuration.
Remarks:
If a part is passed, only returns materials which are valid for the part, otherwise returns all materials.
public IList<int> GetAllMaterials(
	FabricationPart part
)
Return Value IList<Int32> An array of material identifiers.