|
SHAPER 9.16.0
|
Interface for Fillet feature. More...
#include <FeaturesAPI_Fillet.h>

Public Member Functions | |
| virtual | ~FeaturesAPI_Fillet () |
| Destructor. More... | |
| virtual std::shared_ptr< ModelAPI_AttributeDouble > | radius () const =0 |
| virtual void | setBase (const std::list< ModelHighAPI_Selection > &theBaseObjects)=0 |
| Modify base objects of the fillet. More... | |
| virtual void | setRadius (const ModelHighAPI_Double &theRadius)=0 |
| Modify fillet to have fixed radius. More... | |
| std::shared_ptr< ModelAPI_Feature > | feature () const |
| Return ModelAPI_Feature. More... | |
| std::shared_ptr< ModelHighAPI_Interface > | subFeature (const int theIndex) const |
| If feature is composite return intefrace for sub-feature by zero-based index, or empty pointer if feature not composite or does not have sub-feature with such index. More... | |
| const std::string & | getKind () const |
| Shortcut for feature()->getKind() More... | |
| void | execute (bool isForce=false) |
| Shortcut for feature()->execute() More... | |
| void | setName (const std::wstring &theName) |
| Shortcut for feature()->data()->setName() More... | |
| std::wstring | name () const |
| Shortcut for feature()->data()->name() More... | |
| virtual ModelHighAPI_Selection | result () const |
| Return firts object of the feature. More... | |
| virtual std::list< ModelHighAPI_Selection > | results () const |
| Return all objects of the feature. More... | |
| virtual std::shared_ptr< ModelAPI_Result > | defaultResult () const |
| Return default result. Default implementation feature()->lastResult() More... | |
| void | throwException (const std::string &theDescription) |
| Throw exception to event loop. More... | |
| const std::string & | attributeGetter (const std::string &theAttrName) |
| Return name of getter for specified attribute. More... | |
| virtual void | dump (ModelHighAPI_Dumper &) const |
| Dump wrapped feature. More... | |
| virtual ListOfShape | vertices (const bool theOnlyUnique=false) |
| Returns all the vertices produced by this feature. More... | |
| virtual ListOfShape | edges (const bool theOnlyUnique=false) |
| Returns all the edges produced by this feature. More... | |
| virtual ListOfShape | wires (const bool theOnlyUnique=false) |
| Returns all the wires produced by this feature. More... | |
| virtual ListOfShape | faces (const bool theOnlyUnique=false) |
| Returns all the faces produced by this feature. More... | |
| virtual ListOfShape | shells (const bool theOnlyUnique=false) |
| Returns all the shells produced by this feature. More... | |
| virtual ListOfShape | solids (const bool theOnlyUnique=false) |
| Returns all the solids produced by this feature. More... | |
Protected Member Functions | |
| FeaturesAPI_Fillet (const std::shared_ptr< ModelAPI_Feature > &theFeature) | |
Protected Attributes | |
| std::shared_ptr< ModelAPI_Feature > | myFeature |
| feature of this interface More... | |
| std::map< std::string, std::string > | myAttrGetter |
| names of attributes and their getters More... | |
Interface for Fillet feature.
|
inlinevirtual |
Destructor.
|
pure virtual |
Implemented in FeaturesAPI_Fillet1D, and FeaturesAPI_Fillet2D.
|
pure virtual |
Modify base objects of the fillet.
Implemented in FeaturesAPI_Fillet1D, and FeaturesAPI_Fillet2D.
|
pure virtual |
Modify fillet to have fixed radius.
Implemented in FeaturesAPI_Fillet1D, and FeaturesAPI_Fillet2D.
|
inherited |
Return ModelAPI_Feature.
|
inherited |
If feature is composite return intefrace for sub-feature by zero-based index, or empty pointer if feature not composite or does not have sub-feature with such index.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
virtualinherited |
Return firts object of the feature.
|
virtualinherited |
Return all objects of the feature.
|
virtualinherited |
Return default result. Default implementation feature()->lastResult()
|
inherited |
Throw exception to event loop.
|
inherited |
Return name of getter for specified attribute.
|
inlinevirtualinherited |
Dump wrapped feature.
Reimplemented in BuildAPI_Compound, BuildAPI_CompSolid, BuildAPI_Edge, BuildAPI_Face, BuildAPI_Filling, BuildAPI_Interpolation, BuildAPI_Polyline, BuildAPI_Shell, BuildAPI_Solid, BuildAPI_SubShapes, BuildAPI_Vertex, BuildAPI_Wire, CollectionAPI_Field, CollectionAPI_Group, CollectionAPI_GroupAddition, CollectionAPI_GroupIntersection, CollectionAPI_GroupShape, CollectionAPI_GroupSubstraction, ConstructionAPI_Axis, ConstructionAPI_Plane, ConstructionAPI_Point, ExchangeAPI_Export, ExchangeAPI_Import, ExchangeAPI_Import_Image, FeaturesAPI_BooleanCommon, FeaturesAPI_BooleanCut, FeaturesAPI_BooleanFill, FeaturesAPI_BooleanFuse, FeaturesAPI_BooleanSmash, FeaturesAPI_BoundingBox, FeaturesAPI_Chamfer, FeaturesAPI_Copy, FeaturesAPI_Defeaturing, FeaturesAPI_Extrusion, FeaturesAPI_ExtrusionBoolean, FeaturesAPI_Fillet1D, FeaturesAPI_Fillet2D, FeaturesAPI_FusionFaces, FeaturesAPI_GlueFaces, FeaturesAPI_ImportResult, FeaturesAPI_Intersection, FeaturesAPI_LimitTolerance, FeaturesAPI_Loft, FeaturesAPI_MultiRotation, FeaturesAPI_MultiTranslation, FeaturesAPI_NormalToFace, FeaturesAPI_Offset, FeaturesAPI_Partition, FeaturesAPI_Pipe, FeaturesAPI_Placement, FeaturesAPI_PointCloudOnFace, FeaturesAPI_Recover, FeaturesAPI_RemoveExtraEdges, FeaturesAPI_RemoveResults, FeaturesAPI_RemoveSubShapes, FeaturesAPI_Revolution, FeaturesAPI_RevolutionBoolean, FeaturesAPI_Rotation, FeaturesAPI_Scale, FeaturesAPI_Sewing, FeaturesAPI_SharedFaces, FeaturesAPI_Symmetry, FeaturesAPI_Thickness, FeaturesAPI_Translation, FeaturesAPI_Union, FiltersAPI_Feature, GDMLAPI_ConeSegment, GDMLAPI_Ellipsoid, ModelHighAPI_Folder, ParametersAPI_Parameter, PartSetAPI_Part, PrimitivesAPI_Box, PrimitivesAPI_Cone, PrimitivesAPI_Cylinder, PrimitivesAPI_Sphere, PrimitivesAPI_Torus, PrimitivesAPI_Tube, SketchAPI_Arc, SketchAPI_BSpline, SketchAPI_Circle, SketchAPI_Constraint, SketchAPI_ConstraintAngle, SketchAPI_Ellipse, SketchAPI_EllipticArc, SketchAPI_IntersectionPoint, SketchAPI_Line, SketchAPI_Mirror, SketchAPI_Offset, SketchAPI_Point, SketchAPI_Projection, SketchAPI_Rotation, SketchAPI_Sketch, SketchAPI_SketchEntity, and SketchAPI_Translation.
|
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.
|
protectedinherited |
feature of this interface
|
protectedinherited |
names of attributes and their getters