Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Plane Methods , Plane.IsParallelTo Method

1 REPLY 1
SOLVED
Reply
Message 1 of 2
dano0310
314 Views, 1 Reply

Plane Methods , Plane.IsParallelTo Method

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

1 REPLY 1
Message 2 of 2
dano0310
in reply to: dano0310

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).

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report