Defines a machining allowance and its bound (deviations).
More...
|
|
| MachiningAllowanceAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| MachiningAllowanceAttribute () |
| | Constructor.
|
| |
|
| MachiningAllowanceAttribute (double theValue) |
| | Constructor.
|
| |
|
| MachiningAllowanceAttribute (double theValue, double theUpperBound, double theLowerBound) |
| | Constructor.
|
| |
|
void | SetValue (double theValue) |
| | Sets the value.
|
| |
| double | Value () |
| | Returns the machining allowance value.
|
| |
|
void | SetUpperBound (double theValue) |
| | Sets the upper bound.
|
| |
| double | UpperBound () |
| | Returns the upper bound.
|
| |
|
void | SetLowerBound (double theValue) |
| | Sets the lower bound.
|
| |
| double | LowerBound () |
| | Returns the lower bound.
|
| |
|
| SemanticAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Accept (cadex.PMI.SemanticAttributeVisitor theVisitor) |
| |
|
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
bool | IsNull () |
| |
|
ulong | Id () |
| | Return unique identifier of public object.
|
| |
|
bool | IsEqual (cadex.BaseObject theObj) |
| |
|
override int | GetHashCode () |
| |
|
override bool | Equals (System.Object o) |
| |
|
| 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.
◆ Dispose()
| override void cadex.PMI.MachiningAllowanceAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ LowerBound()
| double cadex.PMI.MachiningAllowanceAttribute.LowerBound |
( |
| ) |
|
|
inline |
◆ UpperBound()
| double cadex.PMI.MachiningAllowanceAttribute.UpperBound |
( |
| ) |
|
|
inline |
◆ Value()
| double cadex.PMI.MachiningAllowanceAttribute.Value |
( |
| ) |
|
|
inline |