matidを確かめる
- python cgkit
- by yuichirou yokomakura
- 2010.09.25 Saturday 19:27
>>> model[0].geom.hasSlot("matid")
True
>>> model[1].geom.hasSlot("matid")
False
>>> model[2].geom.hasSlot("matid")
False
>>>
True
>>> model[1].geom.hasSlot("matid")
False
>>> model[2].geom.hasSlot("matid")
False
>>>
- -
- -