Back to FabImage Studio website

You are here: Start » Filter Reference » Surface » Surface Spatial Transforms » JoinSurfaces

JoinSurfaces


Module: Vision3DStandard

Combines two surfaces into one.

Name Type Description
Input value inSurface1 Surface First input surface to join
Input value inSurface2 Surface Second input surface to join
Output value outSurface Surface Combination of two input surfaces

Remarks

The joined surfaces must be compatible. Their scales must be equal and the difference between the corresponding offsets must be equal to the multiple of the related scale.

The filter will return the mean of the points where the surfaces overlap each other.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Different axis scales in JoinSurfaces.
DomainError Different Surface types in JoinSurfaces.
DomainError Incompatible axis offsets in JoinSurfaces.

Complexity Level

This filter is available on Basic Complexity Level.