Defines the type of the modification with additional value.
More...
|
|
| ModifierWithValueAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| ModifierWithValueAttribute () |
| | Constructor.
|
| |
|
| ModifierWithValueAttribute (cadex.UTF16String theModifier, double theValue) |
| | Constructor.
|
| |
|
void | SetValue (double theValue) |
| | Sets the value.
|
| |
|
double | Value () |
| | Returns the value.
|
| |
|
| ModifierAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| ModifierAttribute () |
| | Constructor.
|
| |
|
| ModifierAttribute (cadex.UTF16String theModifier) |
| | Constructor.
|
| |
|
void | SetModifier (cadex.UTF16String theModifier) |
| |
|
cadex.UTF16String | Modifier () |
| |
|
| 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 the type of the modification with additional value.
Defines the type of the modification applied to a tolerance with additional value (e.g. minor diameter, etc.).
- See also
- SemanticAttribute, ModifierAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ Dispose()
| override void cadex.PMI.ModifierWithValueAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |