
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
sketchupでruby その6 - Qiita
def colorbox model = Sketchup.active_model entities = model.active_entities Sketchup.set_status_t... def colorbox model = Sketchup.active_model entities = model.active_entities Sketchup.set_status_text "Please wait a little." for x in 0..8 do for y in 0..8 do for z in 0..8 do group = entities.add_group entitie = group.entities pts = [] pts[0] = [x * 10 + 5, y * 10 + 5, z * 10 + 5] pts[1] = [x * 10 + 10, y * 10 + 5, z * 10 + 5] pts[2] = [x * 10 + 10, y * 10 + 10, z * 10 + 5] pts[3] = [x * 10 + 5,