Intersectwith acExtendNone Acad 2017

Intersectwith acExtendNone Acad 2017

Anonymous
Not applicable
985 Views
1 Reply
Message 1 of 2

Intersectwith acExtendNone Acad 2017

Anonymous
Not applicable
I have a serious problem with a program The program was create in VBA, and the has been converted to VB.NET for ACAD 2017. Let me explain the problem: The function IntersectWith in VBA contains the option acExtendNone, but on VB.NET the option doesn't exist. This option specifies if none, one or both, of the objects are to be extended in order to attempt an intersection. acExtendNone: Does not extend either object. The problem it's that I can't detect the intersection between text and polyline, or the function doesn't works. The options are: Intersect.ExtendArgument Intersect.ExtendBoth Intersect.ExtendThis Intersect.OnBothOperands ¿What is the equivalent to acExtendNone? Best Regards, Zeus Paez
0 Likes
986 Views
1 Reply
Reply (1)
Message 2 of 2

BKSpurgeon
Collaborator
Collaborator

OnBothOperands - Use this enumeration. That means there must be an intersection on both entities with neither being extended.

 

I agree, it's not clear, and neither is the documentation any clearer:

 

Clear documentation?Clear documentation?

 

 

 

 

 

 

0 Likes