Forum archiveIssue archiveModeling Data and Algorithms

Archived discussion

BRepBuilderAPI_Copy and meshes

Modeling Data and AlgorithmsWed, 11/18/2015 - 12:501 reply

Browse this forum
QuestionAuthor

I have noticed that BRepBuilderAPI_Copy does not even try to copy the meshes of edges. This causes BRepMesh_IncrementalMesh to recalculate the mesh of the entire copied shape, even if the underlying meshes existed in the original shape.

So currently the copyMesh flag is misleading. Is this a bug, or an intended behavior of OCCT?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Dear Istvan,

The problem you described is really a bug. It is forgotten to copy meshes from edges while implementing copying procedure.

I have registered issue #26897 in Mantis.

Thanks for the report,
Commenter-1