1-Visitor
December 17, 2012
Question
SUMMARY: Relations To Control Flexible Inputs
- December 17, 2012
- 1 reply
- 978 views
Thanks for all the ideas and input. I think Janet's response was the
most elegant;
Using a parameter called ANGLE that you store the input angle in, and
dim_angle which is the angular dimension being controlled:
dim_angle = floor(ANGLE / 90.0) * 90.0
HTH
Janet Grove
John Deere Power Systems
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
most elegant;
Using a parameter called ANGLE that you store the input angle in, and
dim_angle which is the angular dimension being controlled:
dim_angle = floor(ANGLE / 90.0) * 90.0
HTH
Janet Grove
John Deere Power Systems
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

