 OffsetSurface
 OffsetSurface
Translates each vertex along its normal by a specified distance. Allows the user to provide a mask to control translation weight for individual vertices.
Inputs
- Geometry
- GeometryGeometry to translate.
- Vertex Mask
- VertexMask(optional) Translation weight mask.- If not specified, all vertices are translated equally by the provided distance. 
Output
GeometryGeometry with its vertices translated along their normals.
Parameters
- Offset (cm):
- Distance to translate vertices by. Can be positive (to extrude) or negative (to move inward). Multiplied by the weight mask to obtain the final result.