[Grasshopper] How to use Deconstruct to break down point coordinates into XYZ values

[Grasshopper] How to use Deconstruct to break down point coordinates into XYZ values Grasshopper component EN

This article explains how to use Deconstruct to break down point coordinates into XYZ values

見え方1
見え方2

On the Grasshopper, it is displayed as either an icon or text.


↑Youtube Channel

Break down point coordinates into XYZ values

Using Deconstruct, you can break down point coordinates into XYZ values.

Point

This point on the rhinoceros will be used in this project.

Break down point coordinates into XYZ values

The point on the rhinoceros is stored in Point.

Using Deconstruct, we were able to retrieve the x,y,z numerical information about the location of the point.

Common Usage Example

Deconstruct is often used when you want to change only some numerical values of x,y,z position information.

Common Usage Example

Components used:①Deconstruct ②Addition ③Construct Point

In this way, Addition adds 100 to the numerical value of z, and Construct Point creates the point again.

only the height in the Z-axis direction could be changed

Then, only the height in the Z-axis direction could be changed.

This is often used when you want to move only a portion of the location information.

List of Grasshopper articles using the Deconstruct component↓

Comment

Translate »