DEPRECATED: | Since Wildfire 5.0 | |||||||
SUPERSEDED BY: | ProMaterialPropertySet | |||||||
Description | ||||||||
This function is deprecated. Use ProMaterialPropertySet() for the individual material properties that should be defined in this material.
Note: If the material's type is not entirely isotropic, this function will create only those properties which are not dependent on type. It will not change the type of the material.Sets the material properties. |
||||||||
Synopsis | ||||||||
#include <ProMaterial.h> | ||||||||
ProError | ProMaterialDataSet | ( | ||||||
ProMaterial* p_material | ||||||||
/* (In) | ||||||||
The material handle | ||||||||
*/ | ||||||||
ProMaterialdata* p_matl_data | ||||||||
/* (In) | ||||||||
The material properties to set. Note: the material values must all fall within the correct ranges. The values are assumed to be in the units of the owner model for the material, regardless of the units used by the property within this material. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|