How to Transform a Circle?

This is probably a simple question for most of you, but I'm trying to make a circle split into 3 equal parts, and then make the parts come back together. My main issue is figuring out how to split the circle into 3 parts (its just a normal outline circle made by stroke). How would I come about doing this?
Thanks.
- Emanuel

This  basic training and can be solved in several ways. In case you haven't solved your  issue you may download a small, illustrative project file from ftp.progresit.com  ( in your url)
User: visitor1
pw: santacruz1
look for and DL "circle.aep"  --  (AE-CS6)

Similar Messages

  • How to graph concentric circles in numbers??

    I am trying to figure out how to graph concentric circles in Numbers??

    The formulas are
    sin_cos
    B2 :  =COS(A*PI()/180)
    C2 :  =SIN(A*PI()/180)
    Fill Down
    radius
    A1 :  =MAX(A)
    below are the radius of circles to draw.
    to chart
    A2 : =radius :: $A$1+radius :: $A$2*sin_cos :: $B2
    B2 : =radius :: $A$1+radius :: $A$2*sin_cos :: $C2
    C2 : =radius :: $A$1+radius :: $A$3*sin_cos :: $B2
    D2 : =radius :: $A$1+radius :: $A$3*sin_cos :: $C2
    E2 : =radius :: $A$1+radius :: $A$4*sin_cos :: $B2
    F2 : =radius :: $A$1+radius :: $A$4*sin_cos :: $C2
    G2 : =radius :: $A$1+radius :: $A$5*sin_cos :: $B2
    H2 : =radius :: $A$1+radius :: $A$5*sin_cos :: $C2
    Fill Down
    Select A2…H38
    Scatter Chart
    Curve line
    None point symbol
    Yvan KOENIG (VALLAURIS, France) lundi 25 avril 2011 11:28:15

  • How to do a circle with a jagged edge

    Can anyone point me in the direction or quickly share how I
    can produce circles like the ones here, for a kind of sale /
    discount graphic?
    Like
    these
    Cheers,
    Iain

    Here you go.
    Download the PNG from here
    http://www.pixentral.com/show.php?picture=1F0WYelsT8eGqVMoTtwGkckaSTOYUS
    It looks as if it will be a fully editable FW PNG and
    consists of a
    tweak or two applied to a tutorial (I can't recall the
    website source of
    the tutorial but this should get you started)
    Iain71 wrote:
    > Can anyone point me in the direction or quickly share
    how I can produce circles
    > like the ones here, for a kind of sale / discount
    graphic?
    >
    >
    >
    http://www.istockphoto.com/file_closeup/business_people/clerical_workers/custome
    >
    r_service_representatives/2914782_elements_of_sales_promotion.php?id=2914782
    >
    > Cheers,
    > Iain
    >

  • How to transform hotkey ctrl+L to F9

    My app is oracle form 10g.
    I wonder how to transform hotkey ctrl+L to F9 because in my company everyone is used to press F9 to query .
    Would someone tell me?
    Thank you.

    I don't understand exactly what you want to do.
    Refer to fmrweb.res found in the \forms directory. This is the file used to configure key mapping. This is a text file, so it can be opened in most text editors. The top portion of the file provides an explaination as to how each value works.

  • [ETL]How to transform a Source model into an arbitrary number of target models ?

    Hi all,
    I need to know how to transform a source model into an arbitrary number of target models which conforms to different target metamodels using ETL ? Is there any examples that can help me ?
    Thank you
    Mana

    Hi Antonio,
    Actully I mean the number of metamodels are known.For example, assume that there are two known metamodels in the target side, the first one is the target metamodel, and the second one is the trace metamodel .
    I would like to see an example of ETL transformation that run on a source model and generate the target model and the trace model as well. This statement is part of the chapter 5 of the ebook which says "it is often essential to be able to access/update additional models during a transformation (such as trace or configuration models). Building on the facilities provided by EMC and EOL, ETL enables specification of transformations that can transform an arbitrary number of source models into an arbitrary number of target models."
    could you please explain this more for me or provide me with an example.
    Thank you
    Mana

  • How are transforms in the transform panel applied?

    I am trying to understand when/how the transforms made in the transform panel are applied to display objects so that I can manipulate them using action script. To be clear, I understand that I can use the display object properties such as rotation to transform a display object, and I understand that I can also use a matrix transformation. Unfortunatley, this doesn't always seem to have the same behavior when nesting as direct transformations using the panel. So I would like to find a way to manipulate whatever properties the transform panel is changing.
    Maybe this isn't clear, so here's an example.
    On a new stage, I place a rectangle and use the transform panel to rotate it 39 degrees. Then I assign this shape to a variable and use the debug panel to inspect the member properties of the shape. As far as I can tell, this rotation value is not contained within any of the transformation parameters. Is it pre-applied?
    If I use the "export as XML" option, the rotation value is listed in the "Source" tag, as below:
    <Motion duration="1" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
        <source>
            <Source frameRate="24" x="265" y="184.5" scaleX="1" scaleY="1" rotation="39" elementType="drawing object">
                <dimensions>
                    <geom:Rectangle left="111.35" top="35.1" width="307.25" height="298.85"/>
                </dimensions>
                <transformationPoint>
                    <geom:Point x="0.5000813669650123" y="0.5099548268362054"/>
                </transformationPoint>
            </Source>
        </source>
        <Keyframe index="0"/>
    </Motion>
    So this is being stored as a value somewhere. Any ideas?
    Thanks - Andrew

    if you're mixing actionscript with something drawn in the ide, you must be converting your drawing into an object (in order to reference it with actionscipt).   whatever you convert to an object will assume mostly default properties (no matter what you see on-stage).  the x and y properties are an exception.

  • How to transform pc files to hfs filesystem?

    Hi,
    I have files created on Windows OS platform.  Attempted to
    chown root:wheel myFileDirectory
    though it did not produce error, it does not change owner and group.  John D. kindly advised me that it's because of different file system, Mac uses HFS (I didn't know since I'm new to Mac).  So, now the question is how I transform files created in Windows environment into HFS?
    Thanks.

    Under Devices,
    I have Macintosh HD and iDisk.  So, I would guess the HD is the boot volume.   I think I've dragged some files from flash dirve (created in Windows OS env) to certain Folder on this HD, and this Folder was a folder created by the previous version of my software and it was / is working fine (local web app).
    Hmm, what could result the above problem?  Still file system issue?  What do I do now?
    Many thanks.

  • Hi, how to transform a video file from Mark 5D iii into MVI_2500-Apple ProRes 422 for Progressive material.mov

    Hi, how to transform a video file from Mark 5D iii into MVI_2500-Apple ProRes 422 for Progressive material.mov ?
    Is it the best way to work with videos in Final Cut Pro?
    Thank you!
    Anastasia

    Is your 5D media progressive from the camera? Simply use the optimize option when you import into FCP.

  • How to make a circle and a line ending (at the centre of the circle) lock and move together?

    I'm new to Illustrator and perhaps it's not the best software of CS6 Master for doing this, but:
    I have a few (13) circles, they are connected with lines (one line from the centre of a circle to the centre of the next one, so 13 connecting lines). I need to move the circles around in order to create the appearance that suits me best, but I want the connecting ending to move together (see picture below). I need to do this often and get an immediate visual feedback. How do I do it? Am I using the wrong software altogether?
    Thanks in advance to all who will try and help out!

    Here's a way of doing it with the Appearance panel and multiple fills converted to an ellipse.
    1 You create your path with all the segmentts you require can be an open or closed path.
    2. Convert the fill only to an Ellipse. Effect>Convert to Shape>Ellipse (use the Absolute option and give it the dimension you want the circle to be) (cn cahnge this at anytime in the future as well as the color of the circles)
    3. Using the Effect>Distort and Transform>Transform move the circle fill to a position corresponding to an anchor of the path as to position the circle with the nchor as the center.
    4. In the Appearance panel Option (Alt) drag the fill with the convert to ellipse and the transform down or up to duplicate it, or se the flyout of the Appearance panel to duplicte the fill.
    (do this for each circle you need) You will only have to adjust the transformation vertical and horizontal positions, Bith effects will be duplicated when you copy the fill so you only adjust the transformeffecct that is already associated with the fill.
    Like this:

  • How to create a circle from the centre?

    Hi. I'm using PS CS3 and I want to create a perfectly round circle from the centre. How do you do this?
    I know pressing shift while dragging makes it perfectly round. I've also read that pressing alt at the same time draws it from the centre, but it's not working, it just comes up with the eyedropper tool. Am I missing something or is there a different way to do it?
    Thanks.

    Hi,
    If you click and hold the mouse and then press the Alt key and drag it should work.
    Also, after you start dragging, add the Shift key to constrain to a circle.

  • How to create a circle with the origin not at (0,0)

    I want to create a circle but the origin is not at (0,0).
    I have the following data;
    - point coordinate (X1,Y1)
    - radius of the circle
    Also, I want to create a line between the origin and the point (X1,Y1).
    Kindly show me how can I do this. Thank you very much. 

    The accuracy of the GPS Receiver is +/- 0.5 meter. Its a Novatel product (Flex Pak). I am getting the string data from the GPS receiver. I took the Longtitude data as for my X and Latitude data for my Y. I took the Longtitude and Latitude data from the center of post for my reference calculation only to get the true value of X and Y at the end of the boom. I call the X and Y value at the end of the boom as dynamic because it always give me the value wherever the boom goes. Please see the attached sample VI's.
    At one point , I actually measured, using a tape measure,  the distance from the end of the boom to the center of post and i am getting the correct radius. But when I rotate the boom on the other side it will give me a different radius. And looking at this radius value, while rotating the boom, I can judge that my point of origin is not (0,0).
    At this point I have no idea how to get the correct origin. Kindly teach me if you have idea on this.
    Do you think the way I calculated for the true value of X and Y is still correct? Is my reference too far?
    Thank you very much.
    Attachments:
    plotting xy graph 1.vi ‏22 KB
    dynamic xy calculation.vi ‏28 KB
    dynamic radius calculation 1.vi ‏15 KB

  • How to transform data received from file adapter

    hi',
    I am reading the data from XML file using file adapter, now I want to write the same contents which I have read from this file to a different/new XML file, the issue is I am unable to perform a transform here, when I use a transform with source element as the output of the file read and target as the input to the new file it is writing an empty file,
    I have checked the audit trail which showsme that the transform is empty.
    please tell me how can I transform the element which I have received from one file to make them as input to next file
    thanks
    Yatan

    thanks James for input, this is my XML and XSD files
    XML file:
    <?xml version="1.0" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    <emp>
    <name>yatan</name>
    <age>28</age>
    </emp>
    </xsd:schema>
    XSD File:
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    <xsd:element name="readfile">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="name" type="xsd:string"/>
    <xsd:element name="empid" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    I am reading XML file, I will describe my process.
    1.) File adapter>read operation ---> receive activity
    2.) Transform > source(receive input variable) <--->target(Invoke input variable)
    3.) File adapter > write operation ---> invoke activity
    Now when I am deploying this process it is sucessfully completing and able to read the file.
    when I check the audit trail receive activity shows XML data but when I check the transform it
    shows empty as below, however the write activity is performed which creates a xml file but no values in the elements
    transform in audit trail
    <Invoke_1_Write_InputVariable>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="readfile">
    -<readfile xmlns:ns0="http://www.example.org" xmlns="http://www.example.org">
    <ns0:name/>
    <ns0:empid/>
    </readfile>
    </part>
    </Invoke_1_Write_InputVariable>
    this is the code for my .bpel file
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <!--
    Oracle JDeveloper BPEL Designer
    Created: Wed May 19 15:04:22 IST 2010
    Author: yatanveer.s
    Purpose: Empty BPEL Process
    -->
    <process name="ReadXMLFile2"
    targetNamespace="http://xmlns.oracle.com/ReadXMLFile2"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns4="http://xmlns.oracle.com/pcbpel/adapter/file/FileReadSync/"
    xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:client="http://xmlns.oracle.com/ReadXMLFile2"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
    xmlns:ns1="http://xmlns.oracle.com/pcbpel/adapter/file/ReadFile/"
    xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions"
    xmlns:ns3="http://www.example.org"
    xmlns:ns2="http://xmlns.oracle.com/pcbpel/adapter/file/WriteFile/"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <!--
    PARTNERLINKS
    List of services participating in this BPEL process
    -->
    <partnerLinks>
    <partnerLink myRole="Read_role" name="ReadFile"
    partnerLinkType="ns1:Read_plt"/>
    <partnerLink name="WriteFile" partnerRole="Write_role"
    partnerLinkType="ns2:Write_plt"/>
    </partnerLinks>
    <variables>
    <variable name="Receive_1_Read_InputVariable"
    messageType="ns1:readfile_msg"/>
    <variable name="Invoke_1_Write_InputVariable"
    messageType="ns2:readfile_msg"/>
    </variables>
    <!--
    VARIABLES
    List of messages and XML documents used within this BPEL process
    -->
    <!--
    ORCHESTRATION LOGIC
    Set of activities coordinating the flow of messages across the
    services integrated within this business process
    -->
    <sequence name="main">
    <receive name="Receive_1" partnerLink="ReadFile" portType="ns1:Read_ptt"
    operation="Read" variable="Receive_1_Read_InputVariable"
    createInstance="yes"/>
    <assign name="Transform_1">
    <bpelx:annotation>
    <bpelx:pattern>transformation</bpelx:pattern>
    </bpelx:annotation>
    <copy>
    <from expression="ora:processXSLT('Transformation_3.xsl',bpws:getVariableData('Receive_1_Read_InputVariable','readfile'))"/>
    <to variable="Invoke_1_Write_InputVariable" part="readfile"/>
    </copy>
    </assign>
    <invoke name="Invoke_1" partnerLink="WriteFile" portType="ns2:Write_ptt"
    operation="Write" inputVariable="Invoke_1_Write_InputVariable"/>
    </sequence>
    </process>

  • How to transform with xquery from CDATA to XML

    Hi everyone
    I want to transform from CDATA to XML and I don´t know how to do.
    anyone can help me please?
    I'm using OSB OEPE PS3, I have artifacts: person.PROXY, person.BIZ, BIZ-Person.WSDL, PROXY-Person.WSDL, Person-response.xq and Person.xsd.
    I Use Message Flow Within Route, Routing (Request and Response Actions)
    To Request Xquery transformation is ok, for Response Action I need help. I receive a String and inside with CDATA:
    +<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+
    +<soapenv:Body>+
    +<executeResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">+
    +<executeReturn xsi:type="xsd:string">+
    +*<![CDATA[<example-data rows="1"><person><id>123</id><name>JHON</name><surname>MAGNESS</surname>+*
    *+<code>123456789V</code></person></example-data>]]>+*
    +</executeReturn>+
    +</executeResponse>+
    +</soapenv:Body>+
    +</soapenv:Envelope>+
    I want to map from CDATA to XML like this (Person.xsd):
    <xs:schema xmlns="http://www.domain.com/XSD/Persons" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.domain.com/XSD/ABCD" targetNamespace="http://www.domain.com/XSD/Persons" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://www.domain.com/XSD/ABCD"
    <xs:complexType name="Persons">
              <xs:sequence>++
                   <xs:element name="id" type="xs:string"/>
                   <xs:element name="surname1" type="xs:string" minOccurs="0"/>
                   <xs:element name="surname2" type="xs:string" minOccurs="0"/>
                   <xs:element name="name" type="xs:string" minOccurs="0"/>
                   <xs:element name="code" type="xs:string"/>
              </xs:sequence>
         </xs:complexType>
    Edited by: user10070593 on Aug 29, 2012 10:58 PM
    Edited by: user10070593 on Aug 29, 2012 10:58 PM
    Edited by: user10070593 on Aug 29, 2012 11:00 PM

    Hey Patrick / Vlad thank you very much for your help :)
    I have solved it like this:
    Within my proxy in Message Flow (*using Routing -- Route -- Response Action*)
    I'm using the elements Assing and Replace
    In Assing element (expression: Person-response.xq, variable: varBStoPS)
    In Replace element (xpath : executeResponse/executeReturn/text() , in Variable: body, expression:
    *$varBStoPS*)
    Now, within Person-Response.xq , I am using the parameter: *$anyType1*, but this is a string, I don´t know to use a FOR loop in Xquery, as I can apply it to the XML mapping (Person.xsd)?, Knowing I get the list:
    *+<example-data rows="1"><person><id>123</id><name>JHON</name><surname>MAGNESS</surname>+*
    *+<code>123456789V</code></person></example-data>+*
    Person.xsd:
    <xs:element name="processResponse">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element ref="ns1:HeaderMsgABCD"/>
                        <xs:element name="bodyResponse">
                             <xs:complexType>
                                  <xs:sequence>
                                       <xs:element name="PersonsCollection">
                                            <xs:complexType>
                                                 <xs:sequence>
              <xs:element name="Persons" type="Persons" minOccurs="0" maxOccurs="unbounded"/>
                                                 </xs:sequence>
                                            </xs:complexType>
                                       </xs:element>
                                  </xs:sequence>
                             </xs:complexType>
                        </xs:element>
                        <xs:element ref="ns1:ErrorMsgABCD"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
    Person-response.xq:
    xquery version "1.0" encoding "Cp1252";
    (:: pragma parameter="$anyType1" type="xs:anyType" ::)
    (:: pragma bea:global-element-return element="ns0:processResponse" location="../XSD/ Person-response.xq" ::)
    declare namespace xf = "http://tempuri.org/oracle/xquery/Person-response/";
    declare namespace ns1 = "http://www.domain.com/XSD/ABCD";
    declare namespace ns0 = " http://www.domain.com/XSD/Persons";
    declare function xf:XQ_SEARCH_PERSONS_RESPONSE($anyType1 as element(*))
    as element(ns0:processResponse) {
    <ns0:processResponse>
    <ns0:bodyResponse>
         <ns0:PersonsCollection>
    <ns0:Persons>
    <ns0:id>{ data(0) }</ns0:id>
    <ns0:surname1>{ data(0) }</ns0:surname1>
    <ns0:surname2>{ data(0) }</ns0:surname2>
    <ns0:name>{ data(0) }</ns0:name>
    <ns0:code>{ data(0) }</ns0:code>
              </ns0:Persons>
         </ns0:PersonsCollection>
    </ns0:bodyResponse>
    </ns0:processResponse>
    declare variable $anyType1 as element(*) external;
    xf:XQ_SEARCH_PERSONS_RESPONSE ($anyType1)
    Edited by: chromosoma on Aug 30, 2012 12:47 PM
    Edited by: chromosoma on Aug 30, 2012 12:50 PM
    Edited by: chromosoma on Aug 30, 2012 1:00 PM

  • My iPad is frozen with a white rotating circle in the center. How do make the circle stop rotating?

    My iPad is frozen with a white rotating circle in the center.  How do I unfreeze it?

    OK if I understand whats going on.
    You have to restore your ipad.
    If you backed it up prior to this problem you may not loose everything.
    I can tell you how to restore it.
    Hold the on/off button and the home button at the same time until the device turns off.
    Once the device has turned off without letting go of the home button release the power button and keep holding until the connect to itunes logo appears.
    It should be rather obvious now that you have to connect your iPad to the computer.
    iTunes on your computer should open automatically if it doesn't open it.
    on the side bar of iTunes your ipad should appear.
    Click on it.
    Then in the centre of the window there should be a restore and/or  restore and update button.
    Click restore.
    the rest of the instructions should appear on the screen.
    Assuming the restore was successful.
    Leave the iPad plugged in and If you backed up the iPad before it stopped working then you should see a restore from back up there if not you may have to start from scratch.

  • How to transform XML?

    Hi all,
    As i am very new at this technology, maybe my question is very easy for you, but i need advice very much!
    Hi, the point is that i generate some XML files using DBMS_XMLGenXML library, but that XML files are not very correct because the character ' ( for example: avión) is not well written.
    So, I think i need to transform my XML, and the problem is that i don't know how to do it,
    ¿should i make and XSLT file, and use that file with DBMS_XMLGen.setStylesheetHeader?
    or can i use and XSD file, and ¿ how can i use an XSD file to transform?
    as you can see i am very new, but trying hard to learn a lot!
    thx all!

    ( for example: avión) is not well written.Why not? What output do you get?
    Seems to work fine in general:
    SQL> select dbms_xmlgen.getxmltype('select ''avión'' e from dual') e from dual
    E                                                          
    <ROWSET>                                                   
    <ROW>                                                     
      <E>avión</E>                                             
    </ROW>                                                    
    </ROWSET>                                                  
    1 row selected.

Maybe you are looking for