Defines a machining allowance and its bound (deviations).
More...
|
| override void | Dispose (bool disposing) |
| |
| override void | Dispose (bool disposing) |
| |
Defines a machining allowance and its bound (deviations).
- See also
- SemanticAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ MachiningAllowanceAttribute() [1/3]
| cadex.PMI.MachiningAllowanceAttribute.MachiningAllowanceAttribute |
( |
| ) |
|
|
inline |
◆ MachiningAllowanceAttribute() [2/3]
| cadex.PMI.MachiningAllowanceAttribute.MachiningAllowanceAttribute |
( |
double | theValue | ) |
|
|
inline |
◆ MachiningAllowanceAttribute() [3/3]
| cadex.PMI.MachiningAllowanceAttribute.MachiningAllowanceAttribute |
( |
double | theValue, |
|
|
double | theUpperBound, |
|
|
double | theLowerBound ) |
|
inline |
◆ CompareType()
| static new bool cadex.PMI.MachiningAllowanceAttribute.CompareType |
( |
cadex.BaseObject | theObject | ) |
|
|
inlinestatic |
◆ Dispose()
| override void cadex.PMI.MachiningAllowanceAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ LowerBound()
| double cadex.PMI.MachiningAllowanceAttribute.LowerBound |
( |
| ) |
|
|
inline |
◆ SetLowerBound()
| void cadex.PMI.MachiningAllowanceAttribute.SetLowerBound |
( |
double | theValue | ) |
|
|
inline |
◆ SetUpperBound()
| void cadex.PMI.MachiningAllowanceAttribute.SetUpperBound |
( |
double | theValue | ) |
|
|
inline |
◆ SetValue()
| void cadex.PMI.MachiningAllowanceAttribute.SetValue |
( |
double | theValue | ) |
|
|
inline |
◆ UpperBound()
| double cadex.PMI.MachiningAllowanceAttribute.UpperBound |
( |
| ) |
|
|
inline |
◆ Value()
| double cadex.PMI.MachiningAllowanceAttribute.Value |
( |
| ) |
|
|
inline |