Describes a base class of parameters for defferent types of machining design analysis.
More...
|
typedef cadex::internal::DFMMachiningImpl_BaseAnalyzerParameters | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
|
| DFMMachining_BaseAnalyzerParameters () |
| Constructor.
|
|
| ~DFMMachining_BaseAnalyzerParameters () |
| Destructor.
|
|
bool | IsNull () const |
| Returns true if the object is null.
|
|
| operator bool () const |
| Casts the object to the bool type.
|
|
template<typename T > |
bool | IsOfType () const |
|
ImplType * | Impl () const |
|
template<typename T > |
T * | Impl () const |
| Reserved for internal use.
|
|
|
| DFMMachining_BaseAnalyzerParameters (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
Describes a base class of parameters for defferent types of machining design analysis.
- See also
- DFMMachining_Analyzer
◆ DFMMachining_BaseAnalyzerParameters()
cadex::DFMMachining_BaseAnalyzerParameters::DFMMachining_BaseAnalyzerParameters |
( |
| ) |
|
|
inline |
Constructor.
Creates a null object (see IsNull()).
◆ operator bool()
cadex::DFMMachining_BaseAnalyzerParameters::operator bool |
( |
| ) |
const |
|
inline |
Casts the object to the bool type.
Returns IsNull().