Plane Methods , Plane.IsParallelTo Method

Plane Methods , Plane.IsParallelTo Method

dano0310
Advocate Advocate
387 Views
1 Reply
Message 1 of 2

Plane Methods , Plane.IsParallelTo Method

dano0310
Advocate
Advocate

Just wondering how to use the above mentioned method.  I have tried using:

 

If oWP.Item(i).plane.IsParallelTo(oWP.Item(j).plane) Then

   ...

   ...

   ...

end if

 

But it comes up with an error saying invalid qualifier even though oWP is an array of workplanes defined in the module.

 

Thanks in advance

Dan

0 Likes
Accepted solutions (1)
388 Views
1 Reply
Reply (1)
Message 2 of 2

dano0310
Advocate
Advocate
Accepted solution

Okay so after going back over this one I solved it myself.

 

For some reason You cant use oWP.item(i), but you can use oWP(i).

0 Likes