mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: support 'use' action for selections in vtkWrite, ensightWrite (#926)
- have 'use' as the action appears more intuitive as the first entry instead of 'add'. Was previously also added to vtkCloud.
This commit is contained in:
@ -82,7 +82,7 @@ public:
|
||||
enum setAction
|
||||
{
|
||||
ADD, //!< Add elements to the set
|
||||
SUBTRACT, //!< Remove elements from the set
|
||||
SUBTRACT, //!< Subtract elements from the set
|
||||
SUBSET, //!< Subset with elements in the set
|
||||
INVERT, //!< Invert the elements in the set
|
||||
CLEAR, //!< Clear the set, possibly creating it
|
||||
|
||||
Reference in New Issue
Block a user