Describes a base class for bend issues found during sheet metal design analysis.
More...
|
typedef cadex::internal::DFMSheetMetalImpl_BendIssue | 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 sheet metal bend issue.
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returnstrue if theFeature is a dfm issue.
|
|
|
| DFMSheetMetal_BendIssue (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 bend issues found during sheet metal design analysis.
Contains problematic bend that can be received by Bend() method.
- See also
- DFMSheetMetal_Analyzer
- Examples
- MTKConverter/Program.cs, and MTKConverter/main.cxx.
◆ ActualSheetThickness()
double cadex::DFMSheetMetal_BendIssue::ActualSheetThickness |
( |
| ) |
const |
◆ Bend()
◆ SetActualSheetThickness()
void cadex::DFMSheetMetal_BendIssue::SetActualSheetThickness |
( |
double | theThickness | ) |
|
Sets the actual sheet thickness in mm . theThickness should be grater than zero.
- See also
- ActualSheetThickness()
◆ SetBend()
void cadex::DFMSheetMetal_BendIssue::SetBend |
( |
const SheetMetal_Bend & | theBend | ) |
|
Sets the problematic sheet metal bend.
- See also
- Bend()