#include <HLRBRep_PolyHLRToShape.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | HLRBRep_PolyHLRToShape () |
Constructs a framework for filtering the results of the HLRBRep_Algo algorithm, A. Use the extraction filters to obtain the results you want for A. . | |
Standard_EXPORT void | Update (const Handle(HLRBRep_PolyAlgo)&A) |
void | Show () |
void | Hide () |
TopoDS_Shape | VCompound () |
TopoDS_Shape | VCompound (const TopoDS_Shape &S) |
TopoDS_Shape | Rg1LineVCompound () |
Sets the extraction filter for visible smooth edges. . | |
TopoDS_Shape | Rg1LineVCompound (const TopoDS_Shape &S) |
TopoDS_Shape | RgNLineVCompound () |
Sets the extraction filter for visible sewn edges. . | |
TopoDS_Shape | RgNLineVCompound (const TopoDS_Shape &S) |
TopoDS_Shape | OutLineVCompound () |
TopoDS_Shape | OutLineVCompound (const TopoDS_Shape &S) |
Sets the extraction filter for visible outlines. . | |
TopoDS_Shape | HCompound () |
TopoDS_Shape | HCompound (const TopoDS_Shape &S) |
TopoDS_Shape | Rg1LineHCompound () |
TopoDS_Shape | Rg1LineHCompound (const TopoDS_Shape &S) |
Sets the extraction filter for hidden smooth edges. . | |
TopoDS_Shape | RgNLineHCompound () |
TopoDS_Shape | RgNLineHCompound (const TopoDS_Shape &S) |
Sets the extraction filter for hidden sewn edges. . | |
TopoDS_Shape | OutLineHCompound () |
TopoDS_Shape | OutLineHCompound (const TopoDS_Shape &S) |
Sets the extraction filter for hidden outlines. Hidden outlines occur, for instance, in tori. In this case, the inner outlines of the torus seen on its side are hidden. . | |
Private Member Functions | |
Standard_EXPORT TopoDS_Shape | InternalCompound (const Standard_Integer typ, const Standard_Boolean visible, const TopoDS_Shape &S) |
Private Attributes | |
Handle_HLRBRep_PolyAlgo | myAlgo |
HLRBRep_ListOfBPnt2D | myBiPntVis |
HLRBRep_ListOfBPnt2D | myBiPntHid |
Standard_Boolean | myHideMode |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|