// File: Plate_LinearScalarConstraint.lxx // Created: Mon May 25 09:15:41 1998 // Author: Andre LIEUTIER // #include #include inline const Plate_Array1OfPinpointConstraint& Plate_LinearScalarConstraint::GetPPC() const { return myPPC->Array1(); } inline const TColgp_Array2OfXYZ& Plate_LinearScalarConstraint::Coeff() const { return myCoef->Array2(); }