Open CASCADE Technology
6.5.4
|
The TEdge from BRep is inherited from the TEdge
from TopoDS. It contains the geometric data.
The TEdge contains :
More...
#include <BRep_TEdge.hxx>
Public Member Functions | |
BRep_TEdge () | |
Creates an empty TEdge. | |
Standard_Real | Tolerance () const |
void | Tolerance (const Standard_Real T) |
void | UpdateTolerance (const Standard_Real T) |
Sets the tolerance to the max of <T> and the current tolerance. | |
Standard_Boolean | SameParameter () const |
void | SameParameter (const Standard_Boolean S) |
Standard_Boolean | SameRange () const |
void | SameRange (const Standard_Boolean S) |
Standard_Boolean | Degenerated () const |
void | Degenerated (const Standard_Boolean S) |
const BRep_ListOfCurveRepresentation & | Curves () const |
BRep_ListOfCurveRepresentation & | ChangeCurves () |
Handle_TopoDS_TShape | EmptyCopy () const |
Returns a copy of the TShape with no sub-shapes. |
* A tolerance. <br>
Standard_Boolean BRep_TEdge::Degenerated | ( | ) | const |
Handle_TopoDS_TShape BRep_TEdge::EmptyCopy | ( | ) | const [virtual] |
Implements TopoDS_TShape.
Standard_Boolean BRep_TEdge::SameParameter | ( | ) | const |
Standard_Boolean BRep_TEdge::SameRange | ( | ) | const |
Standard_Real BRep_TEdge::Tolerance | ( | ) | const |