|
这是我用pro/e做的材质文件(以下是ABS.mtl材质文件内容),其中没有CONDITION这个项目,应该么样做呀?CONDITION的赋值可以是中文吗?
ND_RelParSet_K01 = {
Name = ABS
PARAMETERS =
{
Name = PTC_MATERIAL_DESCRIPTION
Type = String
Default = '丙烯腈-丁二烯-苯乙烯(Acrylonitrile-Butaiene Styrene Plastics)三元共聚'
Access = Full
},
{
Name = TEMPERATURE
Type = Real
Default = 0.000000e+00 C
Access = Full
},
{
Name = PTC_INITIAL_BEND_Y_FACTOR
Type = Real
Default = 5.000000e-01
Access = Full
},
{
Name = PTC_BEND_TABLE
Type = String
Default = ''
Access = Full
},
{
Name = PTC_MATERIAL_TYPE
Type = Integer
Default = 9
Access = Locked
},
{
Name = PTC_FAILURE_CRITERION_TYPE
Type = String
Default = 'NONE'
Access = Locked
},
{
Name = PTC_FATIGUE_TYPE
Type = String
Default = 'NONE'
Access = Locked
},
{
Name = PTC_MASS_DENSITY
Type = Real
Default = 1.100000e-06 kg/mm^3
Access = Full
},
{
Name = PTC_XHATCH_FILE
Type = String
Default = 'ABS'
Access = Full
},
{
Name = PTC_APPEARANCE_1
Type = String
Default = 'abs_new_app'
Access = Full
}
} |
|