|
Open CASCADE Technology 6.5.2
|
The TVertex from BRep inherits from the TVertex
from TopoDS. It contains the geometric data.
The TVertex contains a 3d point and a tolerance.
#include <BRep_TVertex.hxx>

Public Member Functions | |
| BRep_TVertex () | |
| 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. | |
| const gp_Pnt & | Pnt () const |
| void | Pnt (const gp_Pnt &P) |
| const BRep_ListOfPointRepresentation & | Points () const |
| BRep_ListOfPointRepresentation & | ChangePoints () |
| Handle_TopoDS_TShape | EmptyCopy () const |
| Returns a copy of the TShape with no sub-shapes. | |
| BRep_TVertex::BRep_TVertex | ( | ) |
| BRep_ListOfPointRepresentation& BRep_TVertex::ChangePoints | ( | ) |
| Handle_TopoDS_TShape BRep_TVertex::EmptyCopy | ( | ) | const [virtual] |
Implements TopoDS_TShape.
| void BRep_TVertex::Pnt | ( | const gp_Pnt & | P | ) |
| const gp_Pnt& BRep_TVertex::Pnt | ( | ) | const |
| const BRep_ListOfPointRepresentation& BRep_TVertex::Points | ( | ) | const |
| void BRep_TVertex::Tolerance | ( | const Standard_Real | T | ) |
| Standard_Real BRep_TVertex::Tolerance | ( | ) | const |
| void BRep_TVertex::UpdateTolerance | ( | const Standard_Real | T | ) |
1.7.4