summaryrefslogtreecommitdiff
path: root/src/DsgPrs/DsgPrs_DatumTool.cxx
blob: 74a1086b200e451182e9d6af77e3e8f0f9c42074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// File:	DsgPrs_DatumTool.cxx
// Created:	Mon Oct 10 16:16:29 1994
// Author:	Arnaud BOUZY
//		<adn>


#include <DsgPrs_DatumTool.ixx>

gp_Ax2 DsgPrs_DatumTool::Ax2(const gp_Ax2& ax)
{
  return ax;
}