Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to split part to bodies

  • Thread starter Thread starter valtokrhm
  • Start date Start date
V

valtokrhm

Guest
Hi,

How can I split part that has made in one body to different bodies?

In solidworks I can use split command and keep both bodies on both sides of the split plane.

1662544011689.png


In Catia split command deletes the other side of the plane, so is it possible to keep both different bodies?

1662543926225.png

Thanks! -VK
 
As a workaround, you could Pocket a very thin slice across the part, keeping two bodies (domains)
 
Another workaround: Copy and Paste the PartBody so you have two shapes (bodies) of your part. Split first one with arrow up, and Split the copy with the arrow down.
 
Yes, I have made it like this but then I can't make drawing and apply links to different bodies because these are still the same body.
 
Another workaround: Copy and Paste the PartBody so you have two shapes (bodies) of your part. Split first one with arrow up, and Split the copy with the arrow down.
With this method there is problem that copied body is not in date if I want to make changes in main body.
 
Copy the PartBody and use Paste Special + Result With Link. Do this twice so you have two copied Bodies. Then Hide the PartBody, and Split the pasted bodies. Any changes made to the PartBody, will update in the copied/linked Bodies.
 
If you don't want the extra hidden body in your file.

You could take your unwanted shape and paste special as result with link. So now you have two of the unwanted shapes.

Create 2 new bodies.
Do a boolean add of one of your unwanted shapes to one of the new bodies.
Do another boolean add of the other unwanted shape to the other new body.

Now you can do a split in each of the new bodies after the boolean operation.

One body will have the parametric history with a split afterwards. And the other will have a linked body with a split afterwards.
 

Part and Inventory Search

Sponsor

Back
Top