--- layout: posts title: Api - IPathIntersectionOptions Interface ---

Options to pass to path.intersection()

Hierarchy

Index

Properties

Optional excludeTangents

excludeTangents: boolean

Optional boolean to only return deep intersections, i.e. not on an end point or tangent.

Optional out_AreOverlapped

out_AreOverlapped: boolean

Optional output variable which will be set to true if the paths are overlapped.

Optional path1Offset

path1Offset: IPoint

Optional boolean to only return deep intersections, i.e. not on an end point or tangent.

Optional path2Offset

path2Offset: IPoint

Optional output variable which will be set to true if the paths are overlapped.

Generated using TypeDoc