mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-06 12:48:52 +08:00
26 lines
646 B
Plaintext
Executable File
26 lines
646 B
Plaintext
Executable File
//-- File: IntPatch_HInterTool.lxx
|
|
//-- Created: Fri Jul 2 13:19:22 1995
|
|
//-- Author: Laurent BUCHARD
|
|
//---Copyright: OPEN CASCADE 1995
|
|
|
|
|
|
inline Standard_Boolean IntPatch_HInterTool::SingularOnUMin (const Handle(Adaptor3d_HSurface)& )
|
|
{
|
|
return Standard_False;
|
|
}
|
|
|
|
inline Standard_Boolean IntPatch_HInterTool::SingularOnUMax (const Handle(Adaptor3d_HSurface)& )
|
|
{
|
|
return Standard_False;
|
|
}
|
|
|
|
inline Standard_Boolean IntPatch_HInterTool::SingularOnVMin (const Handle(Adaptor3d_HSurface)& )
|
|
{
|
|
return Standard_False;
|
|
}
|
|
|
|
inline Standard_Boolean IntPatch_HInterTool::SingularOnVMax (const Handle(Adaptor3d_HSurface)& )
|
|
{
|
|
return Standard_False;
|
|
}
|