0022313: Bug in shading mode with attached shape

This commit is contained in:
OAN
2011-09-21 13:26:52 +00:00
committed by bugmaster
parent a9f7b6b58e
commit 0d36f7e494
3 changed files with 113 additions and 14 deletions

View File

@@ -51,7 +51,8 @@ uses Boolean from Standard,
Curve from Geom2d,
MapOfInteger from BRepMesh,
BaseAllocator from BRepMesh,
DataMapOfFaceAttribute from BRepMesh
DataMapOfFaceAttribute from BRepMesh,
IndexedDataMapOfShapeListOfShape from TopTools
is
@@ -92,7 +93,8 @@ is
Perform (me: mutable; shape: Shape from TopoDS) is static;
---Purpose: Build triangulation on the whole shape
Add (me: mutable; face: Face from TopoDS) is static;
Add (me: mutable; face: Face from TopoDS;
ancestor : IndexedDataMapOfShapeListOfShape from TopTools) is static;
---Purpose: Record a face for further processing.
Process (me; face: Face from TopoDS) is static;
@@ -109,6 +111,7 @@ is
face : Face from TopoDS;
S : HSurface from BRepAdaptor;
C : Curve from Geom2d;
ancestor : IndexedDataMapOfShapeListOfShape from TopTools;
defedge: Real from Standard;
first : Real from Standard;
last : Real from Standard)