Api - ICombineOptions Interface
Hierarchy
-
IPointMatchOptions
- ICombineOptions
Index
Properties
Optional farPoint
Point which is known to be outside of the model.
Optional measureA
Cached measurements for model A.
Optional measureB
Cached measurements for model B.
Optional out_deleted
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
Max distance to consider two points as the same.
Optional trimDeadEnds
Flag to remove paths which are not part of a loop.
Generated using TypeDoc
Options to pass to model.combine.