Replies: 6 comments 6 replies
-
|
I made a quick example to visualize, i guess it'll be hard to understand otherwise. Run the script above and type in negative tolerance. If there are operations on the edge of the element, they'll be faulty. |
Beta Was this translation helpful? Give feedback.
-
|
I think you can do it with this function "ec.stretch_start_facet()", but you may need to temporarily realign the axes so that the area where p1 is located is stretched with this function. |
Beta Was this translation helpful? Give feedback.
-
|
I like the idea, but it's not working with drillings close to the border, see image below. |
Beta Was this translation helpful? Give feedback.
-
|
As it looks, only the surface in which the points of the axis rotation are located is stretched. |
Beta Was this translation helpful? Give feedback.
-
|
@Brunner246 this one popped into my head again, now that the API is updated and introduced objects such as vertice_list, is it now possible to stretch specific surfaces through the python API? I have several use cases for this where it would come in handy... :) |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Why do you cut the geometries (drillings, openings)? If you import IFC files, there are options for creating bolts from drillings, for example.
or for undoing physical "cuttings"
i have added the api function for stretching certain facets to our backlog. |
Beta Was this translation helpful? Give feedback.







Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
one of my coworkers came yesterday with an interesting request.
We have a script that is adding tolerance between CLT elements, see below. It is not checking the actual tolerance yet, but this could be implemented.
Sadly it only works one way, we didn't figure out a way to stretch the surfaces outwards, in other words increase the width/height/length of elements with continuous laps, drillings etc.
Will this be solved by the implementation of the function that returns the operation geometries more detailed?
Will those geometries exceed the elements original boundbox or would they also need to be stretched? If they need to be stretched, we'll kind of run into the same problem for this case.
Beta Was this translation helpful? Give feedback.
All reactions