Page 1 of 1
How to relate a project repository element to a node
Posted: 09 Aug 2012, 03:40
by allen hyoga
In a official demo project (RoboticSlideManagerDemo), i found a new operation that i can drag a element from the project repository to the hierachy workspace, meanwhile a red wavy border is round the related node.
i do wanna know how to make a relationship between the node and project repository element ? Second question is about the node arrow, red arrow means what ? and how to do like this ? i dont find help in ventuz manual.
I got a snapshot in attachement below.
any advice is appreciated, thank u
Re: How to relate a project repository element to a node
Posted: 09 Aug 2012, 10:51
by chriss0212
hi allen
to drag for eg. a hierachy container into the repository you need to hold ctrl while dragging it into the repository. and the red border shows that this object is droped out of the repository
greetz
christian
Re: How to relate a project repository element to a node
Posted: 10 Aug 2012, 09:55
by Daniel Willer
There are different relationships between a container (Hierachy or Content) and a repository item.
If your item is an interface container the reference is shown by a red triangle on the container and if you hover it a tooltip comes up saying somthing like
Referenced item "Cube" of repository "ABC"
.
Because of the reference your items in the scene get a new
update function in the
property editor.
The second type of reference you can create is a reference based on
keywords. If you create a repository item you can set a keyword in the General section. You also can set keywords in your scene by right clicking on the container.
If you now select an element with a set keyword, the keyword or keywords are written in the
repository keyword filter(The search field on the top right corner of the repo) and only elements with matching keywords are listed in the repository. If you now drag an element with keyword to your scene all the elements with matching keywords are highlited by a
dotted line.
Cheers!
Re: How to relate a project repository element to a node
Posted: 01 Nov 2012, 04:30
by allen hyoga
I'm sorry i cant follow your reply,for my question in the attachment :
1.I don't find a way how to set the 'Red' arrow in front of a node and the Red arrow means what ?
2.I don't find a way how to set the wavy border which is around the node.
thank u
Re: How to relate a project repository element to a node
Posted: 01 Nov 2012, 08:30
by allen hyoga
Daniel Willer wrote:There are different relationships between a container (Hierachy or Content) and a repository item.
If your item is an interface container the reference is shown by a red triangle on the container and if you hover it a tooltip comes up saying somthing like
Referenced item "Cube" of repository "ABC"
.
Because of the reference your items in the scene get a new
update function in the
property editor.
The second type of reference you can create is a reference based on
keywords. If you create a repository item you can set a keyword in the General section. You also can set keywords in your scene by right clicking on the container.
If you now select an element with a set keyword, the keyword or keywords are written in the
repository keyword filter(The search field on the top right corner of the repo) and only elements with matching keywords are listed in the repository. If you now drag an element with keyword to your scene all the elements with matching keywords are highlited by a
dotted line.
Cheers!
I am sorry i did not see your reply : P you give a very clear and powerful answer.
Btw, beside the interface button, clean up button is ?
Re: How to relate a project repository element to a node
Posted: 01 Nov 2012, 10:47
by Daniel Willer
The CleanUp button is used to remove unconnected interaface propeties (The ones that are grayed out).
Re: How to relate a project repository element to a node
Posted: 07 Jun 2013, 04:04
by allen hyoga
Hi, go on this topic...
Recently I used the Container(hierarchy and content) node more, I found there are some odd things when I set value to a C# script where the value of some variable was not right, it is asynchronous.However I get the C# script out of the Container and it works well.Another solved method is to click the update and release button,it works well too.
So I have no idea how it works for the Update button and Release button ?