DocsNodesVectors

Measure

Reads a single number off a piece of geometry.

count, length, area, triangles, how many, how long, points
Category
Vectors
Outputs
value
Runs live in
no target yet

How many points, how long a curve is, how much surface area, how many triangles. Bounds answers how big; this answers how many and how much.

Its best use is making a count follow the geometry instead of being typed twice. Divide a path's length by the width of a brick and you have the number of bricks, and it stays right when the path is reshaped.

Inputs

SocketTypeWiring
meshgeometry

Parameters

NameTypeDefaultAvailable whenWhat it does
Modepoints | length | area | trianglespointsalways

Built with this node

Nothing in the manual is built around this node yet.

See also

  • boundsFor size as a vector rather than a single number.
  • curvePointsThe usual consumer: laying that many points along a path.

Open the editor and try it