Open CASCADE Technology 6.6.0
|
The TEdge from BRep is inherited from the TEdge
from TopoDS. It contains the geometric data.
The TEdge contains :
* A tolerance.
* A same parameter flag.
* A same range flag.
* A Degenerated flag.
* A list of curve representation.
#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. |
BRep_TEdge::BRep_TEdge | ( | ) |
BRep_ListOfCurveRepresentation& BRep_TEdge::ChangeCurves | ( | ) |
const BRep_ListOfCurveRepresentation& BRep_TEdge::Curves | ( | ) | const |
Standard_Boolean BRep_TEdge::Degenerated | ( | ) | const |
void BRep_TEdge::Degenerated | ( | const Standard_Boolean | S | ) |
Handle_TopoDS_TShape BRep_TEdge::EmptyCopy | ( | ) | const [virtual] |
Implements TopoDS_TShape.
Standard_Boolean BRep_TEdge::SameParameter | ( | ) | const |
void BRep_TEdge::SameParameter | ( | const Standard_Boolean | S | ) |
void BRep_TEdge::SameRange | ( | const Standard_Boolean | S | ) |
Standard_Boolean BRep_TEdge::SameRange | ( | ) | const |
void BRep_TEdge::Tolerance | ( | const Standard_Real | T | ) |
Standard_Real BRep_TEdge::Tolerance | ( | ) | const |
void BRep_TEdge::UpdateTolerance | ( | const Standard_Real | T | ) |