blob: 792f420153527144ed03eb270fccbab1869dd47a (
plain)
1
2
3
4
5
6
7
8
9
|
// File: Plate_PlaneConstraint.lxx
// Created: Mon May 25 09:11:17 1998
// Author: Andre LIEUTIER
// <alr@sgi63>
inline const Plate_LinearScalarConstraint& Plate_PlaneConstraint::LSC() const
{
return myLSC;
}
|