2018年4月25日 / 最終更新日時 : 2018年5月15日 Ryota Components & Nodes サーフェスを「曲線を押し出し」て作成する Create a surface by extruding a curve along a vector. メモ|Note Grasshopperでは、曲線の代わりにサーフェスを入力すると、ソリッドが出力さ […]
2018年4月25日 / 最終更新日時 : 2018年5月1日 Ryota Components & Nodes 曲線を「分解」する Explode a curve into smaller segments. メモ|Note Grasshopperでは、分割された線の頂点が出力される。 スクリプト|Script rhino […]
2018年4月24日 / 最終更新日時 : 2018年5月1日 Ryota Components & Nodes 曲線の「長さ」を取得する Get the length of a curve. メモ|Note 特になし。 スクリプト|Script rhinoscriptsyntax DesignScript Syntax Curv […]
2018年4月24日 / 最終更新日時 : 2018年5月10日 Ryota Components & Nodes 楕円を「中心点と2つの半径」で作成する Create a Ellipse with a center point and 2 radiuses. メモ|Note GrasshopperではPointかPlaneを基点として入力でき、Dynamoで […]
2018年4月23日 / 最終更新日時 : 2018年5月1日 Ryota Components & Nodes 円を「中心点と半径」で作成する Create a circle with a center point or a plane and radius. メモ|Note GrasshopperではPointかPlaneを基点として入力でき、D […]
2018年4月23日 / 最終更新日時 : 2018年5月1日 Ryota Components & Nodes 長方形を「基準平面、幅、高さ」で作成 Create a rectangle by plane, width and height. メモ|Note GrasshopperではPointかPlaneを基点として入力でき、Dynamoでは基点が原点 […]
2018年4月20日 / 最終更新日時 : 2018年5月1日 Ryota Components & Nodes 直線を「始点、終点」から作成 Create a line with 2 points. メモ|Note 特になし。 スクリプト|Script rhinoscriptsyntax DesignScript Syntax Ad […]
2018年4月19日 / 最終更新日時 : 2018年5月1日 Ryota Components & Nodes 直方体を「X,Y,Z値」から作成する Create a rectangular with an origin point and X,Y,Z values. メモ|Note Dynamoでは、基点を(0,0,0)、任意のPoint、Coordi […]
2018年4月16日 / 最終更新日時 : 2018年5月1日 Ryota Components & Nodes 数値を加算する Add x to y. メモ|Note Grasshopperでは点やベクトル同士も加算可能。 スクリプト|Script Python DesignScript Syntax x + y x + y ※x, […]
2018年4月16日 / 最終更新日時 : 2018年5月1日 Ryota Components & Nodes 基準平面の「基点、X,Y,Z軸方向」を取得する Get an origin point and Axes of a plane. メモ|Note Grasshopperでは一つのコンポーネントで原点と各軸が取得できるが、Dynamoではそれぞれ別のノード […]