refChainFromWorld()

Synopsis

Returns the reference chain from the World part to the local context as a string . The World part is normally invisible and resides one or two levels above the root part .

Syntax

refChainFromWorld ( ) As String 

Example 1

With the Root node selected in the Intent Model tree

Intent >refChainFromWorld() 
--> "%%project.Root" 

Example 2

With a part named IvBlock_1 selected in the Intent Model tree.
Intent >refChainFromWorld() 
--> "%%project.Root.IvBlock_1"