Open CASCADE Technology
6.5.4
|
An interference with a parameter.
#include <TopOpeBRepDS_EdgeVertexInterference.hxx>
Public Member Functions | |
TopOpeBRepDS_EdgeVertexInterference (const TopOpeBRepDS_Transition &T, const TopOpeBRepDS_Kind ST, const Standard_Integer S, const Standard_Integer G, const Standard_Boolean GIsBound, const TopOpeBRepDS_Config C, const Standard_Real P) | |
Create an interference of VERTEX <G> on a crossed EDGE E. if support type <ST> == EDGE : <S> is edge E FACE : <S> is the face with bound E. <T> is the transition along the edge, crossing the crossed edge. E is the crossed edge. <GIsBound> indicates if <G> is a bound of the edge. | |
TopOpeBRepDS_EdgeVertexInterference (const TopOpeBRepDS_Transition &T, const Standard_Integer S, const Standard_Integer G, const Standard_Boolean GIsBound, const TopOpeBRepDS_Config C, const Standard_Real P) | |
Create an interference of VERTEX <G> on crossed EDGE <S>. <T> is the transition along the edge, crossing the crossed edge. <S> is the crossed edge. <GIsBound> indicates if <G> is a bound of the edge. indicates the geometric configuration between | |
Standard_Real | Parameter () const |
void | Parameter (const Standard_Real P) |
virtual Standard_OStream & | Dump (Standard_OStream &OS) const |
is the parameter of <G> on the edge.
interference is stored in the list of interfs of the edge.
is the parameter of <G> on the edge.
interference is stored in the list of interfs of the edge.
virtual Standard_OStream& TopOpeBRepDS_EdgeVertexInterference::Dump | ( | Standard_OStream & | OS | ) | const [virtual] |
Reimplemented from TopOpeBRepDS_ShapeShapeInterference.