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 |
| |
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| | Returns true if theFeature is a DFM molding rib issue.
|
| |
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| | Returnstrue if theFeature is a DFM issue.
|
| |
|
|
| DFMMolding_RibIssue (ImplPtrType theImpl) |
| | Reserved for internal use.
|
| |
|
| DFMBase_Issue (ImplPtrType theImpl) |
| | Reserved for internal use.
|
| |
|
| MTKBase_Feature (ImplPtrType theImpl) |
| | Reserved for internal use.
|
| |
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
◆ 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()