How to create a skewed cone?

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
wolfcastle
Posts: 5
Joined: Mon Feb 27, 2017 9:17 pm

How to create a skewed cone?

Post by wolfcastle »

Hello!

I want to create a skewed cone. In part work bench you can create a solid cone, and it has Radius1, Radius2 and Height. My problem is that the center of Radius1 and Radius2 is on the same plane, but I would like the center of Radius1 to be off center, how do I do that?

Thank you in advance.


OS: Ubuntu 16.04.1 LTS
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.15.4671 (Git)
Branch: releases/FreeCAD-0-15
Hash: 244b3aef360841646cbfe80a1b225c8b39c8380c
Python version: 2.7.11
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 6.8.0.oce-0.17
User avatar
DeepSOIC
Veteran
Posts: 7896
Joined: Fri Aug 29, 2014 12:45 am
Location: used to be Saint-Petersburg, Russia

Re: How to create a skewed cone?

Post by DeepSOIC »

Hi!
Create the circles for bases using whatever method you like (e.g., two sketches). And then Part Loft across them.
wolfcastle
Posts: 5
Joined: Mon Feb 27, 2017 9:17 pm

Re: How to create a skewed cone?

Post by wolfcastle »

DeepSOIC wrote:Create the circles for bases using whatever method you like (e.g., two sketches). And then Part Loft across them.
Thank you, it seemed to do the trick. Except there is a thin slit in the surface from top to bottom of the cone, I'm not sure whether thats a rendering error or not.
jmaustpc
Veteran
Posts: 11207
Joined: Tue Jul 26, 2011 6:28 am
Location: Australia

Re: How to create a skewed cone?

Post by jmaustpc »

wolfcastle wrote:
DeepSOIC wrote:Create the circles for bases using whatever method you like (e.g., two sketches). And then Part Loft across them.
Thank you, it seemed to do the trick. Except there is a thin slit in the surface from top to bottom of the cone, I'm not sure whether thats a rendering error or not.
There will always be an extra edge joining the two start/finish points of the two circles. If you are really getting a slot then I would guess that one of the circles is not closed.

Note that a point can be also used as a profile for a Part Loft or Sweep, but only as a first or last profile.....See the wiki for an explanation.
Post Reply