#include <BRep_TEdge.hxx>
Inheritance diagram for BRep_TEdge:
Public Member Functions | |
Standard_EXPORT | 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_EXPORT Standard_Boolean | SameParameter () const |
Standard_EXPORT void | SameParameter (const Standard_Boolean S) |
Standard_EXPORT Standard_Boolean | SameRange () const |
Standard_EXPORT void | SameRange (const Standard_Boolean S) |
Standard_EXPORT Standard_Boolean | Degenerated () const |
Standard_EXPORT void | Degenerated (const Standard_Boolean S) |
const BRep_ListOfCurveRepresentation & | Curves () const |
BRep_ListOfCurveRepresentation & | ChangeCurves () |
Standard_EXPORT Handle_TopoDS_TShape | EmptyCopy () const |
Returns a copy of the TShape with no sub-shapes. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Real | myTolerance |
Standard_Integer | myFlags |
BRep_ListOfCurveRepresentation | myCurves |
|
|
|
|
|
|
|
|
|
|
|
Implements TopoDS_TShape. |
|
Reimplemented from TopoDS_TEdge. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TopoDS_TShape. |
|
|