|
|
| LimitsAndFitsAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| LimitsAndFitsAttribute () |
| | Constructor.
|
| |
|
| LimitsAndFitsAttribute (cadex.UTF16String theType, cadex.UTF16String theValue) |
| | Constructor.
|
| |
|
void | SetType (cadex.UTF16String theType) |
| | Sets the type.
|
| |
|
cadex.UTF16String | Type () |
| | Returns the type.
|
| |
|
void | SetValue (cadex.UTF16String theValue) |
| | Sets the value.
|
| |
|
cadex.UTF16String | Value () |
| | Returns the value.
|
| |
|
| 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) |
| |
Defines a kind of a tolerance class dimension.
Defines a kind of a tolerance class dimension such as form variance, zone variance, grade, etc. (ISO 286)
- See also
- SemanticAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.