1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-30 13:05:50 +03:00
occt/src/BRepPrim/BRepPrim_Builder.lxx
2012-03-05 19:23:40 +04:00

16 lines
380 B
Plaintext
Executable File

// File: BRepPrim_Builder.lxx
// Created: Fri Nov 6 10:29:44 1992
// Author: Remi LEQUETTE
// <rle@phylox>
//=======================================================================
//function : Builder
//purpose :
//=======================================================================
inline const BRep_Builder& BRepPrim_Builder::Builder() const
{
return myBuilder;
}