Computer Aided Design

You are not logged in. [ Login ] Why log in
(NOTE: Login is not required to post)

Post a Response
The staff at WOODWEB assume no responsibility for the accuracy, content, or outcome of any posting transmitted at any WOODWEB Forum. Participants should undertake the use of machinery, materials and methods discussed after considerate evaluation, and at their own risk.
Your Name:
Your Website:
Email Address:
Subject: Re: how to join a elipse to cutout wont join

Message:

(read message guidelines).
Note: Do not use the below fields to advertise your business - only for links related to the discussion.
Thread Related Link URL:
Thread Related Link Title:
  To "point" to an image (picture) from another website, provide the URL (Web Address) of the file ( include ONE reference to http:// )
Thread Related Image URL:

Date of your Birth:

Upload a Thread Related File:
File Types: Image (gif-jpg-png-bmp), PDF, Sketchup, Video (mov avi wmv mpeg mpg mp4 ogg). (Image Upload Tips)

I have read the Site User Agreement and agree with the Terms

  <= Check to receive e-mail notification of responses

Message Thread:

how to join a elipse to cutout wont join

11/14/25       
sandman6010 Member

Join a elispe to cutout that is on it it wont join I need it to join in one piece
any help would be greaty appreciate
Thank


View higher quality, full size image (2401 X 2851)

11/17/25       #3: how to join a elipse to cutout wont ...
Thomas M Diel  Member

Website: http://thomasdiel.com

In Auto Cad type 'Ellipse' and the system variable is 0 or 1 and I believe it's 1 that turns ellipses into 16qty multiple arc segments that allow for much more manipulation vs splines & irregular curves. Splines and true elliptical curves can crash many CAD programs and stop CAM programs so best to use true arc segments. Offsetting splines will create issues for many programs as well.
Hope that helps. TD

11/18/25       #4: how to join a elipse to cutout wont ...
David Wishengrad

Here's a step-by-step guide to help users understand the different ways of converting ellipses to polylines in AutoCAD, focusing on the PELLIPSE system variable.

Understanding the PELLIPSE System Variable

The PELLIPSE system variable in AutoCAD controls whether new ellipses are created as true ellipse objects or as polylines.

PELLIPSE = 0 (Default): Creates true ellipse objects. These cannot be directly joined into a polyline.

PELLIPSE = 1: Creates polylines that approximate an ellipse. These can be joined with other polylines.

Let's explore various methods:

Method 1: Creating a Polyline Ellipse Directly (Using PELLIPSE = 1)

This is the most straightforward method if you know you'll need a polyline ellipse from the start.

Set PELLIPSE:

Type PELLIPSE at the command prompt and press Enter.

Type 1 and press Enter.

Draw the Ellipse:

Type ELLIPSE at the command prompt and press Enter, or click the Ellipse tool in the Draw panel.

Specify the axis endpoints and distance to the other axis as prompted.

Verify:

Select the newly created ellipse. In the Properties palette (Ctrl+1), it will show "Polyline" as its object type.

Method 2: Converting an Existing Ellipse to a Polyline Using PEDIT (with PELLIPSE = 1)

This method is useful when you have an existing true ellipse object that you need to convert.

Ensure PELLIPSE = 1:

Type PELLIPSE at the command prompt and press Enter.

Type 1 and press Enter. (This setting affects how PEDIT handles the conversion.)

Start PEDIT:

Type PEDIT at the command prompt and press Enter, or click the Edit Polyline tool.

Select the Ellipse:

Select the ellipse you wish to convert.

Confirm Conversion:

AutoCAD will prompt: "Object selected is not a polyline. Do you want to turn it into one? [Yes/No] :". Press Enter to accept 'Yes'.

Exit PEDIT:

Press Enter to exit the PEDIT command (you don't need to perform any further polyline edits unless desired).

Verify:

Select the converted object. In the Properties palette, it will now show "Polyline".

Method 3: Using OFFSET to Create a Polyline Ellipse (with PELLIPSE = 1)

The OFFSET command, when applied to a true ellipse, can create a polyline ellipse if PELLIPSE is set to 1.

Ensure PELLIPSE = 1:

Type PELLIPSE at the command prompt and press Enter.

Type 1 and press Enter.

Start OFFSET:

Type OFFSET at the command prompt and press Enter, or click the Offset tool.

Specify Offset Distance:

Enter the desired offset distance (e.g., 10) and press Enter.

Select Ellipse:

Select the true ellipse object you want to offset.

Specify Side to Offset:

Click on the side of the ellipse where you want the offset to appear.

Verify:

Select the newly created offset object. In the Properties palette, it will show "Polyline".

Method 4: Converting with EXPLODE and PEDIT (less direct, but works)

This method involves exploding the ellipse into arcs and then joining them back into a polyline. This approach isn't directly controlled by PELLIPSE.

Select the Ellipse:

Select the true ellipse object you want to convert.

Explode the Ellipse:

Type EXPLODE at the command prompt and press Enter, or click the Explode tool.

The ellipse will break into multiple arc segments.

Start PEDIT:

Type PEDIT at the command prompt and press Enter.

Select an Arc Segment:

Select one of the arc segments that were created by exploding the ellipse.

Confirm Conversion:

AutoCAD will prompt: "Object selected is not a polyline. Do you want to turn it into one? [Yes/No] :". Press Enter to accept 'Yes'.

Join the Segments:

At the PEDIT prompt, type J (for Join) and press Enter.

Select all the remaining arc segments that formed the exploded ellipse. Press Enter.

Exit PEDIT:

Press Enter to exit the PEDIT command.

Verify:

Select the joined object. In the Properties palette, it will now show "Polyline".

Method 5: Using FLATTEN (Express Tools)

If you have Express Tools installed, the FLATTEN command can convert 3D objects (including some 2D objects with Z-values) to 2D representations, and it can also convert ellipses to polylines.

Ensure Express Tools are Loaded:

You'll find Express Tools under the "Express" tab in the AutoCAD ribbon.

Select the Ellipse:

Select the true ellipse object you want to convert.

Run FLATTEN:

Type FLATTEN at the command prompt and press Enter.

Remove Hidden Lines (Optional):

The command will ask if you want to remove hidden lines. For a simple 2D ellipse, N (No) is usually appropriate. Press Enter.

Verify:

Select the converted object. In the Properties palette, it will now show "Polyline".

By understanding and utilizing these methods, users can effectively convert ellipses into joinable polyline entities in AutoCAD, adapting to various scenarios and existing drawing conditions.

11/18/25       #5: how to join a elipse to cutout wont ...
David Wishengrad

Possible correction to method 3.

Method 3: Using OFFSET to Create a Polyline Ellipse (with PELLIPSE = 1)

It probably should be saying that pellipse is set to 1, create the ellipse, then change it 0, and then offset and check. Overall, not a bad output. Once actually doing it it should become clear how it all works together as needed. No roadblocks. It's harder to talk about than to just do.

11/18/25       #6: how to join a elipse to cutout wont ...
sandman6010 Member

Thank you, for help deeply appreciated .

11/18/25       #7: how to join a elipse to cutout wont ...
David Wishengrad

You are wecome, but that was not good enough. There is another system variable that you need to be aware of too.

Here you go:

Small correction / clarification on turning ellipses into joinable polylines in AutoCAD:

1. For NEW ellipses (best practice)

* Before drawing:
PELLIPSE &#8594; 1
* Then use ELLIPSE as usual.
* Result: the “ellipse” is actually a polyline and can be joined directly with PEDIT or JOIN.

2. For EXISTING true ellipses (already in the drawing)

* Offset the ellipse to create a helper curve (this will be a spline):
OFFSET &#8594; pick ellipse &#8594; pick side.
* Set the conversion mode so you get a 2D polyline:
PLCONVERTMODE &#8594; 0
* Convert the spline to a polyline (user-friendly options):
• PEDIT &#8594; select spline &#8594; Yes to convert to polyline
(or SPLINEDIT &#8594; Convert to Polyline, or FLATTEN if Express Tools are available)
* Now OFFSET that new polyline back by the same distance toward the original ellipse, so the final polyline sits where the original ellipse was.
* Erase the temporary offset/spline if you don’t need it.
* Use PEDIT again on the final polyline &#8594; J (Join) to add cutouts or other polyline segments.

Key ideas for end users:

* PELLIPSE controls how new ellipses are created (0 = true ellipse, 1 = polyline).
* PLCONVERTMODE controls how curves/splines are turned into polylines (0 = 2D polyline, CAM-friendly).
* PEDIT is the main “go-to” command for both converting to polylines and joining everything into one piece.

11/18/25       #8: how to join a elipse to cutout wont ...
David Wishengrad

It's

Plineconvertmode

Not plconvertmode. I always mess that up. :)

 

Buy & Sell Exchanges | Forums | Galleries | Site Map

FORUM GUIDELINES: Please review the guidelines below before posting at WOODWEB's Interactive Message Boards (return to top)

  • WOODWEB is a professional industrial woodworking site. Hobbyist and homeowner woodworking questions are inappropriate.
  • Messages should be kept reasonably short and on topic, relating to the focus of the forum. Responses should relate to the original question.
  • A valid email return address must be included with each message.
  • Advertising is inappropriate. The only exceptions are the Classified Ads Exchange, Machinery Exchange, Lumber Exchange, and Job Opportunities and Services Exchange. When posting listings in these areas, review the posting instructions carefully.
  • Subject lines may be edited for length and clarity.
  • "Cross posting" is not permitted. Choose the best forum for your question, and post your question at one forum only.
  • Messages requesting private responses will be removed - Forums are designed to provide information and assistance for all of our visitors. Private response requests are appropriate at WOODWEB's Exchanges and Job Opportunities and Services.
  • Messages that accuse businesses or individuals of alleged negative actions or behavior are inappropriate since WOODWEB is unable to verify or substantiate the claims.
  • Posts with the intent of soliciting answers to surveys are not appropriate. Contact WOODWEB for more information on initiating a survey.
  • Excessive forum participation by an individual upsets the balance of a healthy forum atmosphere. Individuals who excessively post responses containing marginal content will be considered repeat forum abusers.
  • Responses that initiate or support inappropriate and off-topic discussion of general politics detract from the professional woodworking focus of WOODWEB, and will be removed.
  • Participants are encouraged to use their real name when posting. Intentionally using another persons name is prohibited, and posts of this nature will be removed at WOODWEB's discretion.
  • Comments, questions, or criticisms regarding Forum policies should be directed to WOODWEB's Systems Administrator
    (return to top).

    Carefully review your message before clicking on the "Send Message" button - you will not be able to revise the message once it has been sent.

    You will be notified of responses to the message(s) you posted via email. Be sure to enter your email address correctly.

    WOODWEB's forums are a highly regarded resource for professional woodworkers. Messages and responses that are crafted in a professional and civil manner strengthen this resource. Messages that do not reflect a professional tone reduce the value of our forums.

    Messages are inappropriate when their content: is deemed libelous in nature or is based on rumor, fails to meet basic standards of decorum, contains blatant advertising or inappropriate emphasis on self promotion (return to top).

    Libel:   Posts which defame an individual or organization, or employ a tone which can be viewed as malicious in nature. Words, pictures, or cartoons which expose a person or organization to public hatred, shame, disgrace, or ridicule, or induce an ill opinion of a person or organization, are libelous.

    Improper Decorum:   Posts which are profane, inciting, disrespectful or uncivil in tone, or maliciously worded. This also includes the venting of unsubstantiated opinions. Such messages do little to illuminate a given topic, and often have the opposite effect. Constructive criticism is acceptable (return to top).

    Advertising:   The purpose of WOODWEB Forums is to provide answers, not an advertising venue. Companies participating in a Forum discussion should provide specific answers to posted questions. WOODWEB suggests that businesses include an appropriately crafted signature in order to identify their company. A well meaning post that seems to be on-topic but contains a product reference may do your business more harm than good in the Forum environment. Forum users may perceive your references to specific products as unsolicited advertising (spam) and consciously avoid your web site or services. A well-crafted signature is an appropriate way to advertise your services that will not offend potential customers. Signatures should be limited to 4-6 lines, and may contain information that identifies the type of business you're in, your URL and email address (return to top).

    Repeated Forum Abuse: Forum participants who repeatedly fail to follow WOODWEB's Forum Guidelines may encounter difficulty when attempting to post messages.

    There are often situations when the original message asks for opinions: "What is the best widget for my type of shop?". To a certain extent, the person posting the message is responsible for including specific questions within the message. An open ended question (like the one above) invites responses that may read as sales pitches. WOODWEB suggests that companies responding to such a question provide detailed and substantive replies rather than responses that read as a one-sided product promotion. It has been WOODWEB's experience that substantive responses are held in higher regard by our readers (return to top).

    The staff of WOODWEB assume no responsibility for the accuracy, content, or outcome of any posting transmitted at WOODWEB's Message Boards. Participants should undertake the use of machinery, materials and methods discussed at WOODWEB's Message Boards after considerate evaluation, and at their own risk. WOODWEB reserves the right to delete any messages it deems inappropriate. (return to top)


  • Forum Posting Help
    Your Name The name you enter in this field will be the name that appears with your post or response (return to form).
    Your Website Personal or business website links must point to the author's website. Inappropriate links will be removed without notice, and at WOODWEB's sole discretion. WOODWEB reserves the right to delete any messages with links it deems inappropriate. (return to form)
    E-Mail Address Your e-mail address will not be publicly viewable. Forum participants will be able to contact you using a contact link (included with your post) that is substituted for your actual address. You must include a valid email address in this field. (return to form)
    Subject Subject may be edited for length and clarity. Subject lines should provide an indication of the content of your post. (return to form)
    Thread Related Link and Image Guidelines Thread Related Links posted at WOODWEB's Forums and Exchanges should point to locations that provide supporting information for the topic being discussed in the current message thread. The purpose of WOODWEB Forums is to provide answers, not to serve as an advertising venue. A Thread Related Link that directs visitors to an area with inappropriate content will be removed. WOODWEB reserves the right to delete any messages with links or images it deems inappropriate. (return to form)
    Thread Related File Uploads Thread Related Files posted at WOODWEB's Forums and Exchanges should provide supporting information for the topic being discussed in the current message thread. Video Files: acceptable video formats are: .MOV .AVI .WMV .MPEG .MPG .MP4 (Image Upload Tips)   If you encounter any difficulty when uploading video files, E-mail WOODWEB for assistance. The purpose of WOODWEB Forums is to provide answers, not to serve as an advertising venue. A Thread Related File that contains inappropriate content will be removed, and uploaded files that are not directly related to the message thread will be removed. WOODWEB reserves the right to delete any messages with links, files, or images it deems inappropriate. (return to form)
    Sponsors
    • Rangate
      Woodworking Machinery, Supplies and Knowledge
    • NEMI
      Products For CNC Machines - Digitizers, Tool Setters, Vacuum Pods, Vacuum Cups, Vacuum Tables, Vacuum Chucks and Software
    • Cabnetware Support
      Technical Support Forum for Cabnetware Users
    • CabinetCRUNCHER
      3D Cabinet Design and Construction Software Powered by SketchUp and Excel, Precise Cut List Calculators with Highly Adjustable Construction Options for Cabinetmakers and Woodworkers of All Levels
    • The Millwork Studio
      Millwork Shop Drawings and Estimates
    • TradeSoft
      Seamless Management Software to Improve Estimating, Job Costing, Scheduling, Purchasing, Shipping, and Shop Floor Data Collection

    Become a Sponsor today!