Hide menu
Loading...
Searching...
No Matches
cadex.SheetMetal_FeatureRecognizerParameters Class Reference

Defines parameters of the SheetMetal_FeatureRecognizer. More...

Inherits global.SystemIDisposable.

Public Member Functions

 SheetMetal_FeatureRecognizerParameters (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
 SheetMetal_FeatureRecognizerParameters ()
 Constructor.
 
bool IgnoreWidthOfCutsAcrossBend ()
 
void SetIgnoreWidthOfCutsAcrossBend (bool theIgnoreWidthOfCutsAcrossBend)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

Defines parameters of the SheetMetal_FeatureRecognizer.

Parameters can be set using SheetMetal_FeatureRecognizer.SetParameters().

Constructor & Destructor Documentation

◆ SheetMetal_FeatureRecognizerParameters()

cadex.SheetMetal_FeatureRecognizerParameters.SheetMetal_FeatureRecognizerParameters ( )
inline

Constructor.

Sets default parameter values.

Member Function Documentation

◆ IgnoreWidthOfCutsAcrossBend()

bool cadex.SheetMetal_FeatureRecognizerParameters.IgnoreWidthOfCutsAcrossBend ( )
inline

Returns a flag describing whether the width of cuts across the bend is ignored in the resulting bend width.

The default value is false.

See also
SetIgnoreWidthOfCutsAcrossBend()

◆ SetIgnoreWidthOfCutsAcrossBend()

void cadex.SheetMetal_FeatureRecognizerParameters.SetIgnoreWidthOfCutsAcrossBend ( bool theIgnoreWidthOfCutsAcrossBend)
inline

Specifies whether the width of cuts across the bend is ignored in the resulting bend width.

See also
IgnoreWidthOfCutsAcrossBend()