IntersectWith method

Member of IntelliCAD.Line

     Returns the intersection points between given objects.

Syntax

objectVariable = object.IntersectWith(IntersectingObject, Option)

Where:

     object is the first IntelliCAD entity to be intersected;

     IntersectionObject is the second IntelliCAD entity to be intersected;

     Option is one of the following constants for intersections:

     vicExtendBoth = 3 (extends both entities if necessary)

     vicExtendNone = 0 (does not extend either entity)

     vicExtendOtherEntity = 2 (extends the second entity)

     vicExtendThisEntity = 1 (extends the first entity)

Examples ...

IntersectWith method example