×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Customized functions (JLink)

Customized functions (JLink)

Customized functions (JLink)

(OP)
Hi,

I've been trying to create a new customized function to be used in the relations. This function should return the value of one of the parameters of that part.

For example:
Part contains 2 parameters
    DRAWING_NAME_US = 0000000
    DRAWING_NAME_UK = 1111111


The function I created returns a value of 0000000 or 1111111, depending on IP adress.


To read the values from the parameters I tried both of these methods, but the result was the same:

    Model curModel = curSession.GetCurrentModel();
        Model curModel = curSession.GetActiveModel();


The function works fine in a part, but fails when regenerating from an assembly. In that case the active or current model is the assembly, not the part where the function is located.


Is there any way to make this work, or is this just not possible?




PS - I also tried using the 'relationowner', but it doesn't seem possible to retrieve parameters using this.


Thanks,

Tommy

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources