mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025378: Building of triangulation for distored surfaces can take very long using BRepMesh_IncrementalMesh
New parameter MinSize has been introduced to BRepMesh and GCPnts_TangentialDeflection; Check length of remaining part of curve for min size parameter instead of distance between two points to avoid large gaps in case highly distorted BSpline surfaces; Produce fine mesh for sphere and fix other surface; Test cases for issue CR25378 Correction of test cases for issue CR25378
This commit is contained in:
@@ -105,6 +105,12 @@ public:
|
||||
return myMeshData->GetElement (theIndex);
|
||||
}
|
||||
|
||||
//! Returns tool used to build mesh consistent to Delaunay criteria.
|
||||
inline const BRepMesh_CircleTool& Circles() const
|
||||
{
|
||||
return myCircles;
|
||||
}
|
||||
|
||||
//! Test is the given triangle contains the given vertex.
|
||||
//! If theEdgeOn != 0 the vertex lies onto the edge index
|
||||
//! returned through this parameter.
|
||||
|
Reference in New Issue
Block a user