Defines a datum reference.
More...
|
|
| DatumRefAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| DatumRefAttribute () |
| | Constructor.
|
| |
|
| DatumRefAttribute (uint thePrecedence, cadex.UTF16String theTargetLabel) |
| | Constructor.
|
| |
|
void | SetPrecedence (uint thePrecedence) |
| | Sets precedence.
|
| |
| uint | Precedence () |
| | Returns the precedence value.
|
| |
|
void | SetTargetLabel (cadex.UTF16String theTargetLabel) |
| | Sets the target label.
|
| |
|
cadex.UTF16String | TargetLabel () |
| | Returns the target label.
|
| |
|
| 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 datum reference.
Stores a label of the datum and its precedence in a compartment of a geometric tolerance.
- See also
- SemanticAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ Dispose()
| override void cadex.PMI.DatumRefAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Precedence()
| uint cadex.PMI.DatumRefAttribute.Precedence |
( |
| ) |
|
|
inline |