mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
31
src/BRepFill/BRepFill_Section.lxx
Executable file
31
src/BRepFill/BRepFill_Section.lxx
Executable file
@@ -0,0 +1,31 @@
|
||||
// File: BRepFill_Section.lxx
|
||||
// Created: Wed Jul 22 10:51:47 1998
|
||||
// Author: Philippe MANGIN
|
||||
// <pmn@sgi29>
|
||||
|
||||
|
||||
inline const TopoDS_Wire& BRepFill_Section::Wire() const
|
||||
{
|
||||
return wire;
|
||||
}
|
||||
|
||||
inline const TopoDS_Vertex& BRepFill_Section::Vertex() const
|
||||
{
|
||||
return vertex;
|
||||
}
|
||||
|
||||
inline Standard_Boolean BRepFill_Section::IsLaw() const
|
||||
{
|
||||
return islaw;
|
||||
}
|
||||
|
||||
inline Standard_Boolean BRepFill_Section::WithContact() const
|
||||
{
|
||||
return contact;
|
||||
}
|
||||
|
||||
inline Standard_Boolean BRepFill_Section::WithCorrection() const
|
||||
{
|
||||
return correction;
|
||||
}
|
||||
|
Reference in New Issue
Block a user