赞
踩
组件材质修改方法
方法一:
Component Properties——KR 240 R3330(要改变材质的组件)——Material
方法二:
采用Python脚本控制
Python脚本的创建参考
复制如下代码粘贴在对应组件的Python脚本内,通过重置Simulation,编译程序即可实现
app = getApplication()
red = app.findMaterial("red")
robot_material = app.findComponent("KR 240 R3330")
robot_material.Material = red #材料的赋予
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。