Describes a base class for rib issues found during injection molding design analysis.
More...
|
|
typedef cadex::internal::DFMMoldingImpl_RibIssue | ImplType |
| |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
| |
|
typedef cadex::internal::DFMBaseImpl_Issue | ImplType |
| |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
| |
|
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
| |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
| |
|
| const Molding_Rib & | Rib () const |
| | Returns the problematic molding rib.
|
| |
| void | SetRib (const Molding_Rib &theRib) |
| | Sets the problematic molding rib.
|
| |
| | MTKBase_Feature () |
| | Constructor.
|
| |
| | ~MTKBase_Feature () |
| | Destructor.
|
| |
| void | Nullify () |
| | Resets reference to implementation object.
|
| |
| bool | IsNull () const |
| | Returns true if the object is nullified.
|
| |
| | 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 |
| |
Describes a base class for rib issues found during injection molding design analysis.
Contains problematic rib that can be received by Rib() method.
- See also
- DFMMolding_Analyzer
◆ DFMMolding_RibIssue()
| cadex::DFMMolding_RibIssue::DFMMolding_RibIssue |
( |
ImplPtrType | theImpl | ) |
|
|
explicitprotected |
Reserved for internal use.
◆ CompareType()
| bool cadex::DFMMolding_RibIssue::CompareType |
( |
const MTKBase_Feature & | theFeature | ) |
|
|
static |
Returns true if theFeature is a DFM molding rib issue.
◆ Rib()
| const Molding_Rib & cadex::DFMMolding_RibIssue::Rib |
( |
| ) |
const |
Returns the problematic molding rib.
- See also
- SetRib()
◆ SetRib()
| void cadex::DFMMolding_RibIssue::SetRib |
( |
const Molding_Rib & | theRib | ) |
|
Sets the problematic molding rib.
- See also
- Rib()