Defines a datum target data.
More...
|
|
| DatumTargetAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| DatumTargetAttribute () |
| | Constructor.
|
| |
|
| DatumTargetAttribute (uint theIndex, cadex.UTF16String theDescription) |
| | Constructor.
|
| |
|
void | SetIndex (uint theIndex) |
| | Sets the index.
|
| |
| uint | Index () |
| | Returns the index.
|
| |
|
void | SetDescription (cadex.UTF16String theValue) |
| |
|
cadex.UTF16String | Description () |
| | Returns the description.
|
| |
|
| 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 target data.
Contains a description (e.g. a point, line or limited area of the part surface) and an index (if the datum is composite).
- See also
- SemanticAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ Dispose()
| override void cadex.PMI.DatumTargetAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ Index()
| uint cadex.PMI.DatumTargetAttribute.Index |
( |
| ) |
|
|
inline |