#include <BOPTools_VSInterference.hxx>
Inheritance diagram for BOPTools_VSInterference:
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOPTools_VSInterference () |
Empty constructor . | |
Standard_EXPORT | BOPTools_VSInterference (const Standard_Integer anIndex1, const Standard_Integer anIndex2, const Standard_Real U, const Standard_Real V) |
Constructor anIndex1, anIndex2 see BOPTools_ShapeShapeInterference for details U, V - values of parameters on the surface . | |
Standard_EXPORT void | SetUV (const Standard_Real U, const Standard_Real V) |
Modifier . | |
Standard_EXPORT void | UV (Standard_Real &U, Standard_Real &V) const |
Selector . | |
Private Attributes | |
Standard_Real | myU |
Standard_Real | myV |
|
|
|
|
|
Reimplemented from BOPTools_ShapeShapeInterference. |
|
Reimplemented from BOPTools_ShapeShapeInterference. |
|
Reimplemented from BOPTools_ShapeShapeInterference. |
|
|
|
|
|
|
|
|