Inventor Engineer-To-Order (Read-Only)
Welcome to Autodesk’s Inventor ETO Forums. Share your knowledge, ask questions, and explore popular Inventor ETO topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to use iv_getOccurrenceWorkPoint

1 REPLY 1
SOLVED
Reply
Message 1 of 2
mallorn
526 Views, 1 Reply

how to use iv_getOccurrenceWorkPoint

Hello,

I try to use this code to get the coordinates of Workpoint "WP":

 

In Assembly1 design I have:

 

 

Parameter Rule WorkPointHR As Point = iv_getOccurrenceWorkPoint(Me, Skeleton, WP)

 

Assembly1 (Me) contains part "Skeleton" with Workpoint WP.

 

And the error says: "No such rule 'WP' (argument 3)  while collecting arguments for iv_getOccurrenceWorkPoint"

-------------------------
Tomasz Malinowski
1 REPLY 1
Message 2 of 2
mallorn
in reply to: mallorn

It has to be annoying when someone answers to himself...

 

it should be:

iv_getOccurrenceWorkPoint(Me, Skeleton, "WP")

-------------------------
Tomasz Malinowski

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

Post to forums  

Autodesk Design & Make Report