Defines a displacement value for an unequally disposed geometric tolerance.
More...
|
|
| DisplacementAttribute (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
| | DisplacementAttribute () |
| | Constructor.
|
| |
| | DisplacementAttribute (double theDisplacement) |
| | Constructor.
|
| |
| void | SetDisplacement (double theDisplacement) |
| | Sets the displacement.
|
| |
| double | Displacement () |
| | Returns 0 by default.
|
| |
|
| 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 displacement value for an unequally disposed geometric tolerance.
- See also
- SemanticAttribute
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ DisplacementAttribute() [1/2]
| cadex.PMI.DisplacementAttribute.DisplacementAttribute |
( |
| ) |
|
|
inline |
◆ DisplacementAttribute() [2/2]
| cadex.PMI.DisplacementAttribute.DisplacementAttribute |
( |
double | theDisplacement | ) |
|
|
inline |
◆ CompareType()
| static new bool cadex.PMI.DisplacementAttribute.CompareType |
( |
cadex.BaseObject | theObject | ) |
|
|
inlinestatic |
◆ Displacement()
| double cadex.PMI.DisplacementAttribute.Displacement |
( |
| ) |
|
|
inline |
◆ Dispose()
| override void cadex.PMI.DisplacementAttribute.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ SetDisplacement()
| void cadex.PMI.DisplacementAttribute.SetDisplacement |
( |
double | theDisplacement | ) |
|
|
inline |