Open CASCADE Technology 7.8.0
|
Interference. More...
#include <TopOpeBRepDS_ShapeShapeInterference.hxx>
Additional Inherited Members | |
Public Types inherited from Standard_Transient | |
typedef void | base_type |
Returns a type descriptor about this object. | |
Static Public Member Functions inherited from Standard_Transient | |
static constexpr const char * | get_type_name () |
Returns a type descriptor about this object. | |
static const opencascade::handle< Standard_Type > & | get_type_descriptor () |
Returns type descriptor of Standard_Transient class. | |
Interference.
TopOpeBRepDS_ShapeShapeInterference::TopOpeBRepDS_ShapeShapeInterference | ( | const TopOpeBRepDS_Transition & | T, |
const TopOpeBRepDS_Kind | ST, | ||
const Standard_Integer | S, | ||
const TopOpeBRepDS_Kind | GT, | ||
const Standard_Integer | G, | ||
const Standard_Boolean | GBound, | ||
const TopOpeBRepDS_Config | C | ||
) |
a shape interfers on shape <G> with shape . examples : create a ShapeShapeInterference describing : vertex V of edge E1 found on edge E2 : ST,S,GT,G = TopOpeBRepDS_EDGE,E2,TopOpeBRepDS_VERTEX,V
create a ShapeShapeInterference describing vertex V of edge E found on face F : ST,S,GT,G = TopOpeBRepDS_FACE,F,TopOpeBRepDS_VERTEX,V
<GBound> indicates if shape <G> is a bound of shape .
<SCC> : UNSH_GEOMETRY : and <Ancestor> have any types, and <Ancestor> don't share the same geometry SAME_ORIENTED : and <Ancestor> have identical types, and <Ancestor> orientations are IDENTICAL. DIFF_ORIENTED : and <Ancestor> have identical types, and <Ancestor> orientations are DIFFERENT.
TopOpeBRepDS_Config TopOpeBRepDS_ShapeShapeInterference::Config | ( | ) | const |
Standard_Boolean TopOpeBRepDS_ShapeShapeInterference::GBound | ( | ) | const |
void TopOpeBRepDS_ShapeShapeInterference::SetGBound | ( | const Standard_Boolean | b | ) |