Open CASCADE Technology  7.1.0.beta
Public Member Functions

LocOpe_HBuilder Class Reference

#include <LocOpe_HBuilder.hxx>

Inheritance diagram for LocOpe_HBuilder:
Inheritance graph
[legend]

Public Member Functions

 LocOpe_HBuilder (const TopOpeBRepDS_BuildTool &BT)
 
Standard_Boolean Classify () const
 
void Classify (const Standard_Boolean B)
 
- Public Member Functions inherited from TopOpeBRepBuild_HBuilder
 TopOpeBRepBuild_HBuilder (const TopOpeBRepDS_BuildTool &BT)
 
const TopOpeBRepDS_BuildToolBuildTool () const
 
void Perform (const Handle< TopOpeBRepDS_HDataStructure > &HDS)
 Stores the data structure <HDS>, Create shapes from the new geometries described in <HDS>. More...
 
void Perform (const Handle< TopOpeBRepDS_HDataStructure > &HDS, const TopoDS_Shape &S1, const TopoDS_Shape &S2)
 Same as previous + evaluates if an operation performed on shapes S1,S2 is a particular case. More...
 
void Clear ()
 Removes all split and merge already performed. Does NOT clear the handled DS. More...
 
Handle< TopOpeBRepDS_HDataStructureDataStructure () const
 returns the DS handled by this builder More...
 
TopOpeBRepDS_BuildToolChangeBuildTool ()
 
void MergeShapes (const TopoDS_Shape &S1, const TopAbs_State TB1, const TopoDS_Shape &S2, const TopAbs_State TB2)
 Merges the two shapes <S1> and <S2> keeping the parts of states <TB1>,<TB2> in <S1>,<S2>. More...
 
void MergeSolids (const TopoDS_Shape &S1, const TopAbs_State TB1, const TopoDS_Shape &S2, const TopAbs_State TB2)
 Merges the two solids <S1> and <S2> keeping the parts in each solid of states <TB1> and <TB2>. More...
 
void MergeSolid (const TopoDS_Shape &S, const TopAbs_State TB)
 Merges the solid <S> keeping the parts of state <TB>. More...
 
Standard_Boolean IsSplit (const TopoDS_Shape &S, const TopAbs_State ToBuild) const
 Returns True if the shape <S> has been split. More...
 
const TopTools_ListOfShapeSplits (const TopoDS_Shape &S, const TopAbs_State ToBuild) const
 Returns the split parts <ToBuild> of shape <S>. More...
 
Standard_Boolean IsMerged (const TopoDS_Shape &S, const TopAbs_State ToBuild) const
 Returns True if the shape <S> has been merged. More...
 
const TopTools_ListOfShapeMerged (const TopoDS_Shape &S, const TopAbs_State ToBuild) const
 Returns the merged parts <ToBuild> of shape <S>. More...
 
const TopoDS_ShapeNewVertex (const Standard_Integer I) const
 Returns the vertex created on point . More...
 
const TopTools_ListOfShapeNewEdges (const Standard_Integer I) const
 Returns the edges created on curve . More...
 
TopTools_ListOfShapeChangeNewEdges (const Standard_Integer I)
 Returns the edges created on curve . More...
 
const TopTools_ListOfShapeNewFaces (const Standard_Integer I) const
 Returns the faces created on surface . More...
 
const TopTools_ListOfShapeSection ()
 
void InitExtendedSectionDS (const Standard_Integer k=3)
 
void InitSection (const Standard_Integer k=3)
 
Standard_Boolean MoreSection () const
 
void NextSection ()
 
const TopoDS_ShapeCurrentSection () const
 
Standard_Integer GetDSEdgeFromSectEdge (const TopoDS_Shape &E, const Standard_Integer rank)
 
TColStd_ListOfIntegerGetDSFaceFromDSEdge (const Standard_Integer indexEdg, const Standard_Integer rank)
 
Standard_Integer GetDSCurveFromSectEdge (const TopoDS_Shape &SectEdge)
 
Standard_Integer GetDSFaceFromDSCurve (const Standard_Integer indexCur, const Standard_Integer rank)
 
Standard_Integer GetDSPointFromNewVertex (const TopoDS_Shape &NewVert)
 
Standard_Boolean EdgeCurveAncestors (const TopoDS_Shape &E, TopoDS_Shape &F1, TopoDS_Shape &F2, Standard_Integer &IC)
 search for the couple of face F1,F2 (from arguments of supra Perform(S1,S2,HDS)) method which intersection gives section edge E built on an intersection curve. returns True if F1,F2 have been valued. returns False if E is not a section edge built on intersection curve IC. More...
 
Standard_Boolean EdgeSectionAncestors (const TopoDS_Shape &E, TopTools_ListOfShape &LF1, TopTools_ListOfShape &LF2, TopTools_ListOfShape &LE1, TopTools_ListOfShape &LE2)
 search for the couple of face F1,F2 (from arguments of supra Perform(S1,S2,HDS)) method which intersection gives section edge E built on at least one edge . returns True if F1,F2 have been valued. returns False if E is not a section edge built on at least one edge of S1 and/or S2. LE1,LE2 are edges of S1,S2 which common part is edge E. LE1 or LE2 may be empty() but not both. More...
 
Standard_Integer IsKPart ()
 Returns 0 is standard operation, != 0 if particular case. More...
 
void MergeKPart (const TopAbs_State TB1, const TopAbs_State TB2)
 
TopOpeBRepBuild_BuilderChangeBuilder ()
 
- Public Member Functions inherited from MMgt_TShared
virtual void Delete () const override
 Memory deallocator for transient classes. More...
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor. More...
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing. More...
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter. More...
 
virtual ~Standard_Transient ()
 Destructor must be virtual. More...
 
virtual const opencascade::handle< Standard_Type > & DynamicType () const
 Returns a type descriptor about this object. More...
 
Standard_Boolean IsInstance (const opencascade::handle< Standard_Type > &theType) const
 Returns a true value if this is an instance of Type. More...
 
Standard_Boolean IsInstance (const Standard_CString theTypeName) const
 Returns a true value if this is an instance of TypeName. More...
 
Standard_Boolean IsKind (const opencascade::handle< Standard_Type > &theType) const
 Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
Standard_Boolean IsKind (const Standard_CString theTypeName) const
 Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
Standard_TransientThis () const
 Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero. More...
 
Standard_Integer GetRefCount () const
 Get the reference counter of this object. More...
 
void IncrementRefCounter () const
 Increments the reference counter of this object. More...
 
Standard_Integer DecrementRefCounter () const
 Decrements the reference counter of this object; returns the decremented value. More...
 

Additional Inherited Members

- Public Types inherited from Standard_Transient
typedef void base_type
 Returns a type descriptor about this object. More...
 
- Static Public Member Functions inherited from Standard_Transient
static const char * get_type_name ()
 Returns a type descriptor about this object. More...
 
static const opencascade::handle< Standard_Type > & get_type_descriptor ()
 Returns type descriptor of Standard_Transient class. More...
 
- Protected Attributes inherited from TopOpeBRepBuild_HBuilder
TopOpeBRepBuild_Builder1 myBuilder
 

Constructor & Destructor Documentation

LocOpe_HBuilder::LocOpe_HBuilder ( const TopOpeBRepDS_BuildTool BT)

Member Function Documentation

Standard_Boolean LocOpe_HBuilder::Classify ( ) const
void LocOpe_HBuilder::Classify ( const Standard_Boolean  B)

The documentation for this class was generated from the following file: