Hi everyone,
i have to explore a shape and to detect all small holes allowed to be dropped.. how could i start ?
elisa Fri, 01/20/2006 - 16:26
Hi,
One of the possibility:
You have to explore each face of your shape. And for each face, you explore each interior wire and compute the area of the wire.
For each modified face, you rebuid it with BrepBuilderAPI_makeFace.
One of the possibility:
You have to explore each face of your shape. And for each face, you explore each interior wire and compute the area of the wire.
For each modified face, you rebuid it with BrepBuilderAPI_makeFace.
Fri, 01/20/2006 - 16:26
Hi,
One of the possibility:
You have to explore each face of your shape. And for each face, you explore each interior wire and compute the area of the wire.
For each modified face, you rebuid it with BrepBuilderAPI_makeFace.
I hope it'll help hou.
Elisa
Fri, 01/20/2006 - 16:27
Hi,
One of the possibility:
You have to explore each face of your shape. And for each face, you explore each interior wire and compute the area of the wire.
For each modified face, you rebuid it with BrepBuilderAPI_makeFace.
I hope it'll help hou.
Elisa
Fri, 01/20/2006 - 19:30
thank you this helps a lot.. :)