Defines plus and minus bounds (deviations) of a tolerance.
More...
|
|
| PlusMinusBoundsAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| PlusMinusBoundsAttribute () |
| | Constructor.
|
| |
|
| PlusMinusBoundsAttribute (double theLowerBound, double theUpperBound) |
| | Constructor.
|
| |
|
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 plus and minus bounds (deviations) of a tolerance.
- See also
- SemanticAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ Dispose()
| override void cadex.PMI.PlusMinusBoundsAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ LowerBound()
| double cadex.PMI.PlusMinusBoundsAttribute.LowerBound |
( |
| ) |
|
|
inline |
◆ UpperBound()
| double cadex.PMI.PlusMinusBoundsAttribute.UpperBound |
( |
| ) |
|
|
inline |