Mesh: Apply clang-format
This commit is contained in:
@@ -36,25 +36,25 @@ namespace Mesh
|
||||
* Operations so far: Intersections, Union, Difference
|
||||
* @author Berthold Grupp
|
||||
*/
|
||||
class SetOperations : public Mesh::Feature
|
||||
class SetOperations: public Mesh::Feature
|
||||
{
|
||||
PROPERTY_HEADER_WITH_OVERRIDE(Mesh::SetOperations);
|
||||
|
||||
public:
|
||||
SetOperations();
|
||||
|
||||
App::PropertyLink Source1;
|
||||
App::PropertyLink Source2;
|
||||
App::PropertyLink Source1;
|
||||
App::PropertyLink Source2;
|
||||
App::PropertyString OperationType;
|
||||
|
||||
/** @name methods override Feature */
|
||||
//@{
|
||||
/// recalculate the Feature
|
||||
App::DocumentObjectExecReturn *execute() override;
|
||||
App::DocumentObjectExecReturn* execute() override;
|
||||
short mustExecute() const override;
|
||||
//@}
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace Mesh
|
||||
|
||||
#endif // FEATURE_MESH_SEGMENT_H
|
||||
#endif // FEATURE_MESH_SEGMENT_H
|
||||
|
||||
Reference in New Issue
Block a user