TAGGED: spaceclaim, split
-
-
March 15, 2024 at 3:27 pm
Shyam Prasad V Atri
SubscriberHello
I have a body like this and i am having really hard time splitting the body
My objective is to subtract the cylinder from the cuboidÂ
I am trying to use split body and it is not allowing me to perform the operation
What is the correct sequence to follow?
1select cube
2 select the two faces of cylinder (when i click control to pick second face the curser moves up)
3 select the body to keep(many times the control does not go here) please tell me why?
-
March 15, 2024 at 3:36 pm
Shyam Prasad V Atri
SubscriberIs there any way to do the selection with the script..i am fed up of using this stupid space claim GUI. Its totally worthless and horrible to use..
-
March 15, 2024 at 4:47 pm
Erik Kostson
Ansys EmployeeHi
If you want to create a part (cube say) arround the blue/grey part you show then use enclosure:
https://www.youtube.com/watch?v=2VFUHSc3_sg
All the best
Erik
-
March 20, 2024 at 4:29 pm
Shyam Prasad V Atri
SubscriberHey i don't think you understood the question i have two questions (that youtube video is not helpful)
question 1:Â is there a way to create a box and a curve with a defined set of points and do the subtract operation with script?
question 2: When i created the box and selected the box and the curve why does it not split? This is the sequence i follow as per the one mentioned above
-
March 20, 2024 at 4:55 pm
Shyam Prasad V Atri
Subscriberlook i figured a way to some how make it work on the GUI. Now i want to transilate it into a script of python and i am able to do so one or two bodies i am not able to repeat that
# Python Script, API Version = V20Â# Intersect Bodiestargets = Body1tools = Body2options = MakeSolidsOptions()result = Combine.Intersect(targets, tools, options, Info1)# EndBlockÂ# Intersect Bodiestargets = Body1tools = Body3options = MakeSolidsOptions()result = Combine.Intersect(targets, tools, options, Info2)# EndBlockÂwhen i do tools=Body5 and do the process it does not work..when i look at the treeThere is nothing called as body5 everything has a name called as component.. please tell me how to proceed is there a way i can list out all the bodies?ÂÂ
-
March 20, 2024 at 7:18 pm
Shyam Prasad V Atri
SubscriberÂ
a
-
March 20, 2024 at 7:20 pm
Shyam Prasad V Atri
Subscriberb
-
- The topic ‘how to do booliean operation in space claim’ is closed to new replies.
-
3402
-
1052
-
1050
-
886
-
872
© 2025 Copyright ANSYS, Inc. All rights reserved.