Is it possible to join an open path with a closed path?

I am using Illustrator to show territorial changes to Germany after World War I.
My problem is this: I need to join an open path to a closed path.
With the pencil tool I drew a blue line to illustrate the Rhine river on an SVG map of Weimar Germany.
I need to connect the river (open path) to Germany's borders (closed path) so that a new closed path is formed: the Rhineland (Weimar Germany west
of the Rhine).
I am totally stumped as to how to achieve this. Thank you very much for any help anyone can provide.
- Nicholas

Two ways you can make it a Live Paint Group then you actually d not hvve to join it in order to get it to react like a closed path.
The other way is to the select the portion of the closed path with either the direct select tool or lasso tool and hit Command  C the hit Comand F paste in front and in the same position. then select the end points on one end of both path and hit Command J then do the same for the other ends of the path and now you have a new closed path and the old closed path under it still intact.
I think the live paint group though will open up a much more powerful workflow for you if you do this type of work often.

Similar Messages

  • How to determine a point(or a path)  inside a closed path?

    I came across such a problem:
          My client requires add a number marks inside a closed path ,and such a closed path is irregular,
    My question is, how to ensure a point(or a path) is inside another closed path,and how to calculate this point?
    Is there any suite in the SDK to accomplish this function?

    haha ,I found a good way to solve this problem,We can use AIPathfinderSuite::DoFrontMinusBackEffect  to determine  whether a path  inside another closed path.

  • CV04N: Is it possible to JOIN TREX fulltext search with other data ?

    Dear DMS gurus.
    ...in CV04N.
    Is it possible to JOIN a TREX fulltext search with other data (e.g. document data, classification characteristics, object links,...) ?

    Dear Erik
    Thanks for the good piece of Information you have shared.
    Regarding the OSS note 1332745 it clearly says that
    "SAP PLM Consulting integrated the TREX technology into the central search components of SAP DMS.
    Searchable content:
    - Main DMS attributes (e.g. document number, status or descriptions)
    - Long texts
    - Classification Data
    - Originals (e.g. full text search on PDF, Excel or Word documents)
    - Customer-specific content (e.g. append fields of DRAW, own tables, ...)"
    In Think you should check this link
    "https://www.sdn.sap.com/irj/scn/wiki?path=/display/plmcs/sapPLMConsultingSolutionsII"

  • Combine and Join Two Closed Paths With A Straight Path

    Hi,
    I have two closed path and I need to combine or join them with a straight path. When I selected all and right click to join, it did not join. Please refer to my screen shot. Thank you.

    You can't create Y-junctions.
    You can do one of two possbilities:
    Just place the open path wherever you need and leave it there.
    convert all of the shapes with Object > Path > outline stroke and then use the pathfinder functions.

  • Open dialog with a specific path with an html panel.

    Hi everyone,
    I 'm trying to rewrite my extension Edge FX available on Adobe Add-ons because flash panelsmade with configurator will not work anymore in Photoshop CC (2014).
    I need some help with javascript : I don't know why the open dialog didn't display now when i'm using this code
    // Open the Edges Collections directory
    var strEdgeFXFolder =  new Folder(assetsPath + "/Edges%20Collections/");
    var edgeFXFile = strEdgeFXFolder .openDlg("Choose the egde you want to apply","JPEG/PNG:*JPG;*.JPEG;*.JPE;*.PNG");
    open (edgeFXFile)
    Mnay thanks.
    Sebastien

    I think the problem is with var strEdgeFXFolder =  new Folder(assetsPath + "/Edges%20Collections/");
    I have modified the line into var strEdgeFXFolder =  new Folder(Folder.commonFiles.fsName + "/Adobe/"); and it opens now the open dialog box. Now I need to know where Extensions for Photoshoop CC (2014) are located by default with this version and what is the code I think.

  • Joining open and closed paths

    Hi
    Is it possible to join an open path (created with the Pen Tool) to a close path (also created with the Pen Tool)?
    Grechy01

    I want to create a complex piece of artwork by using line art created with the Pen Tool and color it by filling in the paths with the Live Paint Bucket. Anyway, I should be able achieve this with not much extra work by using overlapping closed paths, Average function (under Object --> Path) to align the point where the two closed paths cross, Pathfinder Merge function and multiple layers to remove the segments of the path that I don’t want and the Live Paint Bucket to color the artwork. If you can think of an easer way to do this please let me know.

  • Blends: Difference between open and closed paths modifying spine

    Okay, just had a discovery today about the blend tool.
    The difference between closed paths and open paths is critical when you want to modify a blend spine, such as make it curve. Between open paths, there is no spine shown when a blend is created. Ever notice this? Between closed paths, there is a spine, which can be modified, such as making it curved. Now, the trick is how to modify a spine with open paths when there is no spine shown. Found out today that starting with a closed path, segments can be deleted to make the path open, then the spine can be modified and the open path state maintained!
    This is a huge bug in Illustrator and makes no sense to me. Wanting Adobe to fix this in the next major release. Hope this helps anyone struggling with this issue.

    One thing you should be aware of concerning open ended splines:
    It makes an enormous difference as to how the blend behaves whether the endpoints have handles or not.
    Give them handles and you will find that you can alter the distribution of the blend objects just by adjusting the handles or by dragging on the spline itself.
    Give it a try.

  • The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group). You can use Join command to connect two or more paths, paths in groups; ot to close an open path.

    Hi I was trying to join two Ractangle Tool objects but getting this type of Error in illustrator cs6 :-
    The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group).
    You can use Join command to connect two or more paths, paths in groups; ot to close an open path.
    Please assist me asap.

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    This sound like a firewall issue. I would start by disabling the firewall and seeing if you can connect. If this works then you know where the problem is,
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • How to open a configurat​ion file with a relative path?

    I want to open a configuration file during the initialization of my application (first "state," u can say) and I am using "Open Config file.vi" and tried to pass the config file's path as "data\myconfig.ini" and the "File exists?" vi didn't give any error (simply, the output was "false") but the Open config File gave an error.
    If I pass an absolute path "D:\xyz\xyz\myconfig.ini" it works fine. Isn't it allowed to use "relative path" as I remember using it before for other tasks?
    I actually prefer to have this file in the "data" folder that my application's setup will create in the destination directory while installing the application, because it will be easy when I want to ask the user to open and edit it. Or, I would just put it in "C:\" which exists on all the windows computers, but then it would be too much open.
    Thanks ahead!
    Vaibhav
    Solved!
    Go to Solution.

    Relative paths have sometimes a meaning for command line tools (where a relative path gets appended to the current path, which usually is the executables directory).
    But for Windows GUI applications that makes not much sense. Windows also maintains a per process current path, but that path gets updated by several Windows APIs, one of them being the File Dialog. So whatever your user has last selected in any file dialog inside your application will from then on be the applciations current path. It should be clear that with such a braindamaged current path implementation it has basically no useful meaning, and LabVIEW consequently does not do path expansion, where relative paths are expanded by prepending them with the applications current path.
    Also LabVIEW uses mostly the Windows 32 Bit API, which does provide the current path implementation but does almost not use it in any of its file operations. The use of that feature is mostly reserved for the Windows shell API, which is a higher level API that can as best be described as a collection of various APIs that have been thrown together by whatever some MS developer felt at the moment. You can not by any means call it a designed API at all, and LabVIEW makes almost no use of it, as it needs lower level access, to make its operation similar in its working across all the platforms, LabVIEW can run on.
    So while you can work with relative paths inside your application (and actually should as much as possible to make your application not depend on a particular location) you should make that path absolute whenever you pass it to a function that actually accesses a file somewhere.
    Rolf Kalbermatter
    Message Edited by rolfk on 09-08-2009 11:31 PM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • UNIX to Automatically Join an Open Network

    I am looking for a UNIX command or a preferences file that will let me change a preference to many computers.
    What I want to change is in Network Preferences, Airport, click the Options button and next to
    "If no recent networks are found:"
    I want to change this from "Ask before joining an open network" to Automatically join an open network".
    Thanks

    Hi James,
       I don't use Airport so I can't give you explicit advice. However, info about is often posted here so let me take a shot to get things rolling. A nice utility that Apple provides to make changes to an Airport network interface is
    /System/Library/PrivateFrameworks/Apple80211.framework/\
    Versions/A/Resources/airport
    According to the help printout of that utility, the preference file for it is:
    /Library/Preferences/SystemConfiguration/\
    com.apple.airport.preferences.plist
    Note that I've broken both paths into two lines to that the rendering of this thread doesn't get messed up.
    Gary
    ~~~~
       Once a word has been allowed to escape, it cannot
       be recalled.
          -- Quintus Horatius Flaccus (Horace)

  • How to join two open endpoints?

    How to join two open endpoints?
    I keep getting this error message even though the endpoints do not have this: "To join, you must select two open endpoints. If they are not the same path, they cannot be on text paths nor inside graphs, and if both of them are grouped, they must be in the same group."
    I've ungrouped everything.
    I've tried using the pen tool to manually join.
    I've moved the endpoint, then tried joining them.
    I've tried command+J.
    Same message everytime.
    And if I use the Pathfinder, I'll get unwanted results (i.e. a new path going right though the art)
    What's going on!?

    blueribb,
    While uploading an AI file is unsorted, you may consider at least one option:
    One is that you have at least one hidden extra Anchor Point, either on one of the paths or as stray or belonging to a third path.
    You may find out by:
    1) Using the Direct Selection Tool to click, not drag over, both end Anchor Point and then Cmd+J, and/or
    2) Using the Direct Selection Tool to click, not drag over, each end Anchor Point by itself and then move it a bit.

  • How to open or cut a closed mask/path?

    If a Mask or Path is closed, how do I open it with something like the tools in Illustrator or other vector editing apps that are able to do this?

    If you're reading this, Todd's inability to explain himself and the software is probably causing you to instantly think "how could closing something possibly open it, surely he's not read the question correctly..."
    Well, turns out there's one little thing missing from Todd's "answer".
    Closed, as it is in this menu item, is a SWITCH. So you're unchecking this switch to "Open" the path.
    Yes, bit of a head scratcher as to why there's no cut tool been added to the Pen Tool's functionality, or a right click feature to access a cut operation from a drop down menu whenever clicking on a vertex or line segment.
    But that would be far to considerate and consistent with how other software works, and how people might think about using it.

  • Opening a closed path

    I'm editing a existing closed path, I need to be a able to
    'open' the path.
    When i delete the last point on the path it contracts,
    joining the previous point to the original. Can anyone point me in
    the right direction.
    thanks

    Use the Knife tool - alex
    dansheedy wrote:
    > I'm editing a existing closed path, I need to be a able
    to 'open' the path.
    >
    > When i delete the last point on the path it contracts,
    joining the previous
    > point to the original. Can anyone point me in the right
    direction.
    >
    > thanks
    >

  • Possible to clear vendor open item against already posted payment document?

    Hi
    Can you advise if it is possible to clear an open item against already posted payment/clearing doc? Here is the background to the scenario:
    An invoice was posted with transaction FB60. This was subsequently picked up in the payment run F110 and cleared by payment document number 200005678. The item went to the bank on the paymnet file and was paid out to the vendor. The transaction reference, which appeared on the incoming bank statemnet was the payment document number 200005678.
    Subsequently it was discovered that the original invoice should have been posted with reference to a PO using MIRO. The requirement now is to reverse the paymnet documnet 200005678 in SAP, then reverse the document that was posted using FB60. After this the invoice will be posted using MIRO. This will create an open item on the vendor account.
    This item will not be piad out again. Therefore the requirement is to try clear that open item against the previously posted payment document 200005678.
    Is there any way to clear this vendor open item against the originally posted payment document 200005678?? Or any other advice on how this scenario can be handled in SAP?
    Thank for your help.
    Mike

    Hi,
    I tried that option in our test system. I ran FBRA and entered Paymnet Documnet Number (+Clearing Doc Number), Company Code, Fiscal Year.
    Then chose menu option Clearing -> Reset Cleared Items.
    The system pops up a window asking for a reversal reason and reversal date.  I use 01 and posting date of today.
    The system now posts another cleared document. That document places the invoice as an open item on the vendor account. It does not place the Payment Document as an open item on the account.
    When I go to F-44 only the open vendor invoice is showing there. There is no open paymnet document.
    Is there perhaps some configuration setting that stops the placement of the paymnet document as an open item when reset?
    Thanks for your help again.

  • Process.start("winword", filename) can not open file with space in the path and name

    Hi,
    I am trying to write a class which can open file with selected application. for simplicity, now I just hard code the varaibles.
    the problem: if the path or file name has space in it, even it exist, winword still can not open it.
    could someone kindly show me what I did wrong and how to do it properly.
    Thanks in advance.
    Belinda
    public static class FileOpen
    public static void info()
    string path = @"c:\a temp folder\aaa 1.txt";
    if (File.Exists(path))
        // the file I am using in the sample does exist
         MsgBox.info("yes");
    else
         MsgBox.info("no");
    // working
    //Process.Start("winword", "c:\\aaa.txt");
    // not working
    //Process.Start("winword", "c:\aaa.txt");
    // not working
    Process.Start("winword", "c:\\a temp folder\\aaa 1.txt");
    // not working
    Process.Start("winword", path);

    string AppPath;
    AppPath = ReadRegistry(Registry.CurrentUser, "Software\\FabricStudio", "TARGETDIR", value).ToString() + @"help";
    string FileName = "'"+ AppPath + "\\ImageSamples.doc" + "'";
    try
    System.Diagnostics.Process.Start("Winword.exe", FileName);
    can any body please help for this.
    where i am making mistake?

Maybe you are looking for

  • How to connect an iPad Air 2 to a TV?

    I recently bought an iPad Air 2 (my first iPad so it's all new to me), so I was wondering if it's possible to connect the iPad to a TV? I've found a few cables that look like they'd do the job but I thought I'd get some advice before I spend my money

  • Sony projection tv

    was wondering if i can see if best buy has a bulb for my tv in stock. i need a xl-5200 replacement lamp

  • Optical out port on G5

    I had a quick question, it may be stupid... However, I was wondering if it is normal for the red light in the optical out port to be constantly on, even when no toslink cable is in use. Answers are greatly appreciated.

  • Transaction Currency

    Hi All, I have a report requirement as below...... I need to display the key figure data based on <b>transaction currency</b>(0curkey_tc). In my transfer structure this 0CURKEY_TC is mapped to RTCUR(R/3). In my standard cube i have only two key figs

  • Is it possible to download a zipped file without unzipping it?

    I need to download zipped Joomla extensions from the Joomla website and then upload them to my LINUX website, via my Macintosh. The problem is that my Macintosh unzips the files. I then have to compress the files again before I upload them. This usua