Integration of OCCT 6.5.0 from SVN
[occt.git] / src / Plate / Plate_PinpointConstraint.lxx
CommitLineData
7fd59977 1// File: Plate_PinpointConstraint.lxx
2// Created: Mon May 25 09:04:50 1998
3// Author: Andre LIEUTIER
4// <alr@sgi63>
5inline const gp_XY& Plate_PinpointConstraint::Pnt2d() const
6{
7 return pnt2d;
8}
9
10
11inline const Standard_Integer& Plate_PinpointConstraint::Idu() const
12{
13 return idu;
14}
15
16
17inline const Standard_Integer& Plate_PinpointConstraint::Idv() const
18{
19 return idv;
20}
21
22
23inline const gp_XYZ& Plate_PinpointConstraint::Value() const
24{
25 return value;
26}