Defines parameters used by Molding_FeatureRecognizer. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| Molding_FeatureRecognizerParameters (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| Molding_FeatureRecognizerParameters () | |
| Sets default parameter values. | |
| double | MaxRibTaperAngle () |
| Returns maximum taper angle along length of rib in radians. | |
| void | SetMaxRibTaperAngle (double theTaperAngle) |
| Sets maximum taper angle along length of rib in radians. | |
| double | MaxRibDraftAngle () |
| Returns maximum draft angle along height of rib in radians. | |
| void | SetMaxRibDraftAngle (double theDraftAngle) |
| Sets maximum draft angle along height of rib in radians. | |
| double | MaxRibThickness () |
| Returns maximum thickness at top of rib in mm. | |
| void | SetMaxRibThickness (double theThickness) |
| Sets maximum thickness at top of rib in radians. | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Defines parameters used by Molding_FeatureRecognizer.
|
inline |
Sets default parameter values.
Constructor.
|
inline |
Returns maximum draft angle along height of rib in radians.
The default value is 0.1396 (8 deg).
|
inline |
Returns maximum taper angle along length of rib in radians.
The default value is 0.0872 (5 deg).
|
inline |
Returns maximum thickness at top of rib in mm.
The default value is 20.
|
inline |
Sets maximum draft angle along height of rib in radians.
The value must be more or equal than zero but les than Pi/4.
|
inline |
Sets maximum taper angle along length of rib in radians.
The value must be more or equal than zero but les than Pi/4.
|
inline |
Sets maximum thickness at top of rib in radians.
The value must be more or equal zero.