wateryfield Posted November 1, 2014 Share Posted November 1, 2014 Let me ask a simple question. How to get the packed object sop path which link to the first input of dop network. Something likes: opinputpath(".",0) Thanks. Quote Link to comment Share on other sites More sharing options...
Annon Posted November 1, 2014 Share Posted November 1, 2014 opinputpath("../.",0) 1 Quote Link to comment Share on other sites More sharing options...
wateryfield Posted November 1, 2014 Author Share Posted November 1, 2014 opinputpath("../.",0) Thanks. Christian. Working great. So the different level must be "../." such as the ch() parameter. get it. Quote Link to comment Share on other sites More sharing options...
Annon Posted November 1, 2014 Share Posted November 1, 2014 . = current node ../. = parent of current node ../../. =parent of parent of current node And so on... 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.