summaryrefslogtreecommitdiff
path: root/src/PGeom/PGeom_Axis1Placement.cxx
blob: b45fed82b800db35c7d4f96125733a184d128e64 (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
// File:	PGeom_Axis1Placement.cxx
// Created:	Wed Mar  3 12:18:43 1993
// Author:	Philippe DAUTRY
//		<fid@phylox>
// Copyright:	Matra Datavision 1993


#include <PGeom_Axis1Placement.ixx>

//=======================================================================
//function : PGeom_Axis1Placement
//purpose  : 
//=======================================================================

PGeom_Axis1Placement::PGeom_Axis1Placement()
{}


//=======================================================================
//function : PGeom_Axis1Placement
//purpose  : 
//=======================================================================

PGeom_Axis1Placement::PGeom_Axis1Placement(const gp_Ax1& aAxis) :
       PGeom_AxisPlacement(aAxis)
{}