rnv
|
264eeb2edd
|
Merge multi-study removal branch.
|
2017-06-13 13:01:10 +03:00 |
|
vsr
|
7eda9ca931
|
Copyright update: 2016
|
2016-03-18 20:10:28 +03:00 |
|
akl
|
251f8c052d
|
Copyrights update 2015.
|
2015-02-13 12:38:36 +04:00 |
|
eap
|
146533380d
|
22834: [CEA 1347] Viscous layers: be able to choose the extrusion method
|
2015-02-10 14:14:01 +03:00 |
|
eap
|
ae32dcd34f
|
22483: EDF 2772 SMESH: Define several 3D viscous layer hypotheses on the same Geometry
|
2014-08-21 15:15:12 +04:00 |
|
akl
|
b0a908c0d2
|
Update copyrights 2014.
|
2014-02-20 16:25:37 +04:00 |
|
eap
|
4a87093dce
|
0022104: EDF 2550 SMESH: 2D viscous layer, allow specifying edges with viscous layer
+ void SetBndShapes(const std::vector<int>& shapeIds, bool toIgnore);
+ std::vector<int> GetBndShapes() const { return _shapeIds; }
+ bool IsToIgnoreShapes() const { return _isToIgnoreShapes; }
private:
- std::vector<int> _ignoreBndShapeIds;
+ std::vector<int> _shapeIds;
+ bool _isToIgnoreShapes;
|
2013-05-30 14:14:31 +00:00 |
|
vsr
|
bd8f1aee7c
|
Merge from V6_main 01/04/2013
|
2013-04-01 13:05:47 +00:00 |
|
vsr
|
1067ffa6e7
|
Merge from V6_main 13/12/2012
|
2012-12-13 11:41:29 +00:00 |
|
vsr
|
bd4e115a78
|
Merge from V6_main_20120808 08Aug12
|
2012-08-09 10:03:55 +00:00 |
|