summaryrefslogtreecommitdiff
path: root/inc/Plate_PinpointConstraint.lxx
blob: df49dc2c5f410e548e3fcb6ab1953c8c07de3293 (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:	Plate_PinpointConstraint.lxx
// Created:	Mon May 25 09:04:50 1998
// Author:	Andre LIEUTIER
//		<alr@sgi63>
inline  const gp_XY& Plate_PinpointConstraint::Pnt2d() const
{
  return pnt2d;
}

 
inline  const Standard_Integer& Plate_PinpointConstraint::Idu() const
{
  return idu;
}

 
inline  const Standard_Integer& Plate_PinpointConstraint::Idv() const
{
  return idv;
}

 
inline  const gp_XYZ& Plate_PinpointConstraint::Value() const
{
  return value;
}