Issues.00218 - lordmundi/wikidoctest GitHub Wiki

00218: capability to force nodes to face another node

« 00217 | Issues | 00219 »

Summary: capability to force nodes to face another node

Created: 2009–12–17 15:18

Status: Released

Category: Request

From: frankie

Version: 2.0

Released_In: 2.1

Description:

When moving around nodes that have linkages, it would be nice if there was a capability to always have certain nodes point to another node, so that linkages always rotate to the correct orientation based off of the endpoint position.


Comments

frankie December 17, 2009, at 03:34 PM: This was added in via the dsp_platform plugin. An example configuration block for the plugin is below:

DSP_CONFIG
{
    MANAGER
    {
        plugins
        {
            platform        dsp_platform
        }
    }
}


DSP_PLATFORM
{
       node(CEV_APAS_ROD_21); pointsto(SSREF);
       node(CEV_APAS_ROD_12); pointsto(SSREF);
}

« 00217 | Issues | 00219 »

Associated Commits

| commit | a41bb9088a306efd95444986c8a014762f25122d link5 | || | Author: | Frankie Graffagnino | | Date: | Thu Dec 17 16:00:45 2009 -0600 | | Message: | [@Issue 00218: Added in dsp_platform plugin binary Usage example is on the issue page: <Issues.00218> @] |

Affected Files:

plugin_Linux_FC3/dsp_platform.so | Bin 0 -> 31302 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

| commit | 0543e6e77ee6bc00251a02cb22ced4697117972d link6 | || | Author: | Frank Graffagnino | | Date: | Thu Dec 17 15:21:33 2009 -0600 | | Message: | [@Issue 00218: Source for dsp_platform plugin Binary will be committed in a separate commit. @] |

Affected Files:

src.dist/plugins/dsp_platform.c | 291 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 291 insertions(+)