|
SHAPER
9.15.0
|
Feature for creation of extrusion from the planar face. More...

Public Member Functions | |
| FeaturesPlugin_Extrusion () | |
| Use plugin manager for features creation. More... | |
| virtual const std::string & | getKind () |
| virtual void | initAttributes () |
| Request for initialization of data model of the feature: adding all attributes. More... | |
| virtual void | execute () |
| Performs the algorithm and stores results it in the data structure. More... | |
| virtual std::shared_ptr< ModelAPI_Feature > | addFeature (std::string theID) |
| Appends a feature to the sketch sub-elements container. More... | |
| virtual int | numberOfSubs (bool forTree=false) const |
| virtual std::shared_ptr< ModelAPI_Feature > | subFeature (const int theIndex, bool forTree=false) |
| virtual int | subFeatureId (const int theIndex) const |
| virtual bool | isSub (ObjectPtr theObject) const |
| virtual void | removeFeature (std::shared_ptr< ModelAPI_Feature > theFeature) |
| This method to inform that sub-feature is removed and must be removed from the internal data structures of the owner (the remove from the document will be done outside just after). More... | |
| virtual void | erase () |
| in addition removes all subs More... | |
| virtual std::shared_ptr< ModelAPI_Document > | document () const |
| Returns document this feature belongs to. More... | |
| std::shared_ptr< ModelAPI_AttributeDocRef > | document (const std::string &theID) |
| Returns the document reference attribute. More... | |
| virtual std::string | groupName () |
| Returns the group identifier of this result. More... | |
| virtual bool | compute (const std::string &) |
| Computes the attribute value on the base of other attributes if the value can be computed. More... | |
| virtual MODELAPI_EXPORT void | setError (const std::string &theError, bool isSend=true, bool isTranslate=true) |
| Registers error during the execution, causes the ExecutionFailed state. More... | |
| virtual std::string | error () const |
| Returns error, arose during the execution. More... | |
| MODELAPI_EXPORT const std::list< std::shared_ptr< ModelAPI_Result > > & | results () |
| returns the current results of the feature More... | |
| MODELAPI_EXPORT std::shared_ptr< ModelAPI_Result > | firstResult () const |
| returns the first result in the list or NULL reference More... | |
| MODELAPI_EXPORT std::shared_ptr< ModelAPI_Result > | lastResult () |
| returns the last result in the list or NULL reference More... | |
| MODELAPI_EXPORT void | setResult (const std::shared_ptr< ModelAPI_Result > &theResult) |
| sets the alone result More... | |
| MODELAPI_EXPORT void | setResult (const std::shared_ptr< ModelAPI_Result > &theResult, const int theIndex) |
| sets the result by index (zero based), results before this must be set before More... | |
| MODELAPI_EXPORT void | removeResults (const int theSinceIndex, const bool theForever=true, const bool theFlush=true) |
| removes all results starting from the given index (zero-based) More... | |
| MODELAPI_EXPORT void | eraseResults (const bool theForever=true) |
| removes all results from the feature More... | |
| MODELAPI_EXPORT void | eraseResultFromList (const std::shared_ptr< ModelAPI_Result > &theResult) |
| removes the result from the list of feature (not doing in disabled): normally this method is not used from features. More... | |
| virtual bool | isPersistentResult () |
| Returns true if result is persistent (stored in document) and on undo-redo, save-open it is not needed to recompute it. More... | |
| virtual bool | isAction () |
| Returns true if this feature must not be created: this is just an action that is not stored in the features history and data model (like "delete part"). More... | |
| virtual MODELAPI_EXPORT bool | isMacro () const |
| Returns true if this feature is used as macro: creates other features and then removed. More... | |
| virtual MODELAPI_EXPORT bool | isPreviewNeeded () const |
| Returns true if preview update during the edition needed. More... | |
| virtual MODELAPI_EXPORT const std::string & | documentToAdd () |
| Must return document where the new feature must be added to By default it is empty: it is added to the document this method is called to. More... | |
| virtual MODELAPI_EXPORT bool | setDisabled (const bool theFlag) |
| Enables/disables the feature. More... | |
| virtual MODELAPI_EXPORT bool | isDisabled () |
| Returns the feature is disabled or not. More... | |
| virtual MODELAPI_EXPORT bool | setStable (const bool theFlag) |
| Set the stable feature flag. More... | |
| virtual MODELAPI_EXPORT bool | isStable () |
| Returns the feature is stable or not. More... | |
| virtual MODELAPI_EXPORT bool | isEditable () |
| Returns the feature is editable or not. Most of features are editable. More... | |
| virtual MODELAPI_EXPORT bool | customAction (const std::string &theActionId) |
| Performs some custom feature specific functionality (normally called by some GUI button) More... | |
| virtual MODELAPI_EXPORT ListOfShape | vertices (const bool theOnlyUnique=false) |
| Returns all the vertices produced by this feature. More... | |
| virtual MODELAPI_EXPORT ListOfShape | edges (const bool theOnlyUnique=false) |
| Returns all the edges produced by this feature. More... | |
| virtual MODELAPI_EXPORT ListOfShape | wires (const bool theOnlyUnique=false) |
| Returns all the wires produced by this feature. More... | |
| virtual MODELAPI_EXPORT ListOfShape | faces (const bool theOnlyUnique=false) |
| Returns all the faces produced by this feature. More... | |
| virtual MODELAPI_EXPORT ListOfShape | shells (const bool theOnlyUnique=false) |
| Returns all the shells produced by this feature. More... | |
| virtual MODELAPI_EXPORT ListOfShape | solids (const bool theOnlyUnique=false) |
| Returns all the solids produced by this feature. More... | |
| std::wstring | name () |
| Returns the name stored in the attribute. More... | |
| std::shared_ptr< ModelAPI_AttributeBoolean > | boolean (const std::string &theID) |
| Returns the Boolean attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeDouble > | real (const std::string &theID) |
| Returns the real attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeInteger > | integer (const std::string &theID) |
| Returns the integer attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeIntArray > | intArray (const std::string &theID) |
| Returns the integer array attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeRefAttr > | refattr (const std::string &theID) |
| Returns the reference attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeRefAttrList > | refattrlist (const std::string &theID) |
| Returns the refattrlist attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeReference > | reference (const std::string &theID) |
| Returns the reference attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeRefList > | reflist (const std::string &theID) |
| Returns the list of references attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeSelection > | selection (const std::string &theID) |
| Returns the shape selection attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeSelectionList > | selectionList (const std::string &theID) |
| Returns the list of shape selections attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeString > | string (const std::string &theID) |
| Returns the string attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeStringArray > | stringArray (const std::string &theID) |
| Returns the string array attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_AttributeTables > | tables (const std::string &theID) |
| Returns the tables attribute by the identifier. More... | |
| std::shared_ptr< ModelAPI_Attribute > | attribute (const std::string &theID) |
| Returns the attribute by the identifier. More... | |
| virtual bool | isInHistory () |
| By default object is displayed in the object browser. More... | |
| virtual void | setInHistory (const std::shared_ptr< ModelAPI_Object > theObject, const bool theFlag) |
| Makes object presented or not in the history of the created objects. More... | |
| virtual std::shared_ptr< ModelAPI_Data > | data () const |
| Returns the data manager of this object: attributes. More... | |
| virtual bool | isSame (const std::shared_ptr< ModelAPI_Object > &theObject) |
| Returns true if object refers to the same data model instance. More... | |
| virtual void | colorConfigInfo (std::string &, std::string &, std::string &) |
| Returns the parameters of color definition in the resources config manager. More... | |
| virtual void | attributeChanged (const std::string &theID) |
| Called on change of any argument-attribute of this object. More... | |
| virtual bool | isDisplayed () |
| Returns true if object must be displayed in the viewer: flag is stored in the data model, so on undo/redo, open/save or recreation of object by history-playing it keeps the original state in the current transaction. More... | |
| virtual void | setDisplayed (const bool theDisplay) |
| Sets the displayed/hidden state of the object. More... | |
| virtual bool | hasTexture () |
| virtual void | emptyFunction () const |
| Empty function which is added for virtualiation of the interface. More... | |
Static Public Member Functions | |
| static const std::string & | ID () |
| Feature kind. More... | |
| static const std::string & | CREATION_METHOD () |
| Attribute name for creation method. More... | |
| static const std::string & | CREATION_METHOD_BY_SIZES () |
| Attribute name for creation method. More... | |
| static const std::string & | CREATION_METHOD_BY_PLANES () |
| Attribute name for creation method. More... | |
| static const std::string & | CREATION_METHOD_THROUGH_ALL () |
| Attribute name for creation method. More... | |
| static const std::string & | DIRECTION_OBJECT_ID () |
| Attribute name of an object to which the extrusion grows. More... | |
| static const std::string & | TO_SIZE_ID () |
| Attribute name of extrusion to size. More... | |
| static const std::string & | FROM_SIZE_ID () |
| Attribute name of extrusion from size. More... | |
| static const std::string & | TO_OBJECT_ID () |
| Attribute name of an object to which the extrusion grows. More... | |
| static const std::string & | TO_OFFSET_ID () |
| Attribute name of extrusion offset. More... | |
| static const std::string & | FROM_OBJECT_ID () |
| Attribute name of an object from which the extrusion grows. More... | |
| static const std::string & | FROM_OFFSET_ID () |
| Attribute name of extrusion offset. More... | |
| static const std::string & | SKETCH_ID () |
| Attribute name of sketch feature. More... | |
| static const std::string & | BASE_OBJECTS_ID () |
| Attribute name of base objects. More... | |
| static std::string | group () |
| Returns the group identifier of all features. More... | |
| static MODELAPI_EXPORT std::shared_ptr< ModelAPI_Feature > | feature (ObjectPtr theObject) |
| Returns the feature by the object (result). More... | |
Protected Types | |
| enum | InitFlags { InitSketchLauncher = 1 << 0 , InitBaseObjectsList = 1 << 1 } |
Protected Member Functions | |
| bool | makeExtrusions (ListOfShape &theBaseShapes, ListOfShape &theBoundaryShapes, ListOfMakeShape &theMakeShapes) |
| Generates extrusions. More... | |
| void | storeResultWithBoundaries (const GeomShapePtr theBaseShape, const ListOfShape &theBoundaryShapes, const std::shared_ptr< GeomAlgoAPI_MakeShape > theMakeShape, const int theIndex=0) |
| Stores result of generation. More... | |
| void | getDirection (std::shared_ptr< GeomAPI_Dir > &theDir) |
| Retrieve direction argument. More... | |
| virtual void | getSizes (double &theToSize, double &theFromSize) |
| Retrieve or calculate prism sizes. More... | |
| void | initCompositeSketchAttribtues (const int theInitFlags) |
| Initializes composite sketch attributes. More... | |
| void | getBaseShapes (ListOfShape &theBaseShapesList, const bool theIsMakeShells=true) |
| Returns list of base shapes. More... | |
| void | storeResult (const GeomShapePtr theBaseShape, const std::shared_ptr< GeomAlgoAPI_MakeShape > theMakeShape, const int theIndex=0) |
| Stores result of generation. More... | |
| void | storeGenerationHistory (ResultBodyPtr theResultBody, const GeomShapePtr theBaseShape, const std::shared_ptr< GeomAlgoAPI_MakeShape > theMakeShape) |
| Stores generation history. More... | |
| void | storeShapes (const std::shared_ptr< GeomAlgoAPI_MakeShape > theMakeShape, ResultBodyPtr theResultBody, const GeomAPI_Shape::ShapeType theBaseShapeType, const ListOfShape &theShapes, const std::string theName) |
| Used to store from and to shapes: generated, or in common modified tag. More... | |
| virtual MODELAPI_EXPORT void | init () |
| This method is called just after creation of the object: it must initialize all fields, normally initialized in the constructor. More... | |
| virtual void | setData (std::shared_ptr< ModelAPI_Data > theData) |
| Sets the data manager of an object (document does) More... | |
| virtual void | setDoc (std::shared_ptr< ModelAPI_Document > theDoc) |
| Sets the data manager of an object (document does) More... | |
Feature for creation of extrusion from the planar face.
Extrusion creates the lateral faces based on edges of the base face and the top and bottom faces equal to the base face or this faces can be projection on the bounding planes if they were set. Direction of extrusion is taken from the face plane or if the bounding faces were set then it will be from the bottom to the top plane.
| FeaturesPlugin_Extrusion::FeaturesPlugin_Extrusion | ( | ) |
Use plugin manager for features creation.
|
inlinestatic |
Feature kind.
|
inlinestatic |
Attribute name for creation method.
|
inlinestatic |
Attribute name for creation method.
|
inlinestatic |
Attribute name for creation method.
|
inlinestatic |
Attribute name for creation method.
|
inlinestatic |
Attribute name of an object to which the extrusion grows.
|
inlinestatic |
Attribute name of extrusion to size.
|
inlinestatic |
Attribute name of extrusion from size.
|
inlinestatic |
Attribute name of an object to which the extrusion grows.
|
inlinestatic |
Attribute name of extrusion offset.
|
inlinestatic |
Attribute name of an object from which the extrusion grows.
|
inlinestatic |
Attribute name of extrusion offset.
|
inlinevirtual |
Implements ModelAPI_Feature.
Reimplemented in FeaturesPlugin_ExtrusionFuse, and FeaturesPlugin_ExtrusionCut.
|
virtual |
Request for initialization of data model of the feature: adding all attributes.
Implements ModelAPI_Object.
Reimplemented in FeaturesPlugin_ExtrusionBoolean.
|
virtual |
Performs the algorithm and stores results it in the data structure.
Implements ModelAPI_Feature.
Reimplemented in FeaturesPlugin_ExtrusionFuse, and FeaturesPlugin_ExtrusionCut.
|
protected |
Generates extrusions.
| [out] | theBaseShapes | list of base shapes. |
| [out] | theBoundaryShapes | list of faces limiting the extrusion |
| [out] | theMakeShapes | list of according algos. |
|
protected |
Stores result of generation.
|
protected |
Retrieve direction argument.
|
protectedvirtual |
Retrieve or calculate prism sizes.
Reimplemented in FeaturesPlugin_ExtrusionBoolean.
|
inlinestaticinherited |
Attribute name of sketch feature.
|
inlinestaticinherited |
Attribute name of base objects.
|
virtualinherited |
Appends a feature to the sketch sub-elements container.
Implements ModelAPI_CompositeFeature.
|
virtualinherited |
Implements ModelAPI_CompositeFeature.
|
virtualinherited |
Implements ModelAPI_CompositeFeature.
|
virtualinherited |
Implements ModelAPI_CompositeFeature.
|
virtualinherited |
Implements ModelAPI_CompositeFeature.
|
virtualinherited |
This method to inform that sub-feature is removed and must be removed from the internal data structures of the owner (the remove from the document will be done outside just after).
Implements ModelAPI_CompositeFeature.
|
protectedinherited |
Initializes composite sketch attributes.
|
protectedinherited |
Returns list of base shapes.
| [out] | theBaseShapesList | list of base shapes (warning: list not cleared). |
| [in] | theIsMakeShells | if true make shells from faces with shared edges. |
|
protectedinherited |
Stores result of generation.
|
protectedinherited |
Stores generation history.
|
protectedinherited |
Used to store from and to shapes: generated, or in common modified tag.
|
virtualinherited |
in addition removes all subs
Reimplemented from ModelAPI_Feature.
Reimplemented in PartSetPlugin_Part.
|
inlinestaticinherited |
Returns the group identifier of all features.
|
inlinevirtualinherited |
Returns document this feature belongs to.
Reimplemented from ModelAPI_Object.
|
inlineinherited |
Returns the document reference attribute.
|
inlinevirtualinherited |
Returns the group identifier of this result.
Implements ModelAPI_Object.
|
inlinevirtualinherited |
Computes the attribute value on the base of other attributes if the value can be computed.
| theAttributeId | an attribute index to be computed |
Reimplemented in SketchPlugin_ConstraintRadius, SketchPlugin_ConstraintLength, and SketchPlugin_ConstraintAngle.
|
virtualinherited |
Registers error during the execution, causes the ExecutionFailed state.
|
inlinevirtualinherited |
Returns error, arose during the execution.
|
inherited |
returns the current results of the feature
|
inherited |
returns the first result in the list or NULL reference
|
inherited |
returns the last result in the list or NULL reference
|
inherited |
sets the alone result
|
inherited |
sets the result by index (zero based), results before this must be set before
|
inherited |
removes all results starting from the given index (zero-based)
| theSinceIndex | - index of the deleted result and all after also will be deleted |
| theForever | - removes results for long period (not just because of feature disabling) |
| theFlush | - if it is false, REDISPLAY message is not flushed |
|
inherited |
removes all results from the feature
|
inherited |
removes the result from the list of feature (not doing in disabled): normally this method is not used from features.
only internally
|
inlinevirtualinherited |
Returns true if result is persistent (stored in document) and on undo-redo, save-open it is not needed to recompute it.
Reimplemented in ParametersPlugin_ParametersMgr, CollectionPlugin_GroupOperation, CollectionPlugin_Group, and CollectionPlugin_Field.
|
inlinevirtualinherited |
Returns true if this feature must not be created: this is just an action that is not stored in the features history and data model (like "delete part").
Reimplemented in PartSetPlugin_Remove, and PartSetPlugin_Duplicate.
|
virtualinherited |
Returns true if this feature is used as macro: creates other features and then removed.
Reimplemented in SketchPlugin_Trim, SketchPlugin_Split, SketchPlugin_SketchDrawer, SketchPlugin_SketchCopy, SketchPlugin_Projection, SketchPlugin_MacroEllipticArc, SketchPlugin_MacroEllipse, SketchPlugin_MacroCircle, SketchPlugin_MacroBSpline, SketchPlugin_MacroArc, SketchPlugin_Fillet, SketchPlugin_CurveFitting, ParametersPlugin_ParametersMgr, FeaturesPlugin_SharedFaces, FeaturesPlugin_PointCoordinates, FeaturesPlugin_Measurement, FeaturesPlugin_InspectNormalToFace, FeaturesPlugin_InspectBoundingBox, FeaturesPlugin_GeometryCalculation, ExchangePlugin_ImportPart, ExchangePlugin_ImportBase, ExchangePlugin_ExportPart, ExchangePlugin_ExportFeature, and ExchangePlugin_Dump.
|
virtualinherited |
Returns true if preview update during the edition needed.
Otherwise the update-mechanism calls the execute function only on "apply" of the operation
Reimplemented in SketchPlugin_Trim, SketchPlugin_Split, SketchPlugin_SketchDrawer, SketchPlugin_SketchCopy, SketchPlugin_Offset, SketchPlugin_MacroEllipticArc, SketchPlugin_MacroEllipse, SketchPlugin_MacroCircle, SketchPlugin_MacroBSpline, SketchPlugin_MacroArc, SketchPlugin_Fillet, SketchPlugin_CurveFitting, ParametersPlugin_ParametersMgr, ParametersPlugin_Parameter, ExchangePlugin_ImportPart, ExchangePlugin_ImportFeatureBase, ExchangePlugin_ImportBase, ExchangePlugin_ExportPart, ExchangePlugin_ExportFeature, and ExchangePlugin_Dump.
|
virtualinherited |
Must return document where the new feature must be added to By default it is empty: it is added to the document this method is called to.
Reimplemented in PartSetPlugin_Part.
|
virtualinherited |
Enables/disables the feature.
The disabled feature has no results and does not participate in any calculation.
|
virtualinherited |
Returns the feature is disabled or not.
Implements ModelAPI_Object.
|
staticinherited |
Returns the feature by the object (result).
|
virtualinherited |
Set the stable feature flag.
If feature is currently editing then it is not stable.
|
virtualinherited |
Returns the feature is stable or not.
|
virtualinherited |
Returns the feature is editable or not. Most of features are editable.
Reimplemented in ExchangePlugin_ImportFeature.
|
virtualinherited |
Performs some custom feature specific functionality (normally called by some GUI button)
| theActionId | an action key |
Reimplemented in SketchPlugin_Sketch, SketchPlugin_Offset, SketchPlugin_CurveFitting, SketchPlugin_BSplineBase, CollectionPlugin_Group, and BuildPlugin_Wire.
|
virtualinherited |
Returns all the vertices produced by this feature.
|
virtualinherited |
Returns all the edges produced by this feature.
|
virtualinherited |
Returns all the wires produced by this feature.
|
virtualinherited |
Returns all the faces produced by this feature.
|
virtualinherited |
Returns all the shells produced by this feature.
|
virtualinherited |
Returns all the solids produced by this feature.
|
inlineinherited |
Returns the name stored in the attribute.
|
inlineinherited |
Returns the Boolean attribute by the identifier.
|
inlineinherited |
Returns the real attribute by the identifier.
|
inlineinherited |
Returns the integer attribute by the identifier.
|
inlineinherited |
Returns the integer array attribute by the identifier.
|
inlineinherited |
Returns the reference attribute by the identifier.
|
inlineinherited |
Returns the refattrlist attribute by the identifier.
|
inlineinherited |
Returns the reference attribute by the identifier.
|
inlineinherited |
Returns the list of references attribute by the identifier.
|
inlineinherited |
Returns the shape selection attribute by the identifier.
|
inlineinherited |
Returns the list of shape selections attribute by the identifier.
|
inlineinherited |
Returns the string attribute by the identifier.
|
inlineinherited |
Returns the string array attribute by the identifier.
|
inlineinherited |
Returns the tables attribute by the identifier.
|
inlineinherited |
Returns the attribute by the identifier.
|
protectedvirtualinherited |
This method is called just after creation of the object: it must initialize all fields, normally initialized in the constructor.
Implements ModelAPI_Object.
|
virtualinherited |
By default object is displayed in the object browser.
Reimplemented in SketchPlugin_Sketch, SketchPlugin_Feature, ParametersPlugin_ParametersMgr, ParametersPlugin_Parameter, Model_ResultConstruction, FiltersPlugin_Selection, FeaturesPlugin_RemoveResults, ExchangePlugin_ExportPart, and ExchangePlugin_ExportFeature.
|
virtualinherited |
Makes object presented or not in the history of the created objects.
| theObject | is shared pointer to "this" |
| theFlag | is boolean value: to add or remove from the history |
|
virtualinherited |
Returns the data manager of this object: attributes.
|
virtualinherited |
Returns true if object refers to the same data model instance.
|
inlinevirtualinherited |
Returns the parameters of color definition in the resources config manager.
Reimplemented in SketchPlugin_ConstraintRadius, SketchPlugin_ConstraintLength, SketchPlugin_ConstraintDistance, SketchPlugin_ConstraintAngle, Model_ResultPart, Model_ResultGroup, Model_ResultField, Model_ResultConstruction, and Model_ResultBody.
|
virtualinherited |
Called on change of any argument-attribute of this object.
| theID | identifier of changed attribute |
Reimplemented in ExchangePlugin_ImportBase, ExchangePlugin_Import_Image, ExchangePlugin_Import, SketchPlugin_Sketch, SketchPlugin_Projection, SketchPlugin_Point, SketchPlugin_Offset, SketchPlugin_MultiTranslation, SketchPlugin_MultiRotation, SketchPlugin_MacroEllipticArc, SketchPlugin_MacroEllipse, SketchPlugin_MacroCircle, SketchPlugin_MacroArc, SketchPlugin_Line, SketchPlugin_IntersectionPoint, SketchPlugin_EllipticArc, SketchPlugin_Ellipse, SketchPlugin_ConstraintRadius, SketchPlugin_ConstraintMirror, SketchPlugin_ConstraintMiddle, SketchPlugin_ConstraintLength, SketchPlugin_ConstraintDistanceAlongDir, SketchPlugin_ConstraintDistance, SketchPlugin_ConstraintAngle, SketchPlugin_Circle, SketchPlugin_BSplineBase, SketchPlugin_BSpline, SketchPlugin_Arc, ParametersPlugin_Parameter, ModelAPI_Result, FeaturesPlugin_Thickness, FeaturesPlugin_SharedFaces, FeaturesPlugin_RemoveSubShapes, FeaturesPlugin_Recover, FeaturesPlugin_PointCoordinates, FeaturesPlugin_PointCloudOnFace, FeaturesPlugin_NormalToFace, FeaturesPlugin_Measurement, FeaturesPlugin_InspectNormalToFace, FeaturesPlugin_InspectBoundingBox, FeaturesPlugin_GroupSharedFaces, FeaturesPlugin_GeometryCalculation, FeaturesPlugin_Fillet1D, FeaturesPlugin_BoundingBox, ExchangePlugin_ImportPart, ExchangePlugin_ExportFeature, BuildPlugin_SubShapes, BuildPlugin_Interpolation, and BuildPlugin_Filling.
|
virtualinherited |
Returns true if object must be displayed in the viewer: flag is stored in the data model, so on undo/redo, open/save or recreation of object by history-playing it keeps the original state in the current transaction.
Reimplemented in ModelAPI_ResultField::ModelAPI_FieldStep.
|
virtualinherited |
Sets the displayed/hidden state of the object.
If it is changed, sends the "redisplay" signal.
Reimplemented in ModelAPI_ResultField, ModelAPI_ResultField::ModelAPI_FieldStep, and ModelAPI_ResultBody.
|
protectedvirtualinherited |
Sets the data manager of an object (document does)
|
protectedvirtualinherited |
Sets the data manager of an object (document does)
|
inlinevirtualinherited |
Empty function which is added for virtualiation of the interface.