Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
IntPatch_LineConstructor Class Reference

The intersections algorithms compute the intersection on two surfaces and return the intersections lines as IntPatch_Line. More...

#include <IntPatch_LineConstructor.hxx>

Public Member Functions

 IntPatch_LineConstructor (const int mode)
 
void Perform (const NCollection_Sequence< occ::handle< IntPatch_Line > > &SL, const occ::handle< IntPatch_Line > &L, const occ::handle< Adaptor3d_Surface > &S1, const occ::handle< Adaptor3d_TopolTool > &D1, const occ::handle< Adaptor3d_Surface > &S2, const occ::handle< Adaptor3d_TopolTool > &D2, const double Tol)
 
int NbLines () const
 
occ::handle< IntPatch_LineLine (const int index) const
 

Detailed Description

The intersections algorithms compute the intersection on two surfaces and return the intersections lines as IntPatch_Line.

Constructor & Destructor Documentation

◆ IntPatch_LineConstructor()

IntPatch_LineConstructor::IntPatch_LineConstructor ( const int mode)

Member Function Documentation

◆ Line()

occ::handle< IntPatch_Line > IntPatch_LineConstructor::Line ( const int index) const

◆ NbLines()

int IntPatch_LineConstructor::NbLines ( ) const

◆ Perform()

void IntPatch_LineConstructor::Perform ( const NCollection_Sequence< occ::handle< IntPatch_Line > > & SL,
const occ::handle< IntPatch_Line > & L,
const occ::handle< Adaptor3d_Surface > & S1,
const occ::handle< Adaptor3d_TopolTool > & D1,
const occ::handle< Adaptor3d_Surface > & S2,
const occ::handle< Adaptor3d_TopolTool > & D2,
const double Tol )

The documentation for this class was generated from the following file: