How to create a fold with depth effect

Hi all

I'm fairly competent in Illustrator, and yet I have trouble understanding how this effect below has been created. On a sharp angle folds are easy to get my head round, but these is particularly delicate. In particular the area around the "bend" where you see the change of line width.

I suspect a 3D application may be involved, but I am sure that this can be created in Illustrator only.

Anyone has any idea how it would have created? Thanks to the incredible work of Hey Studio - http://heystudio.es/

Thanks in advance

03FCCh2.jpg

It could be as simple as creating your path to the left and your way, creating a mix between them, and then making some Pathfinder work.

Tags: Illustrator

Similar Questions

  • How to create a blur with CS6 effect?

    Hello, the blur effect on the CS5.5 version has been proposed. CS6 it no longer.

    How to create an exit or entry of blur on a video with CS6?

    Thank you

    Hello!

    Thank you! It's perfect!

    Good bye

  • How to remove the folder with name

    Hi all

    I had created a folder with a name, using ALT + 0160, but now iam not able to delete or rename it.pls tell me how to remove it.

    You get an error message when you try to delete it?

    Boot into safe mode and see if it will remove. If this is not the case, try this tool.

    Unlocker File Remover

    Download it from FileHippo
    http://filehippo.com/download_unlocker/

    Download from CNET
    http://download.CNET.com/WOT/3000-2378_4-75011499.html

  • How to create a window with its own window border other than the local system window border?

    How to create a window with its own window border other than the local system window border?

    For example, a border: a black line with a width of 1, then a transparent line with a width of 5. Inside, it's the content pane.

    In JavaSE, there seems to be for the JFrame paintComponent() method to realize the effect.

    I can't see what you're trying to do now: it's a little trickier. You need stage.initStyle (StageStyle.TRANSPARENT), and I think you have to imitate the transparent part of the border by the presence of a second vessel inside the root container, properly positioned.

    Something like:

    
    import javafx.application.Application;
    import javafx.application.Platform;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.layout.AnchorPane;
    import javafx.scene.layout.StackPane;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.stage.StageStyle;
    
    public class CustomBorderExample extends Application {
    
      @Override
      public void start(Stage primaryStage) {
      AnchorPane root = new AnchorPane();
      root.setStyle("-fx-border-color: black; -fx-border-width: 1px; ");
    
      StackPane mainContainer = new StackPane();
        AnchorPane.setTopAnchor(mainContainer, 5.0);
        AnchorPane.setLeftAnchor(mainContainer, 5.0);
        AnchorPane.setRightAnchor(mainContainer, 5.0);
        AnchorPane.setBottomAnchor(mainContainer, 5.0);
      mainContainer.setStyle("-fx-background-color: aliceblue;");
      root.getChildren().add(mainContainer);
    
      primaryStage.initStyle(StageStyle.TRANSPARENT);
      final Button closeButton = new Button("Close");
        mainContainer.getChildren().add(closeButton);
        closeButton.setOnAction(new EventHandler() {
          @Override
          public void handle(ActionEvent event) {
            Platform.exit();
          }
        });
      primaryStage.setScene(new Scene(root,  300, 200, Color.TRANSPARENT));
      primaryStage.show();
      }
    
      public static void main(String[] args) {
      launch(args);
      }
    }
    
  • 5.6.1 pages: How to create a table with more than 999 lines?

    5.6.1 pages: How to create a table with more than 999 lines?

    The table on Pages v5.6.1 line selector is limited 3-digit, as it is in Pages ' 09 v4.3. Either use LibreOffice Writer, who does not have any constraint line on processing tables 3-digit, or any application spreadsheet for top 3-digit row needs.

  • Create a folder with subfolders named structure

    I have a script that creates a project with a series of subfolders folder:

    The first step is to

    Tell application "Finder".

    text returned jobFolder value (display dialog "enter a working folder name:" default of answer "XYZ123 Customer_Project")

    This opens a dialog box where I enter the name of the project and client etc. This creates a folder with the same specific name.

    It then creates a folder in the call of the output files

    make new folder to the newfo to the properties {name: "output files}

    In the output files folder it then creates a folder with the same name as the name of the original folder "XYZ123 customer Name_Project" (or whatever it is I named it at the initial stage.)

    make new folder at the exit with properties {name: jobFolder}

    I'd like to create this folder with {name: jobFolder} + name of the printer

    for example;

    XYZ123 client Name_Project PRINTER_A

    XYZ123 client Name_Project PRINTER_ B

    XYZ123 client Name_Project PRINTER_ C

    Is this possible? Tips appreciated.

    Use the following code:

    make new folder at the exit with properties {name: jobFolder & 'PRINTER_A'}

    (138871)

  • How to create Hlp files with labwindows 9.0

    Hello

    I used to create the dll with Labwindows 8.5 and use them with TestStand... The advantage is that with the help file, I can add information to the Fp file and loading the DLL with TestStand, the "?" button to open the help file...

    But the problem is that I can't find help with Labwindows 9.0 generation...

    Does anyone know how to create file hlp with Labwindows 9.0?

    The procedure with Labwindows 8.5 has been:

    Modification of the PS file, then generate the Option-> windows help

    Thank you very much

    Ronan

  • How to create an app with space name?

    Hi all

    How to create an application with the space, for example "Hello Word" name When I run my Simulator, I got ' Hello$ 20World "instead. I use the plugin for eclipse for development. I can see the Application descriptor for my application, and it shows the thin space. I tried to change the Blackberry project properties tab generate file output name, but it doesn't help in any way. Please advise...

    Goto Blackberry project properties

    Click the general tab

    Write in title = "Hello World".

    and you can see your title of the modified project

    I hope that you ask for it only!

  • How to draw an image with reflection effect?

    Hi!, someone know how to draw an image with reflex effect?. I develop in JDE 4.7 with the simulator of the storm. I want to put a picture below a reflex effect as Apple Inc. and normal. My request is a CLDC and I use a MainScrren class, this is an example of what I want to draw:

    Angel

    Hello

    I found the code on the net, it works very well on j2me that even can be used also in blackberry below.

    public static Image createShadow(Image image) {
    
            int newX = image.getWidth();
            int newY = image.getHeight()/2;
             int out[] = new int[newX*newY];
             int row[] = new int[newX];
    
            for (int iy = 0; iy < newY; iy++)
            {
              image.getRGB(row,0,newX,0,iy+newY,newX,1);
              for (int i = 0; i < row.length; i++) {
                  out[((newY-1)*newX-iy*newX)+i] = row[i] & ( (127*iy/newY)<< 24 | 0xffffff);
              }
            }
    
            return Image.createRGBImage(out,newX,newY,true);
        }
    

    Hope this will solve you problem.

    Please let me know if it solves your problem or not.

  • How to create a folder compressed uncompressed, not on my desk?

    How to create a folder compressed uncompressed, not on my desk?

    How to create a folder compressed uncompressed, not on my desk?
    When I right click on my desktop the popup resulting menu, which allows me to choose things that I can choose, and when I select 'New' the new popup window gives me another window of things that I can select. Not the case in this window possible selections are there a selection to create a folder that is not "compressed or" zipped ". I want a regular folder, not a compressed folder! I don't want zipped files, whenever I want to create a folder! If I want to create a compressed folder, I want you to leave a way for me to do that, I have my own reasons why I want to use the files uncompressed graciously... I'm used to be able to make the files uncompressed on this computer. I don't know what or how this change came to be. I want to just return to the way it was before.  Also, I want to know what it takes to keep it (the change) doesn't happen, or what I did to get there.

    How to create a folder compressed uncompressed, not on my desk?

    How to create a folder compressed uncompressed, not on my desk?
    When I right click on my desktop the popup resulting menu, which allows me to choose things that I can choose, and when I select 'New' the new popup window gives me another window of things that I can select. Not the case in this window possible selections are there a selection to create a folder that is not "compressed or" zipped ". I want a regular folder, not a compressed folder! I don't want zipped files, whenever I want to create a folder! If I want to create a compressed folder, I want you to leave a way for me to do that, I have my own reasons why I want to use the files uncompressed graciously... I'm used to be able to make the files uncompressed on this computer. I don't know what or how this change came to be. I want to just return to the way it was before.  Also, I want to know what it takes to keep it (the change) doesn't happen, or what I did to get there.

    Microsoft did not change this, Chrome has done. Compressed files shouldn't be there, but you have lost the regular folder option. It is an update of Chrome, (mid), is responsible. Here are two patches.

    How to remove and restore the default context Menu items 'New' in Windows 7 and Windows 8
    http://www.SevenForums.com/tutorials/28677-new-context-menu-remove-restore-default-menu-items.html

    If still no joy, see the 'response' by Linda Yan in this thread.
    http://social.technet.Microsoft.com/forums/en-us/w7itprogeneral/thread/97de8a2a-12f2-4381-A409-a78f4ae551cf/#99395761-56de-4a76-8C2A-eab498ad735a

    Tip: When you save the text in Notepad, the default file format is .txt. Replace all files.

  • How to create a form with a submit in CC button animate using Actionscript 3

    How to create a form with a submit in CC button animate using Actionscript 3. The file will first be a SWF but will also have the flexibility to export as HTML5

    I've searched high and low for an example of code for this entry.

    Can someone help me please?

    Thank you

    You can use the same graphic assets of basis for two projects, but the coding will be different for everyone.  You must work on the project of a code at a time.

  • How to create dummy data with 1 TB

    Hi Expert,

    May I know how to create dummy data with 1 TB to test performance. ?

    Respect of

    Liang

    what columns you want to include? Basically, you can generate as many lines as you like to connect by queries - something like:

    create the table big_t

    as

    with

    generator1 like)

    Select rownum id

    of the double

    connect by level<=>

    )

    ,

    generator2 as)

    Select lpad ('* ', 1000,' *') col1

    of the double

    connect by level<=>

    )

    Select g1.id

    g2.col1

    of generator1 g1

    generator2 g2

    ;

    Of course, it is not 1 TB, but you can change the number of levels. Who said: I think you need to find a sensitive table first structure.

  • How to create a button with rollover that appears in a different place than the button when you move?

    Hello

    How to create a button with rollover that appears in a different place than the button when you move by using only the Muse (reversal may be a different shape and color of the button). I managed to do it using Photoshop and the separate layers and import it, but it is not a good solution. All suggestions will be welcome.

    Thank you

    You can try to use the widget of the Composition of the ToolTip. In this way, the trigger area is isolated and a "State of reversal" can be placed anywhere on the screen (compared to the trigger).

    • Remove the two triggers additional default
    • Set to display the targets on working capital
    • Select hide all initially.
  • How to create a DVD with Media Encoder? Thank you!

    How to create a DVD with Media Encoder? Thank you!

    Export to mpeg2-DVD and use a design program like still to create DVD compatible files to burn to DVD.

  • How to create a card for After Effects?

    How to create a card for After Effects?

    After effects Developer Center

Maybe you are looking for

  • Untrusted connection Firefox

    I tried all possible ways to correct this error, none of the work site, the only one which is yahoo and they all say the same error If you normally connect to this site without problems, this error can mean that someone is trying to impersonate the i

  • Firefox blocks windows

    Firefox freezes randomly. Not only the browser freeze, my whole OS seems to be affected as well. My mouse moves and I can get the start menu to pop up, but that's all. CTRL + Alt + Delete does not work. If I click on the Firefox window, it turns gray

  • 15 - F058: System Administrator password disabled at startup

    System disabled error message 85511023 Can you please provide the code Thank you Sheryl

  • Satellite A300D-15B touchpad plays when the external power cord is connected

    I got an A300D-15B for about 2 months and while using it I noticed that the touchpad is hyper sensitive or do not respond.I tried all settings (and it works fine when the advanced settings window is open!), but return to a document or a Firefox windo

  • graphics card that works in the office of h500s

    Installed graphics card NVidia GeForce 210 1 GB and beautiful work (small size without fan). Remove and replace one of the by the smallest low profile. By using the VGA/d-Sub connection. After that error was to go into the BIOS and checked/changed th