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

Defines parameters of the SheetMetal_FeatureRecognizer. More...

Public Types

typedef cadex::internal::SheetMetalImpl_FeatureRecognizerParameters ImplType
 

Public Member Functions

 SheetMetal_FeatureRecognizerParameters ()
 Constructor.
 
bool IgnoreWidthOfCutsAcrossBend () const
 
void SetIgnoreWidthOfCutsAcrossBend (bool theIgnoreWidthOfCutsAcrossBend)
 
ImplType * Impl () const
 

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 ( )

Constructor.

Sets default parameter values.

Member Function Documentation

◆ IgnoreWidthOfCutsAcrossBend()

bool cadex::SheetMetal_FeatureRecognizerParameters::IgnoreWidthOfCutsAcrossBend ( ) const

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)

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

See also
IgnoreWidthOfCutsAcrossBend()