Skip to main content
1-Visitor
April 17, 2015
Question

Creo Relations

  • April 17, 2015
  • 1 reply
  • 5197 views

Is there is a way to password protect the relation that i define????

    1 reply

    23-Emerald IV
    April 17, 2015

    Nope. The best you can do is hide them in a feature.

    1-Visitor
    April 21, 2015

    Hi,

    I would like to understand how to hide it.

    Regards

    Ketan

    Chris3
    21-Topaz I
    April 21, 2015

    By hide it, Tom just means put it into a feature so it doesn't show up in the main relations. You could still see it by changing the "look in" from part to feature and picking the feature the relation was in.

    If you really wanted to you could also come up with a custom encoder and then decode a gibberish string to get you want you wanted. You could make it as complicated as you like. IE something like:

    string = "auioshfpiougrjbflkjskuvapyiuerhwlktjrbewgbfysdflgv"

    decode = extract(string,6,1) + extract(string,6,1)


    "decode" would then equal "hi"

    Note that if you do this in the main part relations it will turn "decode" into a parameter which will probably defeat the purpose as someone could just look at the parameter value.