mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-18 07:57:31 +08:00
11 lines
281 B
Plaintext
Executable File
11 lines
281 B
Plaintext
Executable File
// =============================================================================
|
|
// function: Solid
|
|
// purpose:
|
|
// =============================================================================
|
|
inline const TopoDS_Solid& BOP_ShellFaceSet::Solid() const
|
|
{
|
|
return mySolid;
|
|
}
|
|
|
|
|