How can I simulate perspective on an object?

The top object in the attachment is the image I am trying to re-create and I can't for the life of me figure out how to get the ACHA logo to look like it's "placed" on the top of the puck and give it some perspective? The bottom image is what I've created so far.
Can anyone help me?!

danieldehart wrote:
I don't really understand how to do it.
1. Draw a filled circle.
2. Compose art...
3. Drag art to Symbol panel to make to Graphic Symbol.
4. Make a copy of the original circle...maybe change up the color a bit...
5. Choose Effects > 3D > Exrtrude & Bevel...
I left the default Extrude Depth of 50pt and just rotated it roughly into position.
6. Click Map Art...
And choose your new symbol from the Symbol: menu.
7. Enjoy...

Similar Messages

  • How can I insert values from table object into a regular table

    I have a table named "ITEM", an object "T_ITEM_OBJ", a table object "ITEM_TBL" and a stored procedure as below.
    CREATE TABLE ITEM
    ITEMID VARCHAR2(10) NOT NULL,
    PRODUCTID VARCHAR2(10) NOT NULL,
    LISTPRICE NUMBER(10,2),
    UNITCOST NUMBER(10,2),
    SUPPLIER INTEGER,
    STATUS VARCHAR2(2),
    ATTR1 VARCHAR2(80),
    ATTR2 VARCHAR2(80),
    ATTR3 VARCHAR2(80),
    ATTR4 VARCHAR2(80),
    ATTR5 VARCHAR2(80)
    TYPE T_ITEM_OBJ AS OBJECT
    ITEMID VARCHAR2(10),
    PRODUCTID VARCHAR2(10),
    LISTPRICE NUMBER(10,2),
    UNITCOST NUMBER(10,2),
    SUPPLIER INTEGER,
    STATUS VARCHAR2(2),
    ATTR1 VARCHAR2(80),
    ATTR2 VARCHAR2(80),
    ATTR3 VARCHAR2(80),
    ATTR4 VARCHAR2(80),
    ATTR5 VARCHAR2(80)
    TYPE ITEM_TBL AS TABLE OF T_ITEM_OBJ;
    PROCEDURE InsertItemByObj(p_item_tbl IN ITEM_TBL, p_Count OUT PLS_INTEGER);
    When I pass values from my java code through JDBC to this store procedure, how can I insert values from the "p_item_tbl" table object into ITEM table?
    In the stored procedure, I wrote the code as below but it doesn't work at all even I can see values if I use something like p_item_tbl(1).itemid. How can I fix the problem?
    INSERT INTO ITEM
    ITEMID,
    PRODUCTID,
    LISTPRICE,
    UNITCOST,
    STATUS,
    SUPPLIER,
    ATTR1
    ) SELECT ITEMID, PRODUCTID, LISTPRICE,
    UNITCOST, STATUS, SUPPLIER, ATTR1
    FROM TABLE( CAST(p_item_tbl AS ITEM_TBL) ) it
    WHERE it.ITEMID != NULL;
    COMMIT;
    Also, how can I count the number of objects in the table object p_item_tbl? and how can I use whole-loop or for-loop to retrieve values from the table object?
    Thanks.

    Sigh. I answered this in your other How can I convert table object into table record format?.
    Please do not open multiple threads. It just confuses people and makes the trreads hard to follow. Also, please remember we are not Oracle employees, we are all volunteers here. We answer questions if we can, when we can. There is no SLA so please be patient.
    Thank you for your future co-operation.
    Cheers, APC

  • How can I fill a table of objects from cursor with select * bulk collect???

    Hi All, I have a TYPE as OBJECT
    create or replace type dept2_o as object (
    deptno NUMBER(2),
    dname VARCHAR2(14),
    loc VARCHAR2(13));
    I can fill a table of objects from cursor with out select * bulk collect...., row by row
    declare
    TYPE dept2_t IS TABLE of dept2_o;
    dept_o_tab dept2_t:=dept2_t();
    i integer;
    begin
    i:=0;
    dept_o_tab.extend(20);
    for rec in (select * from dept) loop
    i:=i+1;
    dept_o_tab(i):=dept2_o(
    deptno => rec.deptno,
    dname => rec.dname,
    loc =>rec.loc
    end loop;
    for k IN 1..i loop
    dbms_output.put_line(dept_o_tab(k).deptno||' '||dept_o_tab(k).dname||' '||dept_o_tab(k).loc);
    end loop;
    end;
    RESULT
    10 ACCOUNTING NEW YORK
    20 RESEARCH DALLAS
    30 SALES CHICAGO
    40 OPERATIONS BOSTON
    But I can't fill a table of objects from cursor with select * bulk collect construction ...
    declare
    TYPE dept2_t IS TABLE of dept2_o;
    dept_o_tab dept2_t:=dept2_t();
    begin
    dept_o_tab.extend(20);
    select * bulk collect into dept_o_tab from dept;
    end;
    RESULT
    ORA-06550: line 6, column 39;
    PL/SQL: ORA-00947: not enough values ....
    How can I fill a table of objects from cursor with select * bulk collect???

    create or replace type dept_ot as object (
    deptno NUMBER(2),
    dname VARCHAR2(14),
    loc VARCHAR2(13));
    create table dept
    (deptno number
    ,dname varchar2(14)
    ,loc varchar2(13)
    insert into dept values (10, 'x', 'xx');
    insert into dept values (20, 'y', 'yy');
    insert into dept values (30, 'z', 'zz');
    select dept_ot (deptno, dname, loc)
      from dept
    create type dept_nt is table of dept_ot
    declare
       l_depts dept_nt;
    begin
       select dept_ot (deptno, dname, loc)
         bulk collect
         into l_depts
         from dept
       for i in l_depts.first .. l_depts.last
       loop
          dbms_output.put_line (l_depts(i).deptno);
          dbms_output.put_line (l_depts(i).dname);
          dbms_output.put_line (l_depts(i).loc);    
       end loop;
    end;
    /

  • How can I refer to the PhotoShop Object library dynamically depend on the release of PhotoShop?

    Recently, I make a program, now I face a big program:
    I make the program by visual basic and photoshop script , but my client have different release of Photoshop, for example : photoshop 7.0 cs and cs2. I know every release of PhotoShop have ist own Object library, but in visual basic 6.0, I can only refer to one PhotoShop Object library. for example: if I refer to Photoshop 8.0 Object library, if my clients release of Photoshop is 7.0. there will be a error message : Run-time error '429 ( cant create object) Run-time error '430(Class does not support Automation or does not support expected interface), How can I refer to the PhotoShop Object library dynamically depend on the release of PhotoShop?
    my email is : [email protected] .
    any suggestion?

    Please read, and reply back here with information https://forums.adobe.com/thread/1499014
    -and try some steps such as changing browsers and turning off your firewall for downloads

  • How can I show icon Services for Object in PA30 Infotype 0019

    Hi guy.
    How can I show icon Services for Object in PA30 Infotype 0019 ?
    This icon display in some infotype example infotype 0024(Qualifications).But I wanna use in Infotype 0019.
    I don't wanna use menu "Assign facsimile".
    Best regards.
    Chutima.

    Sorry - should have said I'm using JDev 10.1.3.0.4 with JSF & ADF BC.

  • How can I get a count of objects in the near cache? (Extend client)

    Hi,
    I'm trying to figure out how to get the count of objects in my near cache (from c++ client). Knowing the size of the near cache is a key factor when optimizing configurations for performance.
    However if I call size() on the cache handle I get the count of objects in the cache (ie the cluster). How can I get a count of objects in the near cache?
    Thanks
    Rich Carless

    H Rich,
    It may not be ideal, but I think you may be able to infer the size by using the HeapAnalyzer (http://download.oracle.com/docs/cd/E15357_01/coh.360/e15728/classcoherence_1_1lang_1_1_heap_analyzer.html) facility, specifically the "class" based HeapAnalyzer. Its Snapshot representation http://download.oracle.com/docs/cd/E15357_01/coh.360/e15728/classcoherence_1_1lang_1_1_class_based_heap_analyzer_1_1_snapshot.html provides a mapping between class name and ClassStats (http://download.oracle.com/docs/cd/E15357_01/coh.360/e15728/classcoherence_1_1lang_1_1_class_based_heap_analyzer_1_1_class_stats.html) which provides information on how many instances of a given class type are in memory. Note the reported counts are process wide but if your key or value type are distinct you may be able to infer your answer. I realize this is rather complex, my only other suggestion would be to just make some guesses on size and see how they effect performance.
    Mark
    Oracle Coherence

  • How can I change perspective (converging lines) in iPhoto?

    How can I change perspective (converging lines) in iPhoto?

    iPhoto Menu -> preferences -> Accounts
    Regards
    TD

  • How can we find out the info object in a query ....?

    How can we find out the info object in a query is belongs to that particular info cube? If the query is built on a Multiprovider having 4 different info cubes.

    Hi,
    If you have restrictions at the infoprovider level in the RKF then it is coming from that particular infocube.
    Or go to the selection option in the multiprovider...her you can get the mappings of which key figure is populted from which infocube.
    For characteristics you will have to look for identification tab in the characteristics option.
    Thanks

  • How can a text box overlap an object?

    I have a 1TB late 2012 iMac. Yosemite version 10.10.2 is installed.
    Processor: 2.7 GHz Intel Core i5
    Memory: 8 GB 1600 MHz DDR3
    Graphics NVDIA GeForce GT 640M 512MB
    How can I place a text box overlapping an object?
    I have pasted a photo from an email into a Pages document and I'd like to put on top of it.
    I have tried as many Help topics as seemed relevant, but 'Move Backwards' and 'Move to front' are greyed out.
    I have been confident using this technique with Mountain Lion, but now I'm stuck.
    I am old and self-taught.

    Assuming you have Pages 5.x
    Click on the object > Toolbar > Format > Arrange > Stay on Page > Text Wrap > None
    Now you can move it. It probably was inline and part of the text.
    You can not move it under the general body text however, unless you move it to the Section Masters in which case it will appear on every single page of that Section.
    You will need to create a Textbox to put your text into and move that on top of the object.
    Peter

  • How can I delete Z.SAPB18.8_MyPO object from B1iSN 8.8

    Dear All,
    I have created only one object type (apart from the B1iSN default one)
    Ex: For the Purchase Order object (LocalObjectId = 22) I defined only one B1iSN object type.
    but I have the same error message "Sender SysId, Sender ObjectType or Sender payload is missing".
    suppose If by mistake I create two B1iSN object types for the same B1 object (same local object id)
    how can I delete one object from those two objects.
    Thanks and Regards,
    Anvar

    Hi Anvar,
    Z-objects always have priority against standard objects.
    =>  if you have more Z-objects for the same local object ID, it's always the latest created object
    If you created an Z-object, please make sure, that the BIUs can handle this object.
    All default integration scenarios need to be adjusted or copied to support the newly created z object.
    If you want to delete your newly created object, go to SAP B1iSN Tools -> Repository Tools -> Entities - Remove:
    Select your Entity Type (e.g. Object Type) and your Entity Instance (e.g. Z.SAPB18.8_MyPO) and press button Delete Entity.
    B1iSN gives you information, if there're constraints (e.g. Publication Object or object is used in an active integration scenario) and the object can't be deleted.
    Best regards
    Bastian

  • How can I take photo of fast objects with A3400?

    in A3400 I didn't find any option to change shutter speed. or there is no proper photo scene in menu.
    then how can I take a good photo of fast objects? in its catalog it says the speed of shutter is (1/2000 ~ 15 sec). when and how can I take a shut with 1/2000 sec ?
    thank for your help

    According to the spec sheet you can't control the shutter speed other than by using the modes available & none are for action. The camera's program might select a very high shutter speed in very bright light while shooting something very reflective like a white car or building etc.
    "A skill is developed through constant practice with a passion to improve, not bought."

  • How can I colour pop a moving object in a stop-frame animation in After Effects CS6 (Creative Cloud)

    Hi,
    The title pretty much explains what I want to achieve.
    I have a black and white video and I want to colour pop a moving object in it with it's original colours.
    I'm a full member of the Creative Cloud and so have all the suite available to me.
    How can I do this?
    Thanks.
    Neil

    Wow!!
    Thankyou for that.
    I'm a video/AE newbie and found a great tutorial video.
    Many thanks.
    Neil

  • How can i use perspective warp in trial version. its greyed out

    i have downloaded trial version to try handson Perspective warp feature but its greyed out. how can i use it?

    Puppet Warp, Transform>Perspective, Transform>Warp etc. can work without GPU acceleration (Test by CS6).
    But it is necessary to unlock the background layer (double click in the layer panel converts the background
    layer into an unlocked Layer0).
    Best regards --Gernot Hoffmann

  • How can i export the structures of objects

    hi ,
    i need to export all the objects of the all the users (exclude the data)
    the priviledges , functions , tables , procedures, dblinks , synonyms , packages etc ..
    what's the commands to do that
    pls advise
    tks & rgds

    Hi ,
    i have managed to export successfully 1 table but when i sees the output of the file it seems that are many special characters
    i have specify the file as .sql but when i try to open the .sql file it shows as below
    EXPORT:V08.01.07
    mart1
    RTABLES
    2048
    0
    28
    0
                                                    Tue Jan 23 13:59:36 2007c:\test.sql                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     d    `!
    #G#G#A°G ƒ                                          d    `!
    #G###A°# ƒ  ™                                         +00:00 8.1.6
    TABLE "TBL1"
    CREATE TABLE "TBL1" ("OLDVALUE" VARCHAR2(10), "NEWVALUE" VARCHAR2(10))  PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 LOGGING STORAGE(INITIAL 10485760 NEXT 10485760 MINEXTENTS 1 MAXEXTENTS 40000 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "DATA"
    EXIT
    EXIT
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 this is my export statement
    EXP mart1/[email protected] file=c:\test.sql log=c:\test1.log tables=mytbl ROWS=N INDEXES=Ycan this only be removed when using the IMP ?
    my purpose is to just have a backup especially for self-created tables & objects and i do not want to import every single objects that are exported just selective objects , basically what i need is a file that does not contains those special characters where i can see clear what are the objects for me to manually create
    tks & rgds

  • How can I save a vector smart object to Illustrator .ai file

    I need to save a vector smart oblect from Photoshop CS6 to an Illustrator file. What's the trick?
    Thanks!

    Hi Chris,
    I need a vector smart logo that is on a PSD layer as a vector file in illustrator so I can plot cut on a vinyl cutter. How can I make sure the logo transfers as .ai at the exact size showen in the Photoshop document? I remember doiing this a few years ago but forgot the proceedure. It's probably a very easy step and once I have the answer I'll say "oh that's right I remember now" The export path to Ilustrator only gives me the saved paths in this document.
    Thanks for any help you can provide!
    Glenn

Maybe you are looking for

  • How do I turn off email alerts in iOS 7?

    How do I turn off email alerts in iOS 7? I've been to Notifications, Mail/Contacts/Calendars & Sounds. Turned everything off but the kitchen sink...powered down and back up...persistent email sound goes off everytime mail arrives (junk or good). Than

  • FICA tables or FM to get the Contract Account's cleared items

    Hi Gurus, During one of the development I require to see the Contact Account's Open Items are cleared or not. Means Payment against the Contract Account's (Print documents) is received?  FPL9 shows the cleared items against the contract account but d

  • Transfer Existing Phone Number To Skype Online Num...

    Can an existing landline or mobile service number be transferred to Skype as my Skype Online number?

  • Problems installing elements 11

    I have just purchased the above and when i go to download and install it keeps directing me to install macomedia flash player, which i have done but still no elements 11

  • Growing a JOptionPane dialog vertically

    I am writing a simple JPanel for use within message dialogs. Just wanted to add "more details" functionality really, for error dumps etc. I've so far used this with JOptionPane:      DetailsPanel detailsPanel = new DetailsPanel();      detailsPanel.s