Files
OCCT/src/BOP/BOP_ShellFaceSet.lxx
2012-03-05 19:23:40 +04:00

11 lines
281 B
Plaintext
Executable File

// =============================================================================
// function: Solid
// purpose:
// =============================================================================
inline const TopoDS_Solid& BOP_ShellFaceSet::Solid() const
{
return mySolid;
}