Issues.00550 - lordmundi/wikidoctest GitHub Wiki
Summary: ability to mirror a node position and attitude into another
Created: 2015–10–06 15:05
Status: Released
Category: Request
From: frankie
Version: 2.3
Released_In: 2.4
Description:
It would be nice to have the capability to force one node to be a mirror or copy of the xyz and PYR of another node. Sometimes this can be useful if you need the xyzPYR information but against a different parent node.
frankie October 06, 2015, at 03:16 PM: This has been added via the "mirror_nodes.tcl" script. To use it, you can either source it in your tcl script, or add it to a GUI block. It has protection at the top against being sourced multiple times, so you can source it inside any of your tcl scripts which rely on it and not worry about if it has been properly loaded before hand. To use, you can utilize the following tcl commands:
add_node_mirror_pair <src_node> <dest_node>
del_node_mirror_pair <src_node>
get_node_mirror_dest <src_node>
| commit | 6786516717d7f907a9b0767052c141dd342e6277
[link] |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Oct 6 15:21:18 2015 -0500
|
| Message: | [@Issue 00550: Added mirror_nodes.tcl script
@] |
Affected Files:
gui/mirror_nodes.tcl | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)