View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002645 | FreeCAD | Bug | public | 2016-07-28 06:32 | 2016-07-28 15:39 |
| Reporter | dangky | Assigned To | |||
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| OS | Windows | OS Version | 7 | ||
| Product Version | 0.16 | ||||
| Fixed in Version | 0.16 | ||||
| Summary | 0002645: Cannot create pad or pocket from a sketch circle | ||||
| Description | When I draw sketch of a circle on a box's face with some constraint (please see attach file), then make a pad or pocket from that sketch. Only with a certain ranges of circle's radius (change the constraint 9 of sketch001, for example: 5mm) it can make a pad or pocket successfully, otherwise (for example: 3mm) an error "failed to create a face from wire in sketch" appears. | ||||
| Additional Information | OS: Windows 7 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.16.6704 (Git) Build type: Release Branch: releases/FreeCAD-0-16 Hash: 0c449d7e8f9b2b1fb93e3f8d1865e2f59d7ed253 Python version: 2.7.8 Qt version: 4.8.7 Coin version: 4.0.0a OCC version: 6.8.0.oce-0.17 | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
|
|
|
You are even lucky that it works for 5 mm. In order to perform the pad or pocket we first have to create a face from a wire and thus crossing geometries are not allowed. In your sketch there is this vertical line which makes the algorithm to fail for 3mm but surprisingly works for 5mm. Anyway, to fix your model you must edit the sketch, select the vertical line and toggle its mode to construction mode. That's the last icon in the geometry toolbar. Afterwards it works for any radius. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-07-28 06:32 | dangky | New Issue | |
| 2016-07-28 06:32 | dangky | File Added: pad_pocket_error.FCStd | |
| 2016-07-28 15:38 | wmayer | Note Added: 0007220 | |
| 2016-07-28 15:39 | wmayer | Status | new => closed |
| 2016-07-28 15:39 | wmayer | Resolution | open => no change required |
| 2016-07-28 15:39 | wmayer | Fixed in Version | => 0.16 |
FreeCAD