blend-surface

Synopsis

blend-surface <input1> <input2> <output> [options]

Description

Blends two surface meshes with index based one-to-one point correspondences by taking the point coordinates for selected points from the first surface mesh and all others from the second surface mesh. Points at the boundary of the point selection mask are blended between the two mesh positions of the corresponding points. For other points, i.e., those further away from the boundary, the blending factor is either 0 or 1.

Arguments

input1

First input surface.

input2

Second input surface.

output

Output surface.

Command options

Output format options

-ascii, -nobinary

Write legacy VTK in ASCII format. (default: input)

-binary, -noascii

Write legacy VTK in binary format. (default: input)

-compress, -nocompress

Write XML VTK file with or without compression. (default: on)

Standard options

-v, -verbose [n]

Increase/Set verbosity of output messages. (default: 0)

-debug [level]

Increase/Set debug level for output of intermediate results. (default: 0)

-version [major.minor]

Print version and exit or set version to emulate.

-revision

Print revision (or version) number only and exit.

-h, -help

Print help and exit.