Integration of OCCT 6.5.0 from SVN
[occt.git] / src / Plate / Plate_D1.cxx
CommitLineData
7fd59977 1// File: Plate_D1.cxx
2// Created: Fri Oct 20 20:00:09 1995
3// Author: Andre LIEUTIER
4// <ds@sgi63>
5
6
7#include <Plate_D1.ixx>
8
9Plate_D1::Plate_D1(const gp_XYZ& du, const gp_XYZ& dv)
10:Du(du),Dv(dv)
11{
12}
13
14
15Plate_D1::Plate_D1(const Plate_D1& ref)
16:Du(ref.Du),Dv(ref.Dv)
17{
18}