blob: 1b6ad8ee3ffe6785f9515be285b5ed95a3a83349 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
// File: GeomFill_TgtField.cxx
// Created: Mon Dec 4 14:45:37 1995
// Author: Laurent BOURESCHE
// <lbo@phylox>
#include <GeomFill_TgtField.ixx>
//=======================================================================
//function : IsScalable
//purpose :
//=======================================================================
Standard_Boolean GeomFill_TgtField::IsScalable() const
{
return 0;
}
//=======================================================================
//function : Scale
//purpose :
//=======================================================================
void GeomFill_TgtField::Scale(const Handle(Law_BSpline)& )
{
}
|