JP EN

Tech blog

Topics

Recent Posts

ピクセルを滑らかなカタチに。~marching squares法~

ピクセルを滑らかなカタチに。~marching squares法~

Making pixels smoother. ~Marching Squares method~

今回のテーマは「marching squares法を用いたピクセル画像の境界処理」です。 格子上で取得されたスカラー場の情報から、人の目から見て滑らかで自然な境界線、境界面をどのように作成するか。 そのアルゴリズムを理解しながらGrasshopperで実装し、様々な形状への適用をもって評価します。

The theme of this article is "Boundary processing of pixel images using the marching squares method." How can we create boundaries and interfaces that look smooth and natural to the human eye from the scalar field information obtained on a lattice? We will understand the algorithm and implement it in Grasshopper, then evaluate its application to various shapes.

山本雄大

Yuta Yamamoto

2025,03,26 2025,03,26
獺と鮪で行う木造住宅の耐震設計

獺と鮪で行う木造住宅の耐震設計

Seismic Design of Japanese Wooden Houses by Otter and Tunny

日本における住宅の多くは木造であり,その設計には耐震性や耐風性を考慮した構造計算が不可欠です。 特に低層木造住宅では,建築基準法に基づいた壁量計算や偏心の検討が重要な要素となります。 本記事では木造住宅の構造設計における基本的な考え方を整理するとともに,Grasshopperを活用した低層木造住宅構造設計の最適化について紹介します。構造設計に携わる方や設計手法の効率化に関心のある方にとって有益な内容となるはずです。

Most houses in Japan are constructed of wood, and structural calculations that take into account earthquake and wind resistance are essential for their design. Especially for low-rise wooden houses, wall volume calculations and eccentricity considerations based on the Building Standard Law are important factors. This article summarizes the basic concepts in structural design of wooden houses and introduces the optimization of structural design of low-rise wooden houses using Grasshopper. It should be of interest to those involved in structural design and those interested in improving the efficiency of design methods.

鈴木一希

Kazuki Suzuki

2025,03,07 2025,03,07
弊社のパズル事情

弊社のパズル事情

Our Company's Puzzle Ventures

Nature Architectsでは多数の本業のプロジェクトが実施されていますが、趣味のプロジェクトも時折発生します。この記事では昨年社内でおきたパズルブームについて紹介します。

At Nature Architects, many professional projects are carried out, but hobby projects occasionally emerge as well. This article introduces the puzzle craze that occurred within the company last year.

岡要平

Yohei Oka

2025,01,17 2025,01,17
MOEA/Dの紹介と多目的最適化の比較の一例

MOEA/Dの紹介と多目的最適化の比較の一例

Introduction to MOEA/D and an Example Comparison of Multi-Objective Optimization Methods

最適化問題の解決に広く使われているOptunaが、最近バージョン4にアップデートされ、新たにOptunaHubという機能が追加されました。これを機に、私たちは多目的最適化アルゴリズム「MOEA/D」の実装をOptunaHubを通じて公開しました。 本記事では、MOEA/Dの特徴と、他の最適化手法との比較結果の一例を紹介します。進化型多目的最適化に興味がある方、より効率的な最適化手法を探している方は参考にしてください。

Optuna, widely used for solving optimization problems, has recently been updated to version 4, introducing a new feature called OptunaHub. Taking this opportunity, we have published an implementation of the multi-objective optimization algorithm "MOEA/D" through OptunaHub. In this article, we introduce the characteristics of MOEA/D and present an example comparison with other optimization methods. Those interested in evolutionary multi-objective optimization or seeking more efficient optimization techniques may find this article useful.

夏目大彰

Hiroaki Natsume

2024,09,20 2024,09,20
公開情報で性能を見積もる

公開情報で性能を見積もる

Estimating values before simulation

この記事では、解析を行う前段階として公開情報を理論式に当てはめることで求める値の見積りを出すことの有用性を検討しています。

This article examines the utility of deriving estimations of target values by applying publicly accessible information to theoretical models as a preliminary step prior to conducting a numerical simulation.

明戸大介

Daisuke Aketo

2024,09,06 2024,09,06
CFDにおけるFEMとFVM

CFDにおけるFEMとFVM

FEM and FVM in CFD

構造解析では有限要素法、流体解析では有限体積法。偏微分方程式を離散的に解く手法という意味ではどちらも共通しているのに、構造と流体ではなぜ違う手法が一般的なのでしょうか?本記事では、流体解析における有限要素法と有限体積法を比較して「なぜCFDでは有限体積法が一般的になったか」の理由を垣間見ていきます。

Structural analysis uses the finite element method, while fluid analysis uses the finite volume method. Why are different methods commonly used for structure and fluid analysis, even though both are the same in the sense that they are methods for solving partial differential equations discretely? In this article, we compare the finite element method and the finite volume method in fluid analysis and give a glimpse into the reason “why the finite volume method became common in CFD."

古澤善克

Yoshikatsu Furusawa

2024,08,23 2024,08,23
たのしい形状探索のススメ ひらがな編

たのしい形状探索のススメ ひらがな編

Recommendations for enjoyable shape exploration: Hiragana

本記事では形状探索の一例として「ひらがな」を取り上げて調査しています。これを読めばあなたも身近にある形状について、きっともっと知りたくなるはずです。

In this article, I will take "Hiragana" as an example of shape exploration and investigate it. After reading this, you will surely want to know more about the shapes around you.

佐野和花

Waka Sano

2024,08,08 2024,08,08
Grasshopperで作る自然な樹木形状

Grasshopperで作る自然な樹木形状

Natural tree shape created with Grasshopper

フラクタル構造で生成した樹木は、幾何的な形状であり、大変美しく見えますが、一方で自然に生えている木と比較すると何か違和感を覚えます。今回は、再帰性処理による構造作成の方法をおさらいしながら、より自然な樹形を目指して、RhinocerosのGrasshopper上で樹木形状のモデリング環境を作成してみたいと思います。

Trees generated with fractal structures are geometric shapes and look very beautiful, but on the other hand, there is something incongruous when compared to trees growing naturally. In this article, I would like to create a modeling environment for tree shapes on Grasshopper in Rhinoceros, aiming for more natural tree shapes, while reviewing how to create structures using recursive processing.

山本雄大

Yuta Yamamoto

2024,06,27 2024,06,27
3Dスキャンの大衆化と3Dモデルの行方

3Dスキャンの大衆化と3Dモデルの行方

The Popularization of 3D Scanning and the Future of 3D Models

皆さんはスマートフォンをお持ちでしょうか?OSは様々でもこれを見ているほとんどの人は持っていると思います。そのスマートフォンで物体の3Dスキャンが可能なことをどの程度の方がご存知でしょうか。本ブログはスマホを使った3Dスキャンしてみませんか?というお誘いブログです。ようこそ,3Dスキャンの世界へ。

Do you have a smart phone? How many of you know that 3D scanning of objects is possible with your smartphone? This blog is an invitation to try 3D scanning with your smartphone. This blog is an invitation to try 3D scanning with your smartphone. Welcome to the world of 3D scanning.

鈴木一希

Kazuki Suzuki

2024,06,21 2024,06,21