--- layout: posts title: Api - ICombineOptions Interface ---

Options to pass to model.combine.

Hierarchy

Index

Properties

Optional farPoint

farPoint: IPoint

Point which is known to be outside of the model.

Optional measureA

measureA: Atlas

Cached measurements for model A.

Optional measureB

measureB: Atlas

Cached measurements for model B.

Optional out_deleted

out_deleted: IModel[]

Output array of 2 models (corresponding to the input models) containing paths that were deleted in the combination. Each path will be of type IPathRemoved, which has a .reason property describing why it was removed.

Optional pointMatchingDistance

pointMatchingDistance: number

Max distance to consider two points as the same.

Optional trimDeadEnds

trimDeadEnds: boolean

Flag to remove paths which are not part of a loop.

Generated using TypeDoc