IntersectWith method

Member of IntelliCAD.Line

     Returns the intersection points between given objects.

 

Syntax

objectVariable = object.IntersectWith(IntersectingObject, Option)

Where:

     object is the first Bricscad entity to be intersected;

     IntersectionObject is the second Bricscad entity to be intersected;

     Option is one of the following constants for intersections:

     acExtendBoth = 3 (extends both entities if necessary)

     acExtendNone = 0 (does not extend either entity)

     acExtendOtherEntity = 2 (extends the second entity)

     acExtendThisEntity = 1 (extends the first entity)

 

Examples...

IntersectWith method example

 


Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved.