ABAQUS, partitioning an edge
ABAQUS, partitioning an edge
(OP)
Hello Everyone,
Does anyone knows how it is possible to partition an edge in one step with multiple points (like multiple datum points or multiple parameter values)? I know how to partition one edge one by one. The problem of doing it one by one is the amount of time that it takes to do that. For example if I want to put 50 points on one edge I have to pick that edge 50 times and partition it, which takes a lot of time.
I am doing the whole process by scripting with Python so I would be glad if the solutions are in scripting format (I am using ABAQUS 2016).
Does anyone knows how it is possible to partition an edge in one step with multiple points (like multiple datum points or multiple parameter values)? I know how to partition one edge one by one. The problem of doing it one by one is the amount of time that it takes to do that. For example if I want to put 50 points on one edge I have to pick that edge 50 times and partition it, which takes a lot of time.
I am doing the whole process by scripting with Python so I would be glad if the solutions are in scripting format (I am using ABAQUS 2016).





RE: ABAQUS, partitioning an edge
RE: ABAQUS, partitioning an edge
RE: ABAQUS, partitioning an edge
It does matter, because when I want to partition a edge 50 times, I'm much faster with a script compared to doing it manually.
>if you want to partition an edge 50 times it will take a log time.
Not with scripting.
>My goal is to reduce that time
Use scripting.
Anymore questions?
RE: ABAQUS, partitioning an edge
RE: ABAQUS, partitioning an edge
*********************************************************
Are you new to this forum? If so, please read these FAQs:
http://www.eng-tips.com/faqs.cfm?fid=376
http://www.eng-tips.com/faqs.cfm?fid=1083