Describes a base class of MTK based features.
More...
|
|
virtual void | Dispose (bool disposing) |
| |
Describes a base class of MTK based features.
This is a base class which contains data implementation of MTK based features. Any copy of the object is shallow copy: pointer to implementation will be copied. Therefore any modification of the copied object will propagate to original object.
- Examples
- MTKConverter/Program.cs, helpers/feature_group.cs, helpers/feature_group.hxx, machining/dfm_analyzer/Program.cs, machining/dfm_analyzer/main.cxx, machining/feature_recognizer/Program.cs, machining/feature_recognizer/main.cxx, molding/dfm_analyzer/Program.cs, molding/dfm_analyzer/main.cxx, molding/feature_recognizer/Program.cs, molding/feature_recognizer/main.cxx, sheet_metal/dfm_analyzer/Program.cs, sheet_metal/dfm_analyzer/main.cxx, sheet_metal/feature_recognizer/Program.cs, and sheet_metal/feature_recognizer/main.cxx.
◆ MTKBase_Feature()
| cadex.MTKBase_Feature.MTKBase_Feature |
( |
| ) |
|
|
inline |
Constructor.
Creates a null object (see IsNull()).
◆ IsNull()
| bool cadex.MTKBase_Feature.IsNull |
( |
| ) |
|
|
inline |
Returns true if the object is nullified.
- See also
- Nullify()
◆ Nullify()
| void cadex.MTKBase_Feature.Nullify |
( |
| ) |
|
|
inline |
Resets reference to implementation object.
- See also
- IsNull()