Search the Community
Showing results for tags 'split'.
-
Trim split hatch with holes problem !! Why after trim hatch there is holes in trimmed
LULU1965 posted a topic in AutoLISP, Visual LISP & DCL
Trim split hatch with holes problem !! Why after trim hatch there is holes in trimmed parts. HATCH TRIM.dwg -
I am having a problem with Solidworks discreetizing 3D curved lines which is giving me problems down the road when importing my model into Ansys DesignModeler. I'll illustrate the problem by way of example: I have a number of bodies that I want to "cut up" for better meshing. In the instance I h...
-
Is there a way to split a single part in an assembly in order to show two separate halves during an animation. Scenario: My company wants to split a 40 ft shipping container in half to scab in a 4' section to make a 12' wide container. I have designed a jig on tracks to show how the contai...
-
3D Splitting and lofting of a metal plate
paisis123 posted a topic in AutoCAD 3D Modelling & Rendering
Hello guys. I been requested by my company to start a bit in 3D work. (after 8 months of working here.) Anyway, to sum up my problem, I will break it down for you so this issue can be resolved and allow others to learn from this post as well. 1. Summary on what I'm trying to do. Basica... -
Hi, I want to cut a section of a part and make it into a new section without the constructional elements - planes, axis and so on on which it actually depends. I tried to create a solid body of it using the split tools. However in sectioning the part I want, It also included a bit of the origi...
-
Hello, I've made one very useful tool. It's called MLINE SPLIT and you guessed what it does. However it doesn't work on first and second vertices (1 and 2 vertex), and that is real mystery for me. Why are these vertices so different than all the other vertices. Below is my VBA code: Public S...
-
Hi, I'm trying to divide up a closed polyline with the blue line that intersects with it. I'm able to get the vertices for the intersection points. The end result should have 2 separate closed polylines. I've checked on the internet, and found some Lisp code, which unfortunately, I do no...