Reinterpret Location to New Geometry
 
 
 

Categories

  • Geometry Queries

Description

Converts a location that is on a geometry to another geometry. The two geometries must be identical in topology. This means the geometries need to have the same number and order of points, edges, faces, etc. This is usually done by duplicating the object. With the location on the new geometry one can then query attributes on that geometry at similar locations.

Ports

Inputs

Geometry

The target geometry we want to reinterpret the location to.

Geometry Location

The location to reinterpret.

Outputs

New Location

The equivalent location on the target geometry.