IntelliCAD 11.1 Object Library | |
IntersectWith Method | |
See Also |
- IntersectingObject
- Option
Table Object : IntersectWith Method |
Description
Returns the intersection points between given objects.
Syntax
Visual Basic |
---|
Public Function IntersectWith( _ ByVal IntersectingObject As Object, _ ByVal Option As IntersectOptions _ ) As Points |
Parameters
- IntersectingObject
- Option
Value Description 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.