mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-20 14:19:53 +08:00
0022313: Bug in shading mode with attached shape
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user