20 #ifndef FeaturesPlugin_CommonSharedFaces_H_
21 #define FeaturesPlugin_CommonSharedFaces_H_
23 #include "FeaturesPlugin.h"
25 #include <ModelAPI_Attribute.h>
26 #include <ModelAPI_Feature.h>
27 #include <ModelAPI_ResultGroup.h>
38 FEATURESPLUGIN_EXPORT
virtual void execute(){};
56 void setFacesGroup(
const std::wstring& theName );
Feature to check the shared faces of solid.
Definition: FeaturesPlugin_CommonSharedFaces.h:35
virtual AttributePtr attributObject()=0
Return Attribute values of result.
virtual AttributePtr attributNumberFaces()=0
Return Attribute values of result.
virtual AttributePtr attributIsCompute()=0
Return Attribute values of IsCompute.
virtual void execute()
Performs the algorithm and stores results it in the data structure.
Definition: FeaturesPlugin_CommonSharedFaces.h:38
virtual AttributePtr attributListFaces()=0
Return Attribute values of result.
Feature function that represents the particular functionality of this operation.
Definition: ModelAPI_Feature.h:41