|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | HLRBRep_Intersector () |
| Standard_EXPORT void | Perform (const Standard_Address A1, const Standard_Real da1, const Standard_Real db1) |
| | Performs the auto intersection of an edge. The
edge domain is cutted at start with da1*(b-a) and
at end with db1*(b-a).
.
|
| Standard_EXPORT void | Perform (const Standard_Integer nA, const Standard_Address A1, const Standard_Real da1, const Standard_Real db1, const Standard_Integer nB, const Standard_Address A2, const Standard_Real da2, const Standard_Real db2, const Standard_Boolean NoBound) |
| | Performs the intersection between the two edges.
The edges domains are cutted at start with
da*(b-a) and at end with db*(b-a).
.
|
| Standard_EXPORT void | SimulateOnePoint (const Standard_Address A1, const Standard_Real U, const Standard_Address A2, const Standard_Real V) |
| | Create a single IntersectionPoint (U on A1) (V on A2)
The point is middle on both curves.
.
|
| Standard_EXPORT void | Load (Standard_Address &A) |
| Standard_EXPORT void | Perform (const gp_Lin &L, const Standard_Real P) |
| Standard_EXPORT Standard_Boolean | IsDone () const |
| Standard_EXPORT Standard_Integer | NbPoints () const |
| Standard_EXPORT const IntRes2d_IntersectionPoint & | Point (const Standard_Integer N) const |
| Standard_EXPORT const IntCurveSurface_IntersectionPoint & | CSPoint (const Standard_Integer N) const |
| Standard_EXPORT Standard_Integer | NbSegments () const |
| Standard_EXPORT const IntRes2d_IntersectionSegment & | Segment (const Standard_Integer N) const |
| Standard_EXPORT const IntCurveSurface_IntersectionSegment & | CSSegment (const Standard_Integer N) const |
| Standard_EXPORT void | Destroy () |
| | ~HLRBRep_Intersector () |
Private Attributes |
| IntRes2d_IntersectionPoint | mySinglePoint |
| Standard_Integer | myTypePerform |
| HLRBRep_CInter | myIntersector |
| HLRBRep_InterCSurf | myCSIntersector |
| Standard_Address | mySurface |
| Standard_Address | myPolyhedron |