Set (Part design)axis as direction

About the development of the FEM module/workbench.

Moderator: bernd

Jee-Bee
Veteran
Posts: 2569
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: Set (Part design)axis as direction

Post by Jee-Bee »

When importing step files it opens by default in a Part design structure. So if possible can anybody add a featuer request on mantis??
User avatar
easyw-fc
Veteran
Posts: 3551
Joined: Thu Jul 09, 2015 9:34 am

Re: Set (Part design)axis as direction

Post by easyw-fc »

UR_ wrote: Sat Mar 24, 2018 11:29 am
bernd wrote: Sat Mar 24, 2018 8:25 am I may miss the whole problem
The funny part is: PDN uses hierarchical placements from so called "tip" to root.
They have to be lined up, walking the whole chain of links.
Also DraftWB isn't PDN ready ATM.


example:
as1-oc-214.FCStd


Please add a FEM analysis and try to mesh marked part

tree view.png


Gmsh does some movements and flipping :o
netgen destroys hierarchy by pulling part out of body :shock:

AFAIK, whole stuff is postponed to 0.18 :?
Hi UR
for the moment you may use Kicad StepUp WB to get a flatten copy of the Hierarchy
(I modified the Deep Copy macro to have a copy of the shape with a standard flat placement)
flat-copy.gif
flat-copy.gif (513.55 KiB) Viewed 1392 times
Jee-Bee
Veteran
Posts: 2569
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: Set (Part design)axis as direction

Post by Jee-Bee »

I have found another part design(?) FEM flaw.
When a stp file exist out multiple parts it is imported in a part structure.
FC_part_structure.PNG
FC_part_structure.PNG (13.7 KiB) Viewed 1370 times
But when creating a mesh it is inposible to do this at once... I don't test it s i don't know if it it possible to so solve. at least it is annoiing when it containts out 10 or more parts
User avatar
easyw-fc
Veteran
Posts: 3551
Joined: Thu Jul 09, 2015 9:34 am

Re: Set (Part design)axis as direction

Post by easyw-fc »

Jee-Bee wrote: Mon Apr 23, 2018 11:54 am I have found another part design(?) FEM flaw.
When a stp file exist out multiple parts it is imported in a part structure.
FC_part_structure.PNG

But when creating a mesh it is inposible to do this at once... I don't test it s i don't know if it it possible to so solve. at least it is annoiing when it containts out 10 or more parts
As a workaround, ATM, you can use DeepCopy macro...
It makes a compound of all Objects in Parts container, and you then should be able to make a FEM analysis on the compound object obtained from the macro.
Meshing a hierarchy STEP file:
meshing-a-step-hierarchy.gif
meshing-a-step-hierarchy.gif (664.2 KiB) Viewed 1365 times
Jee-Bee
Veteran
Posts: 2569
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: Set (Part design)axis as direction

Post by Jee-Bee »

Thanks i download it and use it from now on.
But still i think this need to be done (maybe in tracker) it is weird that a macro is needed to fix a flaw in FC itself
User avatar
easyw-fc
Veteran
Posts: 3551
Joined: Thu Jul 09, 2015 9:34 am

Re: Set (Part design)axis as direction

Post by easyw-fc »

Jee-Bee wrote: Mon Apr 23, 2018 12:40 pm Thanks i download it and use it from now on.
But still i think this need to be done (maybe in tracker) it is weird that a macro is needed to fix a flaw in FC itself
I agree so much...
I already did a ticket here (on Feb 2017)
https://www.freecadweb.org/tracker/view.php?id=2905

You may chime in there or open a new ticket...
This feature is also a must for 3D printing (make a STL of the hierarchy), or as you noticed, for meshing.

It could be included in FEM WB or in Part DN WB as a menu entry or better a button of the WB.

Maurice
Jee-Bee
Veteran
Posts: 2569
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: Set (Part design)axis as direction

Post by Jee-Bee »

easyw-fc wrote: Mon Apr 23, 2018 12:17 pm As a workaround, ATM, you can use DeepCopy macro...
It makes a compound of all Objects in Parts container, and you then should be able to make a FEM analysis on the compound object obtained from the macro.
Just a side note... the link to to the DeepCopy Macro is broken from the add on manager in 0.17. I get a message something like unable to fetch ....
User avatar
easyw-fc
Veteran
Posts: 3551
Joined: Thu Jul 09, 2015 9:34 am

Re: Set (Part design)axis as direction

Post by easyw-fc »

Jee-Bee wrote: Mon Apr 23, 2018 9:06 pm Just a side note... the link to to the DeepCopy Macro is broken from the add on manager in 0.17. I get a message something like unable to fetch ....
you need to rise an issue at github for DeepCopy macro or Addon manager or both.
Post Reply