failed somehow sketching rotating mast

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!
User avatar
hammax
Veteran
Posts: 1992
Joined: Thu Jan 19, 2017 5:03 pm
Location: Ammersee DE

Re: failed somehow sketching rotating mast

Post by hammax »

... using the photo of cross section for sketches:
Attachments
Mast_2.PNG
Mast_2.PNG (40.33 KiB) Viewed 499 times
Mast-section_3.FCStd
FC.20
(320.34 KiB) Downloaded 7 times
chrisb
Veteran
Posts: 54225
Joined: Tue Mar 17, 2015 9:14 am

Re: failed somehow sketching rotating mast

Post by chrisb »

jadory wrote: Wed Jun 22, 2022 3:35 pmOne source I looked at had me using Sketcher, then import that into a body under Part Design for padding and stuff. I'm coming from Autocad so this is a new way of working, for sure. I have recreated my sketch using just lines and arcs on the left side, then a mirror for other half. So I have ImagePlane - Sketch - MirroredSketch and will try working from there. Thanks for the examples!
Sometimes it makes things more difficult, if you come from another system. But you are on a good way, as you don't seem to expect that FreeCAD should behave exactly like Autocad.

Although parts of it may be trivial for you, I recommend to work through the PartDesign Tutorials, because this may reveal some differences in the workflow.

A standard workflow could be this:
- switch to PartDesign workbench
- create a sketch; if you want, you can start with creating a body, and then create the sketch
=> this creates a sketch inside of a body, and there is nothing to import
- sketch half of the profile
- create a pad
- mirror the pad
=> You see that we rather recommend to mirror the created feature than the sketch. You can then don't need to switch to Part workbench and you stay in PartDesign.

Part workbench is based on the CSG approach and you may switch completely to this instead of using PartDesign. You can mix them, but you have to follow some rules, the most important being "use part tools only on the whole body, never on a feature or a sketch inside of it".
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
hammax
Veteran
Posts: 1992
Joined: Thu Jan 19, 2017 5:03 pm
Location: Ammersee DE

Re: failed somehow sketching rotating mast

Post by hammax »

@chrisb ???
Is there a way to produce some kind of "master sketch" and get editable quasi_clones / links / duplicates of it,
where one is able, to take parts of it by changing the rest e.g. to construction lines,
and get this way dependent (from master sketch) "fractals" of the part,
which you can afterwards combine to a single part again?
So that all derivates are parametric to the master.
NOT external references in the usual way!!!

In my above example this was done, but it is not parametric, because of using sketch duplicates.
chrisb
Veteran
Posts: 54225
Joined: Tue Mar 17, 2015 9:14 am

Re: failed somehow sketching rotating mast

Post by chrisb »

hammax wrote: Thu Jun 23, 2022 8:07 am @chrisb ???
Is there a way to produce some kind of "master sketch" and get editable quasi_clones / links / duplicates of it,
How about Sketcher CarbonCopy?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
hammax
Veteran
Posts: 1992
Joined: Thu Jan 19, 2017 5:03 pm
Location: Ammersee DE

Re: failed somehow sketching rotating mast

Post by hammax »

... I hope to understand it - seems to be a solid base after eliminating measure/constraint doublettes. => Next task!
Delete prior sketches and rebuild some to test.
https://forum.freecadweb.org/viewtopic. ... 30#p604768
Thanks for enlightening.

Mast_3.PNG
Mast_3.PNG (152.37 KiB) Viewed 401 times
Attachments
Mast-section_4.FCStd
FC.20
(167.75 KiB) Downloaded 3 times
Last edited by hammax on Fri Jun 24, 2022 1:45 pm, edited 1 time in total.
jadory
Posts: 20
Joined: Tue Mar 02, 2021 7:30 pm

Re: failed somehow sketching rotating mast

Post by jadory »

chrisb wrote: Thu Jun 23, 2022 7:43 am
Although parts of it may be trivial for you, I recommend to work through the PartDesign Tutorials, because this may reveal some differences in the workflow.

A standard workflow could be this:
- switch to PartDesign workbench
- create a sketch; if you want, you can start with creating a body, and then create the sketch
=> this creates a sketch inside of a body, and there is nothing to import
- sketch half of the profile
- create a pad
- mirror the pad
=> You see that we rather recommend to mirror the created feature than the sketch. You can then don't need to switch to Part workbench and you stay in PartDesign.

Part workbench is based on the CSG approach and you may switch completely to this instead of using PartDesign. You can mix them, but you have to follow some rules, the most important being "use part tools only on the whole body, never on a feature or a sketch inside of it".
I will work through the tutorials. I started working on Freecad a couple years ago and gave it up for the time being.. forgetting most of what i had learned. Maybe an age thing.. getting up there in years.

So was having a hell of time trying to figure out why my mirrored sketches wouldn't pad. Validate sketch showed troublesome vertexes at the join, so spent lots of time trying to research and resolve that. Laying in bed last night it finally struck me to pad each half individually because the join wasn't closed (open wire). Hammax I think in their example did so and I was finally able to understand that.
I could also try padding one half and then mirroring the pad as you say.

Next is to figure out how to model the base of the mast section with the trailer hitch. There is probably a way without having to resketch the inside portion of the mast section. Best practices? - maybe a new body for the base and import lines from the padded section to define shape?

Thanks much Chrisb - very helpful! /jd
Attachments
rotating-plate3.jpg
rotating-plate3.jpg (110.12 KiB) Viewed 380 times
rotating-plate2.jpg
rotating-plate2.jpg (84.58 KiB) Viewed 380 times
rotating-plate1.jpg
rotating-plate1.jpg (68.96 KiB) Viewed 380 times
jadory
Posts: 20
Joined: Tue Mar 02, 2021 7:30 pm

Re: failed somehow sketching rotating mast

Post by jadory »

So I am progressing in at least getting some things down on the design. However I have hit this:

Code: Select all

PositionBySupport: AttachEngine3D: Part has null shape
09:30:42  <Exception> AttachEngine3D: Part has null shape
So on my 4th body I am unable to progress. Not sure how to troubleshoot. The Body004 is to be a cylinder the hitch fits into. Been googling and will continue to do so.

Still using V0.20
Attachments
rotating-mast.jpg
rotating-mast.jpg (142.54 KiB) Viewed 334 times
Mast-section6-21-22.FCStd
(355.95 KiB) Downloaded 6 times
Post Reply