Skip to main content

To Meters

Convert feet to meters- to be used in a flow where the units are not explicitly defined

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a week ago

Giraffe is in Metric (meters) by default. When your project is set to Imperial (feet), the engine does some work in the background to evaluate all of the distances and areas to convert them to Imperial. However, in Flow, the engine is often working with raw geometries where it is unclear what the correct Unit of Measure might be.

Inputs

Name

Abbreviation

Type

Access

Description

Feet

F

Number

Item

A number, assumed to be representing a length in feet

Outputs

Name

Abbreviation

Type

Access

Description

Meters

M

Number

Item

The number converted from feet to meters

How to

  1. measure the length of a line or polyline

    You may do this using length or vector length

    Or, you may simply want to input a number from number or Input Parameter

  2. Add the To meters node. Connect it to the number from the previous step

  3. The output is the original number converted to feet via a multiplier.

    1 foot = 0.30480000000001145 meters

Did this answer your question?