blob: f67ffca68f5ef392fd89ba8235f8c299caf53a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// File: BRepSweep_Builder.lxx
// Created: Thu Feb 4 15:23:41 1993
// Author: Laurent BOURESCHE
// <lbo@phylox>
//=======================================================================
//function : Builder
//purpose :
//=======================================================================
inline const BRep_Builder& BRepSweep_Builder::Builder()const
{
return myBuilder;
}
|