Exporting line end point coordinates?

Hi,
I'm in desperate need of a script to export the coordinates of lines, or paths, it doesn't really matter, into a text document.
I've set my ruler up so the 0,0 is in the center of the image, because I need both 0,0 and -0,-0 to work for what I have in mind, basically using a document as a large Cartesian grid, which you can then extract coordinates of 'edges' or end points of lines from.
A little background on why I need it, for anyone curious. I figured out a way to build new worlds/maps for a game that generates terrain based on 'boundaries', which are drawn on, in a 2d plane, but I need coordinates to map these boundaries correctly. I could do it manually, where I'd hover my mouse over every edge or end of the line point, but this would save a LOT of time.
I'd be insanely grateful if anyone can help me out. I've tried looking for scripts or other software, but haven't been successful at all for what I really need.
The way I have my document setup is, 1 pixel per cm, 16384x16384cm. It's quite large, so most 'graph' software won't work for it. The grid itself works fairly well, I just need a decent way to export the coordinates from it.
Thanks in advance!
Edit:
Here, I made an example of a rectangle to give you guys the idea of which coordinates I'd need:
http://i.imgur.com/VILOwrL.png

Don't appologize, I was stuck on cm because I thought there wasn't another way, I only figured out after JJMack mentioned it, that it's possible purely by pixels.
First time working with coordinates, I'm in total new territory.
The above works great, except now I've stumbled across 2 new problems, sorry to make it so complicated!
What I have now, slightly tweaked what you gave me:
var dataFile = new File('~/desktop/exportData.txt');
var doc = app.activeDocument;
    for(var c =0; c<doc.layers.length;c++){
       doc.activeLayer= doc.layers[c];
var pathItem = doc.pathItems[doc.pathItems.length-1];
var dataStream = "";
for(var subPathIndex = 0;subPathIndex<pathItem.subPathItems.length;subPathIndex++){
    for(var pointIndex = 0;pointIndex<pathItem.subPathItems[subPathIndex].pathPoints.length;pointIndex++){
                dataStream = dataStream+doc.activeLayer.name+'\t';
        dataStream = dataStream+pathItem.subPathItems[subPathIndex].pathPoints[pointIndex].anchor+'\t'+'\r';
        dataStream = dataStream+'\r';
dataFile.open('w');
dataFile.write(dataStream);
dataFile.close();
But this outputs this:
Background     4222,0
Background     2963,-3550
Background     4330,-4210
Background     6450.3937,-2459
Background     6141,2387
Background     4834,2891
Background     3970,924
Which made me realize, that the paths aren't bound to a layer (It's been a while since I've used paths), so it'll just use the Background layer. There is no way around that, right? Since this script only targets layers, it'll ignore path names, which brings me to another question, is it possible to use the same thing, only for saved paths? So if you had 2 paths, one named P1 and the other P2, that it would display it like:
P1     4222,0
P1     2963,-3550
P1     4330,-4210
P1     6450.3937,-2459
P2     6141,2387
P2     4834,2891
P2     3970,924
And the other thing, because I'm using a loop now, which basically repeats the \r after ever coordinate, there isn't a way to collect all coordinates and display them in a chain, basically, and then using the \r after all the coordinates for one path is exported, before it moves on to the next path, or? Basically like the post previous to this, except with paths, instead of layers.
Thank you guys so much for helping me though, would been completely lost without it.

Similar Messages

  • DDL export line ending convention mixed

    SQL Developer V4.0.0.12, Windows XP-32, jdk1.7.0_45 Oracle 11gR2
    I'm trying to do an export of a complete application schema DDL for initial check-in to source control (SVN)
    When checking the files we discovered a mix in line ending conventions which will wreak havoc on versioning in a multi platform environment.
    It looks like the "normal" DDL is exported with CR/LF windows convention, but the COMMENTS section in table and views are LF only. When setting SVN eol style to native it will not correctly transform line endings upon commit.
    Can this be fixed? Is there a workaround?

    SQL Developer V4.0.0.12, Windows XP-32, jdk1.7.0_45 Oracle 11gR2
    I'm trying to do an export of a complete application schema DDL for initial check-in to source control (SVN)
    When checking the files we discovered a mix in line ending conventions which will wreak havoc on versioning in a multi platform environment.
    It looks like the "normal" DDL is exported with CR/LF windows convention, but the COMMENTS section in table and views are LF only. When setting SVN eol style to native it will not correctly transform line endings upon commit.
    Can this be fixed? Is there a workaround?

  • Drawing small, short curves in Photoshop draws straight line between start and end points

    I recently installed Windows 8 Professional, Photoshop and the latest Wacom Bamboo tablet drivers and have been experiencing this issue. I've turned off windows flicks and ink. This only happens in Photoshop with the brush tool and I can't seem to find a setting that this corresponds to.
    Basically, when I draw small, short curves (particularly letters like 'c' and 'h'), when I lift up my pen, Photoshop automatically connects the end and start points together with a straight line ('c' almost becomes 'o' or 'a'). I'm not holding the shift or any modifier keys. I've tried googling this issue, but I have no idea how to phrase it properly to get any results.
    Here's an image of what I'm talking about (the top was drawn with the pencil tool, the bottom with the brush tool which demonstrates the issue. I've highlighted the start and end points with red dots):
    ANy ideas? :/

    Is caps lock on?

  • Custom text component with different start and end points for each line

    I'm trying to create a custom component extending textArea in which each individual line in the textArea would have different start and end points.  For example, the start/end points for line 1 might be 20 pixels in the front and 35 pixels at the end but start/end points for line 2 might be 25 pixels in front and 20 pixels at the end, etc.  These boundary values would be passed in.  The width of the entire textArea component would be a fixed size.  The result would be something like this:
         Jack and Jill
              ran up the hill
      to fetch a pail of water
    depending on the boundary values of each individual line of course.  The custom component would take a string and render it in the text component with the appropriate individual line start and end points.  I'm trying to do this by adding the text component to the display with the passed in string and then adding in spaces in the beginning of each line and adding a "/n" at the end of the line wherever appropriate based on the start and end values for that line.
    Just wondering if I'm on the right track and if anyone has any advice on this.

    > Applying the marker places the same icon on all lines of the graph and I need a different one for each
    What do you have selected when you assign the marker? It
    shouldn't apply to all the markers on the whole graph unless you have all the existing markers selected when you apply the new one.
    Assigning marker designs is exactly analogous to assigning bar graph designs.
    If you have a single marker selected when you assign the new design, it will apply to only that graph data point.
    If you use the group select tool (or option-click with the direct select tool) to reclick on an already-selected marker until all the markers for the same line are selected, and then assign a design, the new design will apply only to the selected line. (You can extend the graph by adding more rows, and the new data points will inherit the marker for the line they are on.)
    The thread linked to below demonstrates in more detail how the marker designs are scaled:
    http://www.adobeforums.com/cgi-bin/webx/.3bc10970/0

  • Custom Control Help: Draw a line and output start and end points

    I'm looking to find or make a custom control (or simple subVI) that will appear as a 100x100 unit grid and allow me to draw a line from one point to another on that grid. It will then output the (x,y) of the starting and end point of that line on the grid.  Any help or ideas?
    Thanks,
    Steve
    LabVIEW 2009 SP1
    Solved!
    Go to Solution.

    What you basically want is a loop with an event structure where you process Mouse Down, Move and Up events for your controls. There are any number of ways of implementing something like this, but this one will probably be the simplest:
    Use a multicolumn listbox or a table for your grid. Hide the scrollbars and headers.
    You can use the ActiveCell property with -2,-2 to select all cells. You can then use the cell size property to set the exact size of the cell.
    Next, you put a picture control on top of the table and color its background transparent so that the table shows through. You use property node to make sure the two are aligned to exactly the same spot and size.
    You use the mouse events on the picture control to detect the clicks and moves.
    You use the table's Point to Row Column method to translate the event's position data to a cell.
    You use the picture control VIs to draw the line on the picture based on that data.
    You can even color the selected cells in the table using the table properties.
    If you want to simplify things somewhat, you can also use the timeout event instead of the Mouse Move event to draw the line, but then you'll need to keep the timeout value in a shift register and reset it to -1 (no timeout) when the Mouse Up event happens.
    I would also suggest processing Mouse Enter and Leave events to change the cursor and cancel if the user leaves in the middle of dragging.
    Try to take over the world!

  • Line with pointed end?

    Trying to find the easiest method to achieve this. This will be a 3/4 circle around a mark. So i draw a circle, delete the right side point to create an opening. Now i'd like for the two end points to come to a "point" (sharp, pointed end like a knife). I've tried outlining the stroke, then adjusting the end points. But it never comes out clean and precise. Would be nice if there was a set of sharp ends along with the endpoints like the arrowheads. 
    Any guidance in how to do this will be much appreciated!
    \m/

    Answered my own question. The width tool.
    ...i'll have more coffee before asking next time.

  • ALSB 2.6 - Export Business Service End point information

    All,
    IHAC that require to extract all his current Business Services end point URI.
    What is the most effective way of doing so? WLST?
    Do you have sample/doc/...?
    Tyia,
    AR

    Hi Arnaud,
    I would do with a java class using mbeans: SessionManagementMBean and ALSBConfigurationMBean.
    This link has examples:
    http://docs.oracle.com/cd/E17904_01/apirefs.1111/e15033/com/bea/wli/sb/management/configuration/SessionManagementMBean.html#skip_navbar_top
    Cheers,
    Vlad

  • Change the end point URL in WSDL for web-service

    Hi All,
    Morning , could someone please help us with this question, we are stuck with this currently.
    In SOA Suite 10g as well 11g we have a jsimple Java class whose one of the methods is exposed as a web service.
    In the project it has created the WSDL as well and have deployed the .ear file to the servers from EM console successfully.
    Now we need to migrate this web service to testing & production environments.
    1. Could someone please let us know the steps as to how do we change the end point url in the WSDL for this web service (present in web content --> WEB-INF/wsdl path in the j-developer project) for migration in case of both 10g (OC4J) as well 11g (WLS) servers.
    2. Also could this change/update be done prior to deployment as well as post deployment as well.
    Looking forward to inputs regards this...as we are stuck with this ..would be very helpful
    Thanks as always for help & guidance..

    Hi
    As Vijay mentioned, you develop a WebService in JDeveloper and test in JDeveloper integrated Weblogic Server say at http://localhost:7101/MyWebService/MyPort?wsdl. Thats it. Once it is working. Export it into a .WAR file. If you have any other supporting EJB JARs etc, put all these into a full blown .EAR at application level. NOW deploy this .EAR or .WAR into any Domain on any host and any port. DOES not matter. That server's host and port will be taken. Infact even if this other domain is Clustered domain, still it will work by giving webserver host and webserver port that sits in front of the cluster.
    I develop my webservices in JDeveloper and test at 7101 port. This .WAR gets deployed in QC Env at qchost:qcport. Same .WAR deployed to UAT at uathost:uatport and finally to prod also at prodhost:prodport.
    Its just the Client (WebService Proxy) that is calling this WebService need to use appropriate host and port based on which Env it is connecting to. For this, simply do not hard code WSDL URL in the java code or anywhere. Simply get it from a .properties file using a key value pair like this.
    WSDL_URL=http://host:port/MyWebService/MyPort?WSDL.
    Now have Environment specific values for above key and put that properties file in that domain root folder. And in your code always refer this key.
    You can use many approaches along the above lines.
    If your WebServies proxy is a webservice adapter say within bpel, still you can modify the value using deployment plan .xml file file while deploying.
    I would not absolutely prefer opening war file from ear and modifying war and updating ear file etc etc. Also do not have multiple EARs for Environment specific. Just have only one single EAR or WAR file that can be deployed to any environment.
    Thanks
    Ravi Jegga

  • When using option right/left arrow in clip trimmer end point handle won't stick

    From the help menu:
    In the Clip Trimmer, do either of the following:
    Drag the handles at either end of the yellow clip selection to set a new startpoint and endpoint.
    Move the handles one frame at a time by placing the pointer near the handle that you want to adjust, and then holding down the Option key as you press the Left Arrow or Right Arrow key.
    Move the entire yellow selection box to the left or right by pressing the Left Arrow or Right Arrow key, or by clicking within the box and dragging. Using this technique, you can change which video frames are selected without changing the duration of the selection
    End of help menu clip
    The bug I've found is that when I place the pointer near the end handle I can hit option arrow and trim the end one frame forward or backwards but when I then hit option arrow a second time the start handle is trimmed.  Thus it is hard to quickly option arrow the end handle trim multiple frames without having to move the pointer each time before hitting option arrow.  Trimming the start point handle works like I would like as I can just keep hitting option arrow and the start point handle will trim a frame each time.  The end point handle should work the same way but it doesn't.  I'm on the latest ver 9.02

    Tea,
    One thing you can do to help yourself out is to create bookmarks to give you a visual reference for the beats in the music.
    You create a bookmark by choosing Bookmarks>Add Bookmarks or by typing command-b.
    So you can place your song in the timeline and then play it while tapping out command-b's to the beat of the music. You'll then have little green diamonds in the timeline to use as reference points.
    Similarly, you can choose View>Show Audio Waveforms to identify the beats in the music by seeing the peaks in the waveforms.
    These techniques should make it a bit easier to make your edits in time with your music.
    Keep in mind though, that your movie is built from left to right in the time line. When you edit a clip your clips will always slide in to take up any space to the left of the clip.
    When they do that, you can slide them apart again. Doing so will create a clip of black between them that can later be replaced.
    One last thing to mention. If you select your music track and then choose Advanced>Lock Audio Clip at Playhead you can then slide a clip around and the locked audio will move with it.
    It's a bit quirky I've found, but may also be useful.
    Matt

  • Playing Quicktime with Multiple Start End Points

    Hello
    I posted a message a few days which I received help on
    regarding starting and ending a Quicktime movie from various points
    in the movie. Now I have a new problem which I cannot fix at all..
    Here is the problem:
    I have a Quicktime movie on stage and 10 various buttons that
    contain a generic script which allows input of start and end points
    for each button to trigger the movie. Initially just doing this
    with one button is successful.
    However, multiple buttons all with the same generic code make
    the movie freeze up completely. My guess is that they are all
    fighting each other for control. Maybe I need something in the code
    which allows the button that is being used to play the movie to
    keep control.
    Here is the code I use for each button, the movie is on frame
    15.
    property pQT,pStart,pEnd,pFrame, pVolume
    on beginSprite me
    sprite(me.spriteNum).color=rgb (255,255,255)
    cursor 0
    if integer(pQT).ilk=#integer then pQT=integer(pQT)
    end
    on mouseUp me
    sound(3).volume=sprite(15).volume
    sprite(15).volume=pVolume
    sprite(pQT).movieTime=pStart
    sprite(pQT).movieRate=1
    cursor 0
    end
    on mouseEnter me
    sprite(me.spriteNum).color=rgb (173,24,41)
    sprite(me.spriteNum).cursor=280
    end
    on mouseLeave me
    sprite(me.spriteNum).color=rgb(255,255,255)
    sprite(me.spriteNum).cursor=0
    end
    on mouseDown me
    sprite(me.spriteNum).cursor=290
    end
    on enterFrame me
    if sprite(pQT).movieTime>=pEnd then
    sprite(pQT).movieRate=0
    end if
    end
    on getPropertyDescriptionList me
    if not the currentSpriteNum then exit
    vPDList=[:]
    setaProp vPDList, #pQT, [#comment: "Which QT sprite",
    #format: #integer, #default: 0]
    setaProp vPDList, #pStart, [#comment: "Range start",
    #format: #integer, #default: 0]
    setaProp vPDList, #pEnd, [#comment: "Range end", #format:
    #integer, #default: 0]
    setaProp vPDList, #pVolume, [#comment: "Volume", #format:
    #integer, #default: 0]
    return vPDList
    end getPropertyDescriptionList
    Any help is much appreciated. (not a lingo expert)
    Andy

    Many thanks Mike
    Works fantastically.
    I just thought I would post the finished code - well, tweaked
    ever so slightly from Mike's orginal for anybody wanting a nice
    little behaviour for controlling a Quicktime movie.
    (watch out for page breaks etc - should be 68 lines)
    property pQT,pStart,pEnd,pFrame,
    pVolume,pMyControl,pReturnMarker
    on beginSprite me
    sprite(me.spriteNum).color=rgb (255,255,255)
    cursor 0
    if integer(pQT).ilk=#integer then pQT=integer(pQT)
    pMyControl=0
    end
    on mouseUp me
    sound(3).volume=sprite(pQT).volume
    sprite(pQT).volume=pVolume
    sprite(pQT).movieTime=pStart
    sprite(pQT).movieRate=1
    pMyControl=1
    cursor 0
    end
    on mouseEnter me
    sprite(me.spriteNum).color=rgb (173,24,41)
    sprite(me.spriteNum).cursor=280
    end
    on mouseLeave me
    sprite(me.spriteNum).color=rgb(255,255,255)
    sprite(me.spriteNum).cursor=0
    end
    on mouseDown me
    sprite(me.spriteNum).cursor=290
    end
    on enterFrame me
    if pMyControl then
    if sprite(pQT).movieTime>=pEnd then
    sprite(pQT).movieRate=0
    pMyControl=0
    go pReturnMarker
    end if
    end if
    end
    on getPropertyDescriptionList me
    if not the currentSpriteNum then exit
    vPDList=[:]
    setaProp vPDList, #pQT, [#comment:"Which QT sprite",
    #format:#string, #default:0]
    setaProp vPDList, #pStart, [#comment:"Range start",
    #format:#integer, #default:0]
    setaProp vPDList, #pEnd, [#comment:"Range end",
    #format:#integer, #default:0]
    setaProp vPDList, #pVolume, [#comment:"Volume",
    #format:#volume, #default:0]
    setaProp vPDList, #pReturnMarker, [#comment:"Return to
    Marker", #format:#marker, #default:0]
    return vPDList
    end getPropertyDescriptionList

  • Solution: order delivery message for each end-point of many end-points

    Hello,
    Does anyone can help me find a solution to a problem I have.
    Scenario: I have to develop a project with the OSB, and between the various services that I have to develop one have the following requirements.
    I have a system that has multiple end-point (sub-systems; 1200 sub-systems), to whom I send a message (and only one), and these must be delivered in order (sequentially for each sub-system) .
    These messages came from a JMS queue (could be topic).
    Can anyone give some tips, how can I develop my components (proxy service) in order to ensure the delivery of messages in sequence for each sub-system without having to deploy multiple proxy service (one for each sub-system).
    Thanks for any help.
    Miguel

    Hi Miguel,
    Strange requirement but easy to implement. Create a XML which has all the end-points in it (you may create a simple structure line <EndpointList><Endpoint>EndPoint1</Endpoint><Endpoint>EndPoint2</Endpoint>.......</EndPointList>). Upload this xml as a X-Query resource in OSB. Use For each action in message flow (in request-response pipeline) and traverse on each and every EndPoint node in above created XML and from inside that use use publish/dynamic publish action.
    Use Routing options: Modify any or all of the following properties in the outbound request: URI, Quality of Service, Mode, Retry parameters, Message Priority.
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/modelingmessageflow.html
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/eclipsehelp/tasks.html#wp1111432
    Make sure that in the EndPointList XML you put the end-points in the sequence you want.
    Regards,
    Anuj

  • Using sed to translate dos line ends to unix line ends.

    Here is my first attempt at translation. I read in the sed man page how \ acts differently, but I see references to \r etc.
    I have a text file. I do not know if it has \r\n or \r as line ends.
    so I want to
    change \r\n to \n
    then change \r to \n
    Thus I end up with unix line ends.
    mac $ echo -ne  "1\r\n2\r\n" | sed "/\r\n/\n/g"
    sed: 1: "/\r\n/\n/g": invalid command code \
    mac $ 
    I left out the Mac conversion of \r to \n.
    I did a google search looking for the conversion. Lots of attempts at conversion. Lots of people eliminated the \r, that wasn't my idea. I moved to Perl after giving up on sed. Thanks everyone who read & responded to my previous Perl post.
    Robert

    Cole Tierney wrote:
    Sed on linux will honor carriage returns entered as
    . BSD sed does not appear to. I've confirmed this on Mac OS 10.3.9 and 10.4.11. On those systems you need to enter a carriage return as a literal using control-v control-m. The carriage return is then displayed as ^M. This can be confusing in forums since people will try to enter it as it is displayed (shift-^ shift-m).
    I was unfamiliar with this method of escaping. I saw references to this in my Google search. I am using the commands in an
    Applescript, so I didn't know how to enter.
    http://discussions.apple.com/edit!default.jspa?messageID=12681001
    My work around is to let bash deal with the carriage return using $'
    '. The trade off is you then have to look at a lot of single quotes. I find it easier to think of it in a couple steps. To expose the $'
    ' to bash you first split the sed with a couple single quotes at the point where you want the carriage return to appear.
    sed 's///' <- initial
    sed 's/''//' <- split
    sed 's/'$'
    ''//' <- insert
    </div>
    I didn't know about this use of $.
    If were dropping down to bash, then what is the deal with this:
    mac $ echo -ne  "1
    2
    " | sed  's/'"
    "'//' | hexdump
    0000000 310d 0a32 0d0a                         
    0000006
    I thought double quotes escaped things.
    The input for your second example has a line with more than one carriage return. My sed only deletes one carriage return per line. Another option is to anchore the match at the end:
    sed 's/'$'
    ''$//'
    I saw the linux version of this, but didn't see the trick of the $ forcing line end and the linux version didn't work for me on Tiger.
    This ends my quest for a tiger version of sed.
    (( At least for DOS, I think I'll forget the classic version of Mac OS. ))
    Thanks.
    Robert

  • Line ends

    How do I switch the start and end point of a line?

    > Paths created with the closed shape tools run clockwise,
    Unless other operations have changed their direction.
    > as does a hand made path made clockwise;
    Do you remember the direction in which you draw every path?
    > an inner path in a Compound Path is reversed
    Not necessarily. And what is the direction of the path it is reversed from?
    > a reflected path is also reversed.
    Again, reversed from what direction?
    > Javascriptophobia and SimplePenToolClickophobia
    > if you just want a more elaborate workaround
    Yeah. That's what everyone needs in a bread & butter drawing program: ever more elaborate workarounds. What is more elaborate a workaround than having to code such a basic function yourself?
    This is one of a dozen or so gross omissions of fundamental vector path drawing functions (joining multiple paths, cutting multiple paths, turning off the infernal autojoin behavior, bending straight segments, extending/retracting handles,...) in this absurdly archaich program.
    JET

  • Trim An Outline To Achieve A Specific Angle End Point

    The attached is a logo I'm working on.
    There is red filled type ("D") overlapping a stroked thick line in the attached screen shot.
    I'm trying to achieve end points that have perfect vertical and horizontal cuts as shown by the white box behind the type.
    However the finished logo will be using in a layout that has a color background, and the white boxes show.
    Expanding appearance does not work. Compounding does not. Masking does not.
    I could take the logo to Photoshop and remove the color there, but I would prefer to do it in Illustrator.
    Any thoughts out there?

    Glad to be of assistance, Murrey (and Pete too).
    I've been using this trick almost since masks were invented, so please forgive me for not explaining it too well. I thought it was so somehow common knowledge, but maybe I did discover it after all!
    Maybe you knew it already, Murrey, but you can also make a mask out of live type. Just put it in front of your picture, select type and picture and Cmd+7.
    Here's Snæfellsjökull again for Jacob's benefit. He seems to be an Iceland enthusiast!

  • 3905 End-Point Maximum Reach Number error message

    Dears,
    I am Hisham Fawzy, I have an issue about that 3905 End-point, it can't be able to transfer internally & externally and this message appear when pressing Transfer button " Maximum Reach Number". I believe that firmware issue but i need to confirmation.
    Note: Number of calls= 4 & Busy trigger= 2 in line configuration.
    Thanks,
    Hisham Fawzy

    Never seem this error, although I have installed a few hundred of these 3905 phones.
    Normally it is an issue with number of calls to low, but in your case it seems OK
    So just upgrade, and see what is happeneing
    Bye

Maybe you are looking for

  • Motion Crashes on COLOR PICKER (after arch. install to leopard)

    So, I took the plunge hearing that things were resolved with FCS2 and leopard, only to find that motion crashes every time I use the built in color picker. Everything else seems to work great. I just get a beach ball for about 2 secs then Boom! Crash

  • Can the Battery Charger LC-E5 for EOS 500d be used in Asia? If not, what's an option?

    Am worried my Battery Charger LC-E5 for EOS 500d may not work with power sources in Asia. Can I safely plug it into wall sockets in Thailand to charge a bsttery? If not, what's an option?  many thanks, ec Solved! Go to Solution.

  • Outline Order, Calc Script Performance, Substitution Variables

    Hi All, I am currently looking in to the performance side. This is mainly about the calculation script performance. There are lot of questions in my mind and as it is said you can get the results only by testing. 1. Outline order should be from least

  • How to run the process chain immediately?

    Hi experts, I'm a beginner for this field, Suppose there is a process chain called "X" which is used to extract the data from SAP R3 side for the purpose of getting the data for BI query called "Q1". "X" has been schedule to run every day in the nigh

  • Can Motion 2 do this or do I need Shake?

    I need to have a subject's arms stretch like Mr. Fantastic in the Fantastic Four. The person will grab objects off of a bill board and resize them with his hands. Can I do something like this in Motion? If not, does shake give me the contols to pull