Describes a sheet metal compound bend feature. More...
Public Member Functions | |
| SheetMetal_CompoundBend () | |
| Constructor. | |
| SheetMetal_CompoundBend (const MTKBase_FeatureList &theFeatureList) | |
| Constructor. | |
Public Member Functions inherited from cadex::MTKBase_CompositeFeature | |
| MTKBase_CompositeFeature () | |
| Constructor. | |
| MTKBase_CompositeFeature (const MTKBase_FeatureList &theFeatureList) | |
| Constructor. | |
| void | AddFeature (const MTKBase_Feature &theFeature) |
| Adds feature reference to feature references list. | |
| void | AddFeatures (const MTKBase_FeatureList &theFeatureList) |
| Adds feature references to feature references list. | |
| const MTKBase_FeatureList & | FeatureList () const |
| Returns the feature references list. | |
Public Member Functions inherited from cadex::MTKBase_Feature | |
| MTKBase_Feature () | |
| Constructor. | |
| ~MTKBase_Feature () | |
| Destructor. | |
| void | Nullify () |
| bool | IsNull () const |
| operator bool () const | |
| Casts the object to the bool type. | |
| template<typename T > | |
| bool | IsOfType () const |
| ImplType * | Impl () const |
| template<typename T > | |
| T * | Impl () const |
| Reserved for internal use. | |
| bool | operator== (const MTKBase_Feature &theObject) const |
| bool | operator!= (const MTKBase_Feature &theObject) const |
Static Public Member Functions | |
| static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returns true if theFeature is an compound bend. | |
Static Public Member Functions inherited from cadex::MTKBase_CompositeFeature | |
| static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returns true if theFeature is a composite feature. | |
Additional Inherited Members | |
Public Types inherited from cadex::MTKBase_CompositeFeature | |
| typedef cadex::internal::MTKBaseImpl_CompositeFeature | ImplType |
| typedef std::shared_ptr< ImplType > | ImplPtrType |
Public Types inherited from cadex::MTKBase_Feature | |
| typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
| typedef std::shared_ptr< ImplType > | ImplPtrType |
Protected Member Functions inherited from cadex::MTKBase_CompositeFeature | |
| MTKBase_CompositeFeature (ImplPtrType theImpl) | |
| Reserved for internal use. | |
Protected Member Functions inherited from cadex::MTKBase_Feature | |
| MTKBase_Feature (ImplPtrType theImpl) | |
| Reserved for internal use. | |
Protected Attributes inherited from cadex::MTKBase_Feature | |
| ImplPtrType | myImpl |
Describes a sheet metal compound bend feature.
Compound bend is a bend, which consist from several bends. Bends can be any inherited from the SheetMetal_Bend class (including SheetMetal_Bend class itself), and can be retrieved by FeatureList() method.
| cadex::SheetMetal_CompoundBend::SheetMetal_CompoundBend | ( | const MTKBase_FeatureList & | theFeatureList | ) |
Constructor.
Creates a compound bend from a MTKBase_FeatureList.