mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-30 13:05:50 +03:00
16 lines
380 B
Plaintext
Executable File
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;
|
|
}
|