Skip to main content

Get Point in Grid

Get a point in the project grid given u and v coordinates.

Written by Holly Conrad Smith

Use this when you want to get a point from the project grid using u and v coordinates within a flow, for example aligning geometry to a defined project grid.

Inputs:

Bearing: (number): The bearing of the grid in radians.

Distance: (number): The distance of the grid.

Origin: (feature): The origin of the grid.

X: (number): The x coordinate in the grid.

Y: (number): The y coordinate in the grid.

Outputs:

Point: (vector): The point in the grid.

Did this answer your question?