Computes the intersections betwwen edges on a face stores result is SD as AsDes from BRepOffset.
More...
|
static void | Compute (const Handle< BRepAlgo_AsDes > &AsDes, const TopoDS_Face &F, const TopTools_IndexedMapOfShape &NewEdges, const Standard_Real Tol, TopTools_IndexedDataMapOfShapeListOfShape &theDMVV) |
| Computes the intersections between the edges stored is AsDes as descendants of <F> . Intersections is computed between two edges if one of them is bound in NewEdges. When all faces of the shape are treated the intersection vertices have to be fused using the FuseVertices method. theDMVV contains the vertices that should be fused. More...
|
|
static void | ConnexIntByInt (const TopoDS_Face &FI, BRepOffset_Offset &OFI, TopTools_DataMapOfShapeShape &MES, const TopTools_DataMapOfShapeShape &Build, const Handle< BRepAlgo_AsDes > &AsDes2d, const Standard_Real Offset, const Standard_Real Tol, TopTools_IndexedMapOfShape &FacesWithVerts, TopTools_IndexedDataMapOfShapeListOfShape &theDMVV) |
| Computes the intersection between the offset edges of the <FI>. All intersection vertices will be stored in AsDes2d. When all faces of the shape are treated the intersection vertices have to be fused using the FuseVertices method. theDMVV contains the vertices that should be fused. More...
|
|
static void | ConnexIntByIntInVert (const TopoDS_Face &FI, BRepOffset_Offset &OFI, TopTools_DataMapOfShapeShape &MES, const TopTools_DataMapOfShapeShape &Build, const Handle< BRepAlgo_AsDes > &AsDes, const Handle< BRepAlgo_AsDes > &AsDes2d, const Standard_Real Tol, TopTools_IndexedDataMapOfShapeListOfShape &theDMVV) |
| Computes the intersection between the offset edges generated from vertices and stored into AsDes as descendants of the <FI>. All intersection vertices will be stored in AsDes2d. When all faces of the shape are treated the intersection vertices have to be fused using the FuseVertices method. theDMVV contains the vertices that should be fused. More...
|
|
static void | FuseVertices (const TopTools_IndexedDataMapOfShapeListOfShape &theDMVV, const Handle< BRepAlgo_AsDes > &theAsDes) |
| Fuses the chains of vertices in the theDMVV and updates AsDes by replacing the old vertices with the new ones. More...
|
|
static void | ExtentEdge (const TopoDS_Edge &E, TopoDS_Edge &NE, const Standard_Real theOffset) |
| extents the edge More...
|
|
Computes the intersections betwwen edges on a face stores result is SD as AsDes from BRepOffset.