Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ちょっと私は現在マヤのツールに取り組んでおり、各面を選択してそれぞれの表面積を測定する必要があります。ここで誰かがそれを行う方法について良い考えを持っていますか? 正直なところ、どこから始めればよいかわかりません。理想的には、すべての情報を辞書内に保持して、簡単に反復できるようにしたいと考えています。ありがとう。
以下のコードは、顔を選択する限り機能します
for i in range(0,connections): x = random.randrange(0,connections,1) print 'x = %d' %(x) cmd.select('polySphere_1.f[%d]' %(x), tgl = True,)